diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2009-05-26 13:36:08 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2009-05-26 13:36:08 +0000 |
| commit | 3f5ac2708cac9595c27ef95c344165d0c781f0dd (patch) | |
| tree | 91720f4ecf6f7957df559b33a7260e39e842fa85 /mail/postfix28/files/postfix.sh.in | |
| parent | Update to 0.3.0. (diff) | |
- refactor the port to ease maintenance [1]
- update to 2.6.1 [1]
- remove IGNORE in the VDA case, the patch is available now [2]
[2] is from me (compile tested), maintainer informed.
PR: 134728 [1]
Submitted by: Yarema <yds@CoolRat.org> [1]
Approved by: maintainer [1]
Diffstat (limited to 'mail/postfix28/files/postfix.sh.in')
| -rw-r--r-- | mail/postfix28/files/postfix.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix28/files/postfix.sh.in b/mail/postfix28/files/postfix.sh.in index 2b07d6c85c1d..04b59ff1ed2e 100644 --- a/mail/postfix28/files/postfix.sh.in +++ b/mail/postfix28/files/postfix.sh.in @@ -25,10 +25,10 @@ rcvar=${name}_enable load_rc_config $name -: ${postfix_enable="NO"} -: ${postfix_pidfile="/var/spool/postfix/pid/master.pid"} -: ${postfix_procname="%%PREFIX%%/libexec/postfix/master"} -: ${postfix_flags=""} +: ${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 |
