1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Adam Weinberger 2014-12-12 15:21:11 +00:00
parent f0e043a401
commit f158485de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374595
2 changed files with 2 additions and 1 deletions

View File

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

View File

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