diff options
author | grant <grant@pkgsrc.org> | 2003-12-18 02:30:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-18 02:30:54 +0000 |
commit | 6241673cecd04a4da0ed586747da00e5f76016f0 (patch) | |
tree | 8a723d1c833158e78cb522a936579d1a583e5a3a /mail/exim3 | |
parent | 0518214a5727ea7836373404f1f2d4a971f03ee4 (diff) | |
download | pkgsrc-6241673cecd04a4da0ed586747da00e5f76016f0.tar.gz |
kill some trailing whitespace (mmm, cutnpaste).
Diffstat (limited to 'mail/exim3')
-rw-r--r-- | mail/exim3/files/exim.sh | 8 |
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" |