summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
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}"