pkgsrc/mail/exim3/files/exim.sh
reed 0e2e8f14d9 Use @PKG_SYSCONFDIR@ instead of @PREFIX@/etc/exim
for location of configure script check in the exim rc.d script.

Bump PKGREVISION.
2004-05-06 22:34:27 +00:00

18 lines
342 B
Bash

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: exim.sh,v 1.3 2004/05/06 22:34:27 reed Exp $
#
# PROVIDE: mail
# REQUIRE: LOGIN
. /etc/rc.subr
name="exim"
exim_flags=${exim_flags-"-bd -q30m"}
rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/configure"
load_rc_config $name
run_rc_command "$1"