summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorghen <ghen>2007-05-16 07:34:46 +0000
committerghen <ghen>2007-05-16 07:34:46 +0000
commitbf25ecf92b6827a0795f39609e729e3622926ef8 (patch)
treea000aaa26552a55682deb6280e915d69de281fc0 /mail/dovecot
parent1c50d49be89baf592292c863c5db24974a533de5 (diff)
downloadpkgsrc-bf25ecf92b6827a0795f39609e729e3622926ef8.tar.gz
Add a "reload" action to the rc.d script (SIGHUP), bump PKGREVISION.
Suggested by schmonz.
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile3
-rwxr-xr-xmail/dovecot/files/dovecot.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index daacb16fec1..e2824d7262f 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -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 --git a/mail/dovecot/files/dovecot.sh b/mail/dovecot/files/dovecot.sh
index 058dff9ce00..6a7c179bebd 100755
--- a/mail/dovecot/files/dovecot.sh
+++ b/mail/dovecot/files/dovecot.sh
@@ -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 @@ name="dovecot"
rcvar=$name
command="@PREFIX@/sbin/${name}"
required_files="@PKG_SYSCONFDIR@/$name.conf"
+extra_commands="reload"
load_rc_config $name
run_rc_command "$1"