Date: Fri, 12 Dec 2014 15:21:12 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374595 - in head/mail/dovecot2: . files Message-ID: <201412121521.sBCFLCsZ011186@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Dec 12 15:21:11 2014 New Revision: 374595 URL: https://svnweb.freebsd.org/changeset/ports/374595 QAT: https://qat.redports.org/buildarchive/r374595/ Log: Dovecot reloads its configuration on HUP signal [1], so, add the reload command to its rc.d script. [1] http://wiki2.dovecot.org/RunningDovecot#Reloading_Configuration PR: 195915 Submitted by: quickfox@abv.bg Modified: head/mail/dovecot2/Makefile head/mail/dovecot2/files/dovecot.in Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Fri Dec 12 15:15:34 2014 (r374594) +++ head/mail/dovecot2/Makefile Fri Dec 12 15:21:11 2014 (r374595) @@ -3,7 +3,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 Modified: head/mail/dovecot2/files/dovecot.in ============================================================================== --- head/mail/dovecot2/files/dovecot.in Fri Dec 12 15:15:34 2014 (r374594) +++ head/mail/dovecot2/files/dovecot.in Fri Dec 12 15:21:11 2014 (r374595) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412121521.sBCFLCsZ011186>