diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-13 02:09:35 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-13 02:09:35 +0000 |
commit | 5552f65cdc2244f8ae6dbc04225f4102b3ddce65 (patch) | |
tree | c147c28fe59ee73b5d4bdc3deccb297e23db9dab /mail/postfix/files | |
parent | - Update to 0.20. (diff) |
- Update VDA patch to version 2.7.0 [1]
- Remove "empty variable" assignment from rc script [1]
- Re-introduce optional SPF support [2]
- Remove default DISTNAME assignment from Makefile
- The affected OPTIONS are off by default, so do not
bump PORTREVISION
PR: [1]: ports/147731
[2]: ports/150428
Submitted by: [1]: ohauer@
[2]: mm@
Diffstat (limited to 'mail/postfix/files')
-rw-r--r-- | mail/postfix/files/postfix.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/postfix/files/postfix.sh.in b/mail/postfix/files/postfix.sh.in index 91e765d14cad..849e6c1f9bd6 100644 --- a/mail/postfix/files/postfix.sh.in +++ b/mail/postfix/files/postfix.sh.in @@ -28,7 +28,6 @@ load_rc_config $name : ${postfix_enable:="NO"} : ${postfix_pidfile:="/var/spool/postfix/pid/master.pid"} : ${postfix_procname:="%%PREFIX%%/libexec/postfix/master"} -: ${postfix_flags:=""} start_cmd=${name}_start stop_cmd=${name}_stop |