]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace leftover DNSSEC-KEYS with TRUST-ANCHORS
authorMatthijs Mekking <matthijs@isc.org>
Tue, 14 Apr 2020 07:03:33 +0000 (09:03 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 16 Apr 2020 06:10:08 +0000 (08:10 +0200)
Change 5332 renamed "dnssec-keys" configuration statement to the
more descriptive "trust-anchors".  Not all occurrences in the
documentation had been updated.

bin/named/named.conf.docbook
doc/misc/docbook-options.pl

index bb6e7b93cf3246c6e4fe9b68947247c4d7fd014b..22c1c780c2ef67e1b1cc221e615301099fc45da7 100644 (file)
@@ -168,7 +168,7 @@ logging {
   </refsection>
 
   <refsection><info><title>MANAGED-KEYS</title></info>
-  <para>Deprecated - see DNSSEC-KEYS.</para>
+  <para>Deprecated - see TRUST-ANCHORS.</para>
     <literallayout class="normal">
 managed-keys { <replaceable>string</replaceable> ( static-key
     | initial-key | static-ds |
@@ -550,7 +550,7 @@ trust-anchors { <replaceable>string</replaceable> ( static-key |
   </refsection>
 
   <refsection><info><title>TRUSTED-KEYS</title></info>
-  <para>Deprecated - see DNSSEC-KEYS.</para>
+  <para>Deprecated - see TRUST-ANCHORS.</para>
     <literallayout class="normal">
 trusted-keys { <replaceable>string</replaceable> <replaceable>integer</replaceable>
     <replaceable>integer</replaceable> <replaceable>integer</replaceable>
index 7d29c0742d1791ad0f36c15c6cf0dad467cd2a9b..087bf57915a29b0dbf7e3d32e4fdd85f060dee26 100644 (file)
@@ -136,13 +136,13 @@ END
 
                if ($1 eq "trusted-keys") {
                        print <<END;
-  <para>Deprecated - see DNSSEC-KEYS.</para>
+  <para>Deprecated - see TRUST-ANCHORS.</para>
 END
                }
 
                if ($1 eq "managed-keys") {
                        print <<END;
-  <para>Deprecated - see DNSSEC-KEYS.</para>
+  <para>Deprecated - see TRUST-ANCHORS.</para>
 END
                }