note that the command channel can be disabled using controls { };

This commit is contained in:
Mark Andrews
2002-01-22 05:09:40 +00:00
parent 2bffec87ac
commit bedd38297c

View File

@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"> "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.13 2002/01/16 03:47:23 marka Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.14 2002/01/22 05:09:40 marka Exp $ -->
<book> <book>
<title>BIND 9 Administrator Reference Manual</title> <title>BIND 9 Administrator Reference Manual</title>
@@ -2290,6 +2290,11 @@ installed.
<acronym>BIND</acronym> 8 configuration file, it is ignored <acronym>BIND</acronym> 8 configuration file, it is ignored
and a warning is logged.</para> and a warning is logged.</para>
<para>
To disable the command channel, use an empty <command>controls</command>
statement: <command>controls { };</command>.
</para>
</sect2> </sect2>
<sect2> <sect2>
<title><command>include</command> Statement Grammar</title> <title><command>include</command> Statement Grammar</title>