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:
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
|
@ -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/
|
||||
|
|
|
@ -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%%"
|
||||
|
||||
|
|
Loading…
Reference in a new issue