diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-18 12:20:10 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-18 12:20:10 +0000 |
commit | 7ab227424d5f4b08bdea56623ac1b05ea6742508 (patch) | |
tree | 915db4c29def495a98864f2acf4c5522048e1d01 | |
parent | Unbreak make patch on 10.3 (diff) |
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
-rw-r--r-- | mail/postgrey/Makefile | 1 | ||||
-rw-r--r-- | mail/postgrey/files/postgrey.in | 1 |
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%%" |