svn commit: r322395 - in head/mail/postgrey: . files
Guido Falsi
madpilot at FreeBSD.org
Sat Jul 6 14:03:25 UTC 2013
Author: madpilot
Date: Sat Jul 6 14:03:24 2013
New Revision: 322395
URL: http://svnweb.freebsd.org/changeset/ports/322395
Log:
Add back rcvar assignment in startup script.
PR: ports/180182
Submitted by: Doug Barton <dougb at dougbarton.us>
Approved by: Darren 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 Sat Jul 6 13:29:54 2013 (r322394)
+++ head/mail/postgrey/Makefile Sat Jul 6 14:03:24 2013 (r322395)
@@ -3,7 +3,7 @@
PORTNAME= postgrey
PORTVERSION= 1.34
-PORTREVISION= 5
+PORTREVISION= 6
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 Sat Jul 6 13:29:54 2013 (r322394)
+++ head/mail/postgrey/files/postgrey.in Sat Jul 6 14:03:24 2013 (r322395)
@@ -1,12 +1,12 @@
#!/bin/sh
+
# $FreeBSD$
#
-
# PROVIDE: postgrey
# REQUIRE: LOGIN
# BEFORE: mail
# KEYWORD: shutdown
-
+#
# Add the following lines to /etc/rc.conf to enable postgrey:
#
# postgrey_enable (bool) Set to 'YES' to enable
@@ -25,6 +25,7 @@
. /etc/rc.subr
name=postgrey
+rcvar=postgrey_enable
load_rc_config $name
More information about the svn-ports-head
mailing list