ports/151457: Reload command for port mail/dovecot

Alexander Milanov a at amilanov.com
Thu Oct 14 16:50:11 UTC 2010


>Number:         151457
>Category:       ports
>Synopsis:       Reload command for port mail/dovecot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 14 16:50:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Milanov
>Release:        
>Organization:
>Environment:
>Description:
Dovecot's rc.d script from ports doesn't have a reload command, although it supports configuration reloading on SIGHUP (http://wiki1.dovecot.org/RunningDovecot#Reloading_Configuration).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: files/dovecot.sh.in
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/files/dovecot.sh.in,v
retrieving revision 1.13
diff -u -r1.13 dovecot.sh.in
--- files/dovecot.sh.in	27 Mar 2010 00:13:14 -0000	1.13
+++ files/dovecot.sh.in	27 Jul 2010 21:02:16 -0000
@@ -26,6 +26,7 @@
 start_precmd="start_precmd"
 stop_postcmd="stop_postcmd"
 restart_cmd="restart_cmd"
+extra_commands="reload"
 
 start_precmd()
 {	# Ensure runtime directories exist with correct permissions


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list