aboutsummaryrefslogtreecommitdiff
path: root/mail/postgrey
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-07-06 14:03:24 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-07-06 14:03:24 +0000
commit424948a5b845a4f4a47de2b05657cfe14e422a42 (patch)
treeb6fba0a9559643365454db4790e7e3e47ee8b856 /mail/postgrey
parent58357934c61f255dd70a21761f87a37da7b2ac1f (diff)
downloadports-424948a5b845a4f4a47de2b05657cfe14e422a42.tar.gz
ports-424948a5b845a4f4a47de2b05657cfe14e422a42.zip
Add back rcvar assignment in startup script.
PR: ports/180182 Submitted by: Doug Barton <dougb@dougbarton.us> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Notes
Notes: svn path=/head/; revision=322395
Diffstat (limited to 'mail/postgrey')
-rw-r--r--mail/postgrey/Makefile2
-rw-r--r--mail/postgrey/files/postgrey.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile
index a5758db77a77..05971c23b3f1 100644
--- a/mail/postgrey/Makefile
+++ b/mail/postgrey/Makefile
@@ -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/
diff --git a/mail/postgrey/files/postgrey.in b/mail/postgrey/files/postgrey.in
index 60cd94b09967..8a1f142355c9 100644
--- a/mail/postgrey/files/postgrey.in
+++ b/mail/postgrey/files/postgrey.in
@@ -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