From owner-svn-ports-head@FreeBSD.ORG Fri Dec 12 15:21:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24E42D08; Fri, 12 Dec 2014 15:21:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 114FA807; Fri, 12 Dec 2014 15:21:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBCFLCKG011191; Fri, 12 Dec 2014 15:21:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBCFLCsZ011186; Fri, 12 Dec 2014 15:21:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201412121521.sBCFLCsZ011186@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 12 Dec 2014 15:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374595 - in head/mail/dovecot2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 15:21:13 -0000 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