]> 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 19:10:17 +0000 (20:10 +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

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