mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
19 lines
347 B
Bash
19 lines
347 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: dbmailimapd.sh,v 1.2 2007/11/03 11:39:50 obache Exp $
|
|
#
|
|
|
|
# PROVIDE: dbmailimap mail
|
|
# REQUIRE:
|
|
|
|
. /etc/rc.subr
|
|
|
|
name="dbmailimapd"
|
|
rcvar=${name}
|
|
required_files="@PKG_SYSCONFDIR@/dbmail.conf"
|
|
command="@PREFIX@/sbin/dbmail-imapd"
|
|
pidfile="@VARBASE@/run/dbmail-imapd.pid"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|