Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 07:18:54 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2504840691b8 - main - mail/postfix: Make the rc script service jails ready
Message-ID:  <202406090718.4597IsvA078420@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2504840691b8c3875a39789379b27f12cdd1774a

commit 2504840691b8c3875a39789379b27f12cdd1774a
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-09 07:00:53 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-06-09 07:18:16 +0000

    mail/postfix: Make the rc script service jails ready
---
 mail/postfix/Makefile         | 2 +-
 mail/postfix/files/postfix.in | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index d43c786951dc..38df3adc955d 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	postfix
 DISTVERSION=	3.9.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 PORTEPOCH=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://postfix-mirror.horus-it.com/postfix-release/ \
diff --git a/mail/postfix/files/postfix.in b/mail/postfix/files/postfix.in
index 597da191fd16..e4be4fac7231 100644
--- a/mail/postfix/files/postfix.in
+++ b/mail/postfix/files/postfix.in
@@ -21,6 +21,8 @@
 name="postfix"
 rcvar=postfix_enable
 
+: ${postfix_svcj_options:="net_basic"}
+
 load_rc_config $name
 
 : ${postfix_enable:="NO"}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406090718.4597IsvA078420>