aboutsummaryrefslogtreecommitdiff
path: root/mail/postgrey
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-18 12:20:10 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-18 12:20:10 +0000
commit7ab227424d5f4b08bdea56623ac1b05ea6742508 (patch)
tree915db4c29def495a98864f2acf4c5522048e1d01 /mail/postgrey
parent112fc2f57a22072a86d71db0a7855e7e0717ac5e (diff)
downloadports-7ab227424d5f4b08bdea56623ac1b05ea6742508.tar.gz
ports-7ab227424d5f4b08bdea56623ac1b05ea6742508.zip
mail/postgrey: Add reload command in rcfile
PR: 226656 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Notes
Notes: svn path=/head/; revision=464903
Diffstat (limited to 'mail/postgrey')
-rw-r--r--mail/postgrey/Makefile1
-rw-r--r--mail/postgrey/files/postgrey.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile
index 3346f17f9527..4a965dda0fd7 100644
--- a/mail/postgrey/Makefile
+++ b/mail/postgrey/Makefile
@@ -3,6 +3,7 @@
PORTNAME= postgrey
PORTVERSION= 1.37
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://postgrey.schweikert.ch/pub/ \
http://postgrey.schweikert.ch/pub/old/
diff --git a/mail/postgrey/files/postgrey.in b/mail/postgrey/files/postgrey.in
index 9bb7f46c9b86..36c2fefae99e 100644
--- a/mail/postgrey/files/postgrey.in
+++ b/mail/postgrey/files/postgrey.in
@@ -34,6 +34,7 @@ load_rc_config $name
: ${postgrey_flags:=--inet=10023}
command=%%PREFIX%%/sbin/postgrey
+extra_commands=reload
pidfile=%%PG_RUNDIR%%/postgrey.pid
required_dirs="${postgrey_dbdir} %%PG_RUNDIR%%"