]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not daemonize named instances with custom args
authorMichał Kępień <michal@isc.org>
Thu, 16 Nov 2023 12:21:33 +0000 (13:21 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 4 Dec 2023 17:40:52 +0000 (18:40 +0100)
This enables the "logfileconfig" and "rpzextra" system tests to pass
when named is started under the supervision of rr (USE_RR=1).

bin/tests/system/logfileconfig/named1.args
bin/tests/system/logfileconfig/named2.args
bin/tests/system/rpzextra/ns3/named.args

index 37ed9763793a4a55d09671f644cdd477937d4355..661190488c993e36e5d542c5de03d3ad970272e1 100644 (file)
@@ -1 +1 @@
--c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1
+-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1
index 45347fc1b7c1fb366a7a50b663bd025b0738d242..e2b5a482b4cd49b69704cd791e3b5d19dfeff6ad 100644 (file)
@@ -1 +1 @@
--c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1 -L named_deflog
+-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1 -L named_deflog
index 76936389a604bf9420408d597f66257d6481631e..f4fe28fd8362ab9ecdc5b083aab9dc1365763b68 100644 (file)
@@ -1 +1 @@
- -m record -c named.conf -d 99 -D rpzextra-ns3 -T maxcachesize=2097152
+ -m record -c named.conf -d 99 -f -D rpzextra-ns3 -T maxcachesize=2097152