From: Matthijs Mekking Date: Tue, 14 Apr 2020 07:03:33 +0000 (+0200) Subject: Replace leftover DNSSEC-KEYS with TRUST-ANCHORS X-Git-Tag: v9.17.2~145^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b5711fd3b64a8e277d2b4dcc4583f23ce2014b0;p=thirdparty%2Fbind9.git Replace leftover DNSSEC-KEYS with TRUST-ANCHORS Change 5332 renamed "dnssec-keys" configuration statement to the more descriptive "trust-anchors". Not all occurrences in the documentation had been updated. --- diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index bb6e7b93cf3..22c1c780c2e 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -168,7 +168,7 @@ logging { MANAGED-KEYS - Deprecated - see DNSSEC-KEYS. + Deprecated - see TRUST-ANCHORS. managed-keys { string ( static-key | initial-key | static-ds | @@ -550,7 +550,7 @@ trust-anchors { string ( static-key | TRUSTED-KEYS - Deprecated - see DNSSEC-KEYS. + Deprecated - see TRUST-ANCHORS. trusted-keys { string integer integer integer diff --git a/doc/misc/docbook-options.pl b/doc/misc/docbook-options.pl index 7d29c0742d1..087bf57915a 100644 --- a/doc/misc/docbook-options.pl +++ b/doc/misc/docbook-options.pl @@ -136,13 +136,13 @@ END if ($1 eq "trusted-keys") { print <Deprecated - see DNSSEC-KEYS. + Deprecated - see TRUST-ANCHORS. END } if ($1 eq "managed-keys") { print <Deprecated - see DNSSEC-KEYS. + Deprecated - see TRUST-ANCHORS. END }