From dc5217b3766e43097f2730d5430f92471bbf09fc Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 21 May 2022 22:56:57 +0000 Subject: [PATCH] Use rc_exec to start postfix. ok Brad (maintainer) --- mail/postfix/snapshot/Makefile | 2 +- mail/postfix/snapshot/pkg/postfix.rc | 2 +- mail/postfix/stable/Makefile | 1 + mail/postfix/stable/pkg/postfix.rc | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mail/postfix/snapshot/Makefile b/mail/postfix/snapshot/Makefile index 081f75537b0..063238dd499 100644 --- a/mail/postfix/snapshot/Makefile +++ b/mail/postfix/snapshot/Makefile @@ -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/} diff --git a/mail/postfix/snapshot/pkg/postfix.rc b/mail/postfix/snapshot/pkg/postfix.rc index 3a61b9b7d69..e9de5f69fc4 100755 --- a/mail/postfix/snapshot/pkg/postfix.rc +++ b/mail/postfix/snapshot/pkg/postfix.rc @@ -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() { diff --git a/mail/postfix/stable/Makefile b/mail/postfix/stable/Makefile index 96e55f18069..eb64153adc8 100644 --- a/mail/postfix/stable/Makefile +++ b/mail/postfix/stable/Makefile @@ -1,4 +1,5 @@ VERSION= 3.5.16 +REVISION= 0 MASTER_SITES= ${MASTER_SITE_POSTFIX:=official/} diff --git a/mail/postfix/stable/pkg/postfix.rc b/mail/postfix/stable/pkg/postfix.rc index 3a61b9b7d69..e9de5f69fc4 100755 --- a/mail/postfix/stable/pkg/postfix.rc +++ b/mail/postfix/stable/pkg/postfix.rc @@ -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() {