summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-11-26 10:17:40 +0000
committergrant <grant@pkgsrc.org>2004-11-26 10:17:40 +0000
commit3c71b3e71959b88b5012600e95018c7a5ed533ac (patch)
treef2d34f695a029f126d40a0915ee37bc02cecdbcc /mail/exim
parent02fadf31d49b60940b5314f2741882618060444a (diff)
downloadpkgsrc-3c71b3e71959b88b5012600e95018c7a5ed533ac.tar.gz
add "reload" which exim supports.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/files/exim.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/files/exim.sh b/mail/exim/files/exim.sh
index b88bcc13886..1a92d271276 100644
--- a/mail/exim/files/exim.sh
+++ b/mail/exim/files/exim.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: exim.sh,v 1.6 2003/11/25 10:21:58 abs Exp $
+# $NetBSD: exim.sh,v 1.7 2004/11/26 10:17:40 grant Exp $
#
# PROVIDE: mail
# REQUIRE: LOGIN
@@ -13,6 +13,7 @@ rcvar=$name
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/configure"
+extra_commands="reload"
load_rc_config $name
run_rc_command "$1"