Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 12:20:11 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464903 - in head/mail/postgrey: . files
Message-ID:  <201803181220.w2ICKB5X032824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@utahime.org>
  Approved by:	Melissa Pilgrim <ports.maintainer@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%%"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181220.w2ICKB5X032824>