diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-30 16:51:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-30 16:51:25 +0000 |
commit | a1d46237015c89f28c402c9c2b3f219f8c483ce6 (patch) | |
tree | 7c20abf0465abc4467e844f72eb97b3559b364c7 /mail | |
parent | 4293d7ce2e0eb74431f5e2d58f467887923044ff (diff) | |
download | ports-a1d46237015c89f28c402c9c2b3f219f8c483ce6.tar.gz ports-a1d46237015c89f28c402c9c2b3f219f8c483ce6.zip |
- Update rc.d script: add "reload" command
- Bump PORTREVISION
PR: ports/151457
Submitted by: Alexander Milanov <a@amilanov.com>
Approved by: maintainer (timeout 16 days), pgollucci (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=263795
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 1 | ||||
-rw-r--r-- | mail/dovecot/files/dovecot.sh.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 797098eb14b4..19df58f960c7 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -7,6 +7,7 @@ PORTNAME= dovecot PORTVERSION= 1.2.14 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ diff --git a/mail/dovecot/files/dovecot.sh.in b/mail/dovecot/files/dovecot.sh.in index 9f746a43f3cd..7d75a9feb237 100644 --- a/mail/dovecot/files/dovecot.sh.in +++ b/mail/dovecot/files/dovecot.sh.in @@ -26,6 +26,7 @@ command="%%PREFIX%%/sbin/${name}" start_precmd="start_precmd" stop_postcmd="stop_postcmd" restart_cmd="restart_cmd" +extra_commands="reload" start_precmd() { # Ensure runtime directories exist with correct permissions |