svn commit: r464903 - in head/mail/postgrey: . files

Danilo G. Baio dbaio at FreeBSD.org
Sun Mar 18 12:20:11 UTC 2018


Author: dbaio
Date: Sun Mar 18 12:20:10 2018
New Revision: 464903
URL: https://svnweb.freebsd.org/changeset/ports/464903

Log:
  mail/postgrey: Add reload command in rcfile
  
  PR:		226656
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>
  Approved by:	Melissa Pilgrim <ports.maintainer at evilphi.com> (maintainer)

Modified:
  head/mail/postgrey/Makefile
  head/mail/postgrey/files/postgrey.in

Modified: head/mail/postgrey/Makefile
==============================================================================
--- head/mail/postgrey/Makefile	Sun Mar 18 12:06:25 2018	(r464902)
+++ head/mail/postgrey/Makefile	Sun Mar 18 12:20:10 2018	(r464903)
@@ -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/

Modified: head/mail/postgrey/files/postgrey.in
==============================================================================
--- head/mail/postgrey/files/postgrey.in	Sun Mar 18 12:06:25 2018	(r464902)
+++ head/mail/postgrey/files/postgrey.in	Sun Mar 18 12:20:10 2018	(r464903)
@@ -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%%"
 


More information about the svn-ports-all mailing list