2082. [doc] Document 'cache-file' as a test only option.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
2082. [doc] Document 'cache-file' as a test only option.
|
||||
|
||||
--- 9.2.7rc2 released ---
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: named.conf.docbook,v 1.1.6.7 2006/07/18 04:10:06 marka Exp $ -->
|
||||
<!-- $Id: named.conf.docbook,v 1.1.6.8 2006/09/13 00:28:07 marka Exp $ -->
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
@@ -172,6 +172,7 @@ options {
|
||||
coresize <replaceable>size</replaceable>;
|
||||
datasize <replaceable>size</replaceable>;
|
||||
directory <replaceable>quoted_string</replaceable>;
|
||||
cache-file <replaceable>quoted_string</replaceable>; // test option
|
||||
dump-file <replaceable>quoted_string</replaceable>;
|
||||
files <replaceable>size</replaceable>;
|
||||
heartbeat-interval <replaceable>integer</replaceable>;
|
||||
|
||||
+11
-1
@@ -18,7 +18,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.49 2006/07/20 00:17:00 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.50 2006/09/13 00:28:07 marka Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
@@ -2651,6 +2651,7 @@ statement in the <filename>named.conf</filename> file:</para>
|
||||
<optional> named-xfer <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> tkey-domain <replaceable>domainname</replaceable>; </optional>
|
||||
<optional> tkey-dhkey <replaceable>key_name</replaceable> <replaceable>key_tag</replaceable>; </optional>
|
||||
<optional> cache-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> dump-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> memstatistics-file <replaceable>path_name</replaceable>; </optional>
|
||||
<optional> pid-file <replaceable>path_name</replaceable>; </optional>
|
||||
@@ -2798,6 +2799,15 @@ public and private keys from files in the working directory. In
|
||||
most cases, the keyname should be the server's host name.</para>
|
||||
</listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><command>cache-file</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is for testing only. Do not use.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term><command>dump-file</command></term>
|
||||
<listitem><para>The pathname of the file the server dumps
|
||||
the database to when instructed to do so with
|
||||
|
||||
Reference in New Issue
Block a user