svn commit: r374595 - in head/mail/dovecot2: . files

Adam Weinberger adamw at FreeBSD.org
Fri Dec 12 15:21:13 UTC 2014


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 at 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


More information about the svn-ports-head mailing list