pkgsrc-ng/mail/dbmail/files/dbmailpop3d.sh
2013-09-26 17:14:40 +02:00

19 lines
347 B
Bash

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