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)
This commit is contained in:
Danilo G. Baio 2018-03-18 12:20:10 +00:00
parent 112fc2f57a
commit 7ab227424d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464903
2 changed files with 2 additions and 0 deletions

View file

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

View file

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