git: 0666404f6487 - main - dns/bind9*: mark named as "service jails" ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jun 2024 12:14:58 UTC
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=0666404f6487fe5bababc9e8652e08c49d211d89 commit 0666404f6487fe5bababc9e8652e08c49d211d89 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-05 12:10:51 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2024-06-05 12:14:12 +0000 dns/bind9*: mark named as "service jails" ready --- dns/bind9-devel/files/named.in | 1 + dns/bind918/files/named.in | 1 + 2 files changed, 2 insertions(+) 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}"