diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2024-06-11 13:59:48 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2024-06-11 14:01:09 +0000 |
commit | 8838c981bdf1258a54358d67d601a538f8007ace (patch) | |
tree | 5de925ca1751bf141818a5c61ffab65a52823921 | |
parent | b8100e634808195bf2660b800d6a926345f15767 (diff) |
mail/dovecot: make the rc script service jails aware
PR: 279670
Approved by: maintainer
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/files/dovecot.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 7019558281e5..fd6c823fef69 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -10,7 +10,7 @@ PORTNAME= dovecot PORTVERSION= 2.3.21 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= https://dovecot.org/releases/2.3/ diff --git a/mail/dovecot/files/dovecot.in b/mail/dovecot/files/dovecot.in index 36736d1b0082..8c717b0610c8 100644 --- a/mail/dovecot/files/dovecot.in +++ b/mail/dovecot/files/dovecot.in @@ -28,6 +28,7 @@ rcvar=dovecot_enable load_rc_config ${name} : ${dovecot_enable:="NO"} : ${dovecot_config:="%%ETCDIR%%/${name}.conf"} +: ${dovecot_svcj_options:="net_basic"} command="%%PREFIX%%/sbin/${name}" start_precmd="start_precmd" |