* Honor PKG_SYSCONFDIR and VARBASE. * Added sqlite and ldap option. * Fixes PLIST when db driver != mysql. * Install more documentation. * Install initial create tables sql script files. * Rename timsieved's rc script to similar name with other scripts. Bump PKGREVISION.
18 lines
347 B
Bash
18 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"
|