]> 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 18:30:03 +0000 (19:30 +0100)
This enables the "logfileconfig" and "rpzextra" system tests to pass
when named is started under the supervision of rr (USE_RR=1).

(cherry picked from commit 422286e9c2d459aa455fd907571d75784225d584)

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

index 764d4c969eb561a3d615eac0e15687dcb359a5da..f35563b04b5b9588233ae96d2ee05e1991a17139 100644 (file)
@@ -1 +1 @@
--c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1 -X named.lock -U 4
+-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1 -X named.lock -U 4
index fb9fe573711356dfac5499ca4d0a637516e4ac99..ddae5a4eae3bbfd643408a14aa4ad44864946147 100644 (file)
@@ -1 +1 @@
--c named.conf -m record -T nosyslog -d 99 -D logfileconfig-ns1 -X named.lock -U 4 -L named_deflog
+-c named.conf -m record -T nosyslog -f -d 99 -D logfileconfig-ns1 -X named.lock -U 4 -L named_deflog
index 16e88dd5db0aab63cb4536a94dd8afc29d4c6c33..8ec9731d67cdbeda50d7122190538449f3854298 100644 (file)
@@ -1 +1 @@
- -m record -c named.conf -d 99 -D rpzextra-ns3 -X named.lock -U 4 -T maxcachesize=2097152
+ -m record -c named.conf -d 99 -f -D rpzextra-ns3 -X named.lock -U 4 -T maxcachesize=2097152