diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-07-06 22:03:24 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-07-06 22:03:24 +0800 |
commit | d3f42de1bfbd5bd8f25bf2292ab46df3665eb419 (patch) | |
tree | b6fba0a9559643365454db4790e7e3e47ee8b856 | |
parent | 782caa4d51e87924f0b4e53d64e362c8f5f754be (diff) | |
download | freebsd-ports-gnome-d3f42de1bfbd5bd8f25bf2292ab46df3665eb419.tar.gz freebsd-ports-gnome-d3f42de1bfbd5bd8f25bf2292ab46df3665eb419.tar.zst freebsd-ports-gnome-d3f42de1bfbd5bd8f25bf2292ab46df3665eb419.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)
-rw-r--r-- | mail/postgrey/Makefile | 2 | ||||
-rw-r--r-- | mail/postgrey/files/postgrey.in | 5 |
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 |