diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-18 00:14:21 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-18 00:14:21 +0000 |
commit | a0406bddfbb5d88b4b1c1de57d1167f9910513c8 (patch) | |
tree | 4c878a4ae9b4edfe632445fecfd4e3a663db7a49 /mail/postgrey | |
parent | c566efa2cab8a2d0aa8243f3aeb5f0e397b60373 (diff) | |
download | ports-a0406bddfbb5d88b4b1c1de57d1167f9910513c8.tar.gz ports-a0406bddfbb5d88b4b1c1de57d1167f9910513c8.zip |
Notes
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 1 | ||||
-rw-r--r-- | mail/postgrey/files/postgrey.in | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index d1327325819a..1cb211fca6d1 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -7,6 +7,7 @@ PORTNAME= postgrey PORTVERSION= 1.32 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://postgrey.schweikert.ch/pub/ LOCAL/beech diff --git a/mail/postgrey/files/postgrey.in b/mail/postgrey/files/postgrey.in index c64a58ce8095..7e9f56879953 100644 --- a/mail/postgrey/files/postgrey.in +++ b/mail/postgrey/files/postgrey.in @@ -33,6 +33,8 @@ stop_postcmd() # set defaults +load_rc_config $name + postgrey_enable=${postgrey_enable:-"NO"} postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"} postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ @@ -40,5 +42,4 @@ postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \ pidfile="${postgrey_pidfile}" -load_rc_config $name run_rc_command "$1" |