summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-06-09 09:00:53 +0200
committerJuraj Lutter <otis@FreeBSD.org>2024-06-09 09:18:16 +0200
commit2504840691b8c3875a39789379b27f12cdd1774a (patch)
treefd620ce86d8dd92fa482e565f5ba056b3b203596
parentdatabases/rubygem-redis-clustering50: Remove expired port (diff)
mail/postfix: Make the rc script service jails ready
-rw-r--r--mail/postfix/Makefile2
-rw-r--r--mail/postfix/files/postfix.in2
2 files changed, 3 insertions, 1 deletions
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"}