2005-01-09 05:17:39 +01:00
|
|
|
#!@RCD_SCRIPTS_SHELL@
|
|
|
|
#
|
2007-11-03 12:39:49 +01:00
|
|
|
# $NetBSD: dbmailpop3d.sh,v 1.2 2007/11/03 11:39:50 obache Exp $
|
2005-01-09 05:17:39 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: dbmailpop3 mail
|
|
|
|
# REQUIRE:
|
|
|
|
|
|
|
|
. /etc/rc.subr
|
|
|
|
|
|
|
|
name="dbmailpop3d"
|
|
|
|
rcvar=${name}
|
|
|
|
required_files="@PKG_SYSCONFDIR@/dbmail.conf"
|
|
|
|
command="@PREFIX@/sbin/dbmail-pop3d"
|
2007-11-03 12:39:49 +01:00
|
|
|
pidfile="@VARBASE@/run/dbmail-pop3d.pid"
|
2005-01-09 05:17:39 +01:00
|
|
|
|
|
|
|
load_rc_config $name
|
|
|
|
run_rc_command "$1"
|