Merge branch 'matthijs-dnssec-keys-trust-anchors-leftovers' into 'master'

Replace dnssec-keys leftovers with trust-anchors

See merge request isc-projects/bind9!3363
This commit is contained in:
Matthijs Mekking
2020-04-16 08:49:46 +00:00
2 changed files with 4 additions and 4 deletions

View 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>

View 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
}