pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim/files add "reload" which exim supports.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8f3748d3670
branches:  trunk
changeset: 484230:b8f3748d3670
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Nov 26 10:17:40 2004 +0000

description:
add "reload" which exim supports.

diffstat:

 mail/exim/files/exim.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c9136a256c60 -r b8f3748d3670 mail/exim/files/exim.sh
--- a/mail/exim/files/exim.sh   Fri Nov 26 10:14:36 2004 +0000
+++ b/mail/exim/files/exim.sh   Fri Nov 26 10:17:40 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index