From f61123cf4589fe042023f6519ca76186a352bb83 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 23 Jan 2024 13:58:09 +0100 Subject: [PATCH] auth debian: adjust option names in shipped configs fixes #13708 --- .../authoritative/debian-buster/config/bind.conf | 16 ++++++++-------- .../debian-buster/config/tinydns.conf | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/builder-support/debian/authoritative/debian-buster/config/bind.conf b/builder-support/debian/authoritative/debian-buster/config/bind.conf index 23bfbac752..d7789f437d 100644 --- a/builder-support/debian/authoritative/debian-buster/config/bind.conf +++ b/builder-support/debian/authoritative/debian-buster/config/bind.conf @@ -33,18 +33,18 @@ bind-config=/etc/powerdns/named.conf # bind-ignore-broken-records=no ################################# -# bind-supermaster-config Location of (part of) named.conf where pdns can write zone-statements to +# bind-autoprimary-config Location of (part of) named.conf where pdns can write zone-statements to # -# bind-supermaster-config= -bind-supermaster-config=/var/lib/powerdns/supermaster.conf +# bind-autoprimary-config= +bind-autoprimary-config=/var/lib/powerdns/supermaster.conf ################################# -# bind-supermaster-destdir Destination directory for newly added slave zones +# bind-autoprimary-destdir Destination directory for newly added secondary zones # -# bind-supermaster-destdir=/etc/powerdns -bind-supermaster-destdir=/var/lib/powerdns/zones.slave.d +# bind-autoprimary-destdir=/etc/powerdns +bind-autoprimary-destdir=/var/lib/powerdns/zones.slave.d ################################# -# bind-supermasters List of IP-addresses of supermasters +# bind-autoprimaries List of IP-addresses of autoprimaries # -# bind-supermasters= +# bind-autoprimaries= diff --git a/builder-support/debian/authoritative/debian-buster/config/tinydns.conf b/builder-support/debian/authoritative/debian-buster/config/tinydns.conf index de6388dd20..36e60c671a 100644 --- a/builder-support/debian/authoritative/debian-buster/config/tinydns.conf +++ b/builder-support/debian/authoritative/debian-buster/config/tinydns.conf @@ -17,7 +17,7 @@ launch+=tinydns # tinydns-locations=yes ################################# -# tinydns-notify-on-startup Tell the TinyDNSBackend to notify all the slave nameservers on startup. Default is no. +# tinydns-notify-on-startup Tell the TinyDNSBackend to notify all the secondary nameservers on startup. Default is no. # # tinydns-notify-on-startup=no -- 2.47.2