mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
1325. [bug] Document that internal zones are included in the
rndc status results.
This commit is contained in:
parent
5991ce4236
commit
93da96c1cf
2 changed files with 8 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
1325. [bug] Document that internal zones are included in the
|
||||
rndc status results.
|
||||
|
||||
1324. [func] New function: dns_zone_name().
|
||||
|
||||
1323. [func] Option 'flush-zones-on-shutdown <boolean>;'.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.201 2002/06/12 06:29:49 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.202 2002/06/14 00:57:54 marka Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
|
@ -794,7 +794,10 @@ of a server.</para>
|
|||
<listitem><para>Flushes the server's cache.</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry><term><userinput>status</userinput></term>
|
||||
<listitem><para>Display status of the server.</para></listitem></varlistentry>
|
||||
<listitem><para>Display status of the server.
|
||||
Note the number of zones includes the internal <command>bind/CH</command> zone
|
||||
and the default <command>./IN</command> hint zone if there is not a
|
||||
explicit root zone configured.</para></listitem></varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue