summaryrefslogtreecommitdiff
path: root/mail/exim3
diff options
context:
space:
mode:
authorgrant <grant>2003-12-18 02:30:54 +0000
committergrant <grant>2003-12-18 02:30:54 +0000
commit48bc2a81a5071e71cfac407f98707a25e3e3ed6d (patch)
tree8a723d1c833158e78cb522a936579d1a583e5a3a /mail/exim3
parent0b6aed6753f0f9e8385e0e3c5df5da426368c5cc (diff)
downloadpkgsrc-48bc2a81a5071e71cfac407f98707a25e3e3ed6d.tar.gz
kill some trailing whitespace (mmm, cutnpaste).
Diffstat (limited to 'mail/exim3')
-rw-r--r--mail/exim3/files/exim.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim3/files/exim.sh b/mail/exim3/files/exim.sh
index 4bf6d191011..3976e3a2099 100644
--- a/mail/exim3/files/exim.sh
+++ b/mail/exim3/files/exim.sh
@@ -1,18 +1,18 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: exim.sh,v 1.1.1.1 2003/12/04 04:24:49 grant Exp $
+# $NetBSD: exim.sh,v 1.2 2003/12/18 02:30:54 grant Exp $
#
# PROVIDE: mail
# REQUIRE: LOGIN
. /etc/rc.subr
-name="exim"
+name="exim"
exim_flags=${exim_flags-"-bd -q30m"}
-rcvar=$name
+rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="@PREFIX@/etc/exim/configure"
-
+
load_rc_config $name
run_rc_command "$1"