]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop the no-op directory option
authorNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 16:45:23 +0000 (16:45 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 6 Aug 2026 11:50:09 +0000 (13:50 +0200)
commit68af94fa8ea27be7211dcf4569a2089bc3b7f267
tree42392e020cdc998ab061d8302aecb40761748086
parent291268b8778519a28b36ea79629b2f819278aaf0
Drop the no-op directory option

`directory "."` chdirs to the current working directory, which is where
named already runs. This option is the default, so drop it from the
config.

Assisted-by: Claude:claude-fable-5
31 files changed:
bin/tests/system/chain/ns7/named.conf.j2
bin/tests/system/class/ns2/named.conf.j2
bin/tests/system/class/ns3/named.conf.j2
bin/tests/system/dnstap/ns3/named.conf.j2
bin/tests/system/dnstap/ns4/named.conf.j2
bin/tests/system/dnstap/ns5/named.conf.j2
bin/tests/system/fetchlimit/ns3/named.conf.j2
bin/tests/system/fetchlimit/ns3/named2.conf.j2
bin/tests/system/fetchlimit/ns3/named3.conf.j2
bin/tests/system/fetchlimit/ns5/named.conf.j2
bin/tests/system/fetchlimit/ns5/named2.conf.j2
bin/tests/system/fetchlimit/ns5/named3.conf.j2
bin/tests/system/keepalive/ns3/named.conf.j2
bin/tests/system/padding/ns3/named.conf.j2
bin/tests/system/padding/ns4/named.conf.j2
bin/tests/system/pipelined/ns4/named.conf.j2
bin/tests/system/reclimit/ns1/named.conf.j2
bin/tests/system/reclimit/ns3/named.conf.j2
bin/tests/system/reclimit/ns3/named2.conf.j2
bin/tests/system/reclimit/ns3/named3.conf.j2
bin/tests/system/reclimit/ns3/named4.conf.j2
bin/tests/system/reclimit/ns3/named5.conf.j2
bin/tests/system/reclimit/ns3/named6.conf.j2
bin/tests/system/statistics/ns3/named.conf.j2
bin/tests/system/tcp/ns3/named.conf.j2
bin/tests/system/tcp/ns4/named.conf.j2
bin/tests/system/tcp/ns5/named.conf.j2
bin/tests/system/ttl/ns2/named.conf.j2
bin/tests/system/views/ns3/named.conf.j2
bin/tests/system/views/ns3/named2.conf.j2
bin/tests/system/views/ns5/named.conf.j2