Use rc_exec to start postfix.
ok Brad (maintainer)
This commit is contained in:
parent
b0c10e1e83
commit
dc5217b376
@ -1,7 +1,7 @@
|
||||
BROKEN= outdated; newer versions require OpenSSL 1.1.1 API
|
||||
|
||||
VERSION= 3.6-20200627
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
|
||||
|
||||
|
@ -7,7 +7,7 @@ daemon="${TRUEPREFIX}/libexec/postfix/master"
|
||||
pexp="${daemon}.*"
|
||||
|
||||
rc_start() {
|
||||
${TRUEPREFIX}/sbin/postfix ${daemon_flags} start
|
||||
rc_exec "${TRUEPREFIX}/sbin/postfix ${daemon_flags} start"
|
||||
}
|
||||
|
||||
rc_stop() {
|
||||
|
@ -1,4 +1,5 @@
|
||||
VERSION= 3.5.16
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/}
|
||||
|
||||
|
@ -7,7 +7,7 @@ daemon="${TRUEPREFIX}/libexec/postfix/master"
|
||||
pexp="${daemon}.*"
|
||||
|
||||
rc_start() {
|
||||
${TRUEPREFIX}/sbin/postfix ${daemon_flags} start
|
||||
rc_exec "${TRUEPREFIX}/sbin/postfix ${daemon_flags} start"
|
||||
}
|
||||
|
||||
rc_stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user