summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-06-05 14:10:51 +0200
committerMathieu Arnold <mat@FreeBSD.org>2024-06-05 14:14:12 +0200
commit0666404f6487fe5bababc9e8652e08c49d211d89 (patch)
tree9eb9d77c4fa10c4dbf96af6e29972e8244138252 /dns
parentlang/perl5.40: update to -RC2 (diff)
dns/bind9*: mark named as "service jails" ready
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-devel/files/named.in1
-rw-r--r--dns/bind918/files/named.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind9-devel/files/named.in b/dns/bind9-devel/files/named.in
index ee2fbcb821a7..b4d8133210eb 100644
--- a/dns/bind9-devel/files/named.in
+++ b/dns/bind9-devel/files/named.in
@@ -51,6 +51,7 @@ named_wait=${named_wait:-"NO"}
named_wait_host=${named_wait_host:-"localhost"}
named_auto_forward=${named_auto_forward:-"NO"}
named_auto_forward_only=${named_auto_forward_only:-"NO"}
+named_svcj_options=${named_svcj_options:-"net_basic"}
# Not configuration variables but having them here keeps rclint happy
required_dirs="${named_chrootdir}"
diff --git a/dns/bind918/files/named.in b/dns/bind918/files/named.in
index fb2a9453ad42..651fc3e5dd26 100644
--- a/dns/bind918/files/named.in
+++ b/dns/bind918/files/named.in
@@ -51,6 +51,7 @@ named_wait=${named_wait:-"NO"}
named_wait_host=${named_wait_host:-"localhost"}
named_auto_forward=${named_auto_forward:-"NO"}
named_auto_forward_only=${named_auto_forward_only:-"NO"}
+named_svcj_options=${named_svcj_options:-"net_basic"}
# Not configuration variables but having them here keeps rclint happy
required_dirs="${named_chrootdir}"