pkgsrc/mail/dbmail/files/dbmailtimsieved.sh
obache 6a00ced837 Merge with wip/dbmail.
* 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.
2007-11-03 11:39:49 +00:00

18 lines
368 B
Bash

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