Add a "reload" action to the rc.d script (SIGHUP), bump PKGREVISION.
Suggested by schmonz.
This commit is contained in:
parent
16cb49b299
commit
a863b7eb5c
2 changed files with 4 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue