From e00f1ca7a81cea7da739d7b51eccff122e92d8a9 Mon Sep 17 00:00:00 2001 From: grant Date: Fri, 26 Nov 2004 10:17:40 +0000 Subject: add "reload" which exim supports. --- mail/exim/files/exim.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3