mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
19 lines
368 B
Bash
19 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"
|