pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Add a "reload" action to the rc.d script ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f66adfd6c8
branches:  trunk
changeset: 528781:32f66adfd6c8
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed May 16 07:34:46 2007 +0000

description:
Add a "reload" action to the rc.d script (SIGHUP), bump PKGREVISION.
Suggested by schmonz.

diffstat:

 mail/dovecot/Makefile         |  3 ++-
 mail/dovecot/files/dovecot.sh |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 409fcc6885b4 -r 32f66adfd6c8 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Wed May 16 04:56:42 2007 +0000
+++ b/mail/dovecot/Makefile     Wed May 16 07:34:46 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2007/04/13 12:29:21 ghen Exp $
+# $NetBSD: Makefile,v 1.96 2007/05/16 07:34:46 ghen Exp $
 
 DISTNAME=              dovecot-1.0.0
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
 
diff -r 409fcc6885b4 -r 32f66adfd6c8 mail/dovecot/files/dovecot.sh
--- a/mail/dovecot/files/dovecot.sh     Wed May 16 04:56:42 2007 +0000
+++ b/mail/dovecot/files/dovecot.sh     Wed May 16 07:34:46 2007 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: dovecot.sh,v 1.1.1.1 2003/05/14 04:17:31 salo Exp $
+# $NetBSD: dovecot.sh,v 1.2 2007/05/16 07:34:47 ghen Exp $
 #
 
 # PROVIDE: dovecot
@@ -12,6 +12,7 @@
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
 required_files="@PKG_SYSCONFDIR@/$name.conf"
+extra_commands="reload"
 
 load_rc_config $name
 run_rc_command "$1"



Home | Main Index | Thread Index | Old Index