]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2082. [doc] Document 'cache-file' as a test only option.
authorMark Andrews <marka@isc.org>
Wed, 13 Sep 2006 00:18:27 +0000 (00:18 +0000)
committerMark Andrews <marka@isc.org>
Wed, 13 Sep 2006 00:18:27 +0000 (00:18 +0000)
CHANGES
bin/named/named.conf.docbook
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 946088cfd6446087c2bfe41268953eb7a84c7b6f..99bd8b6bf8013cd996d8effbe426d6d013ff6fa2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2082.  [doc]           Document 'cache-file' as a test only option.
+
 2081.  [port]          libbind: minor 64-bit portability fix in memcluster.c.
                        [RT #16360]
 
index 2978ce1e12b5c289c43ac0d7dad89e3bf0a51f6d..d5ab4da85ecfb808027da47160a97a7e22d8681e 100644 (file)
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: named.conf.docbook,v 1.23 2006/06/04 23:17:06 marka Exp $ -->
+<!-- $Id: named.conf.docbook,v 1.24 2006/09/13 00:15:38 marka Exp $ -->
 <refentry>
   <refentryinfo>
     <date>Aug 13, 2004</date>
@@ -250,7 +250,7 @@ options {
        check-integrity <replaceable>boolean</replaceable>;
        check-mx-cname ( fail | warn | ignore );
        check-srv-cname ( fail | warn | ignore );
-       cache-file <replaceable>quoted_string</replaceable>;
+       cache-file <replaceable>quoted_string</replaceable>; // test option
        suppress-initial-notify <replaceable>boolean</replaceable>; // not yet implemented
        preferred-glue <replaceable>string</replaceable>;
        dual-stack-servers <optional> port <replaceable>integer</replaceable> </optional> {
@@ -399,7 +399,7 @@ view <replaceable>string</replaceable> <replaceable>optional_class</replaceable>
        check-integrity <replaceable>boolean</replaceable>;
        check-mx-cname ( fail | warn | ignore );
        check-srv-cname ( fail | warn | ignore );
-       cache-file <replaceable>quoted_string</replaceable>;
+       cache-file <replaceable>quoted_string</replaceable>; // test option
        suppress-initial-notify <replaceable>boolean</replaceable>; // not yet implemented
        preferred-glue <replaceable>string</replaceable>;
        dual-stack-servers <optional> port <replaceable>integer</replaceable> </optional> {
index 1db49b156edb6aec1caa4211c7cb323b503295b9..1abb831a1857569238d25f54d540a09c651161e6 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.307 2006/08/30 23:40:50 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.308 2006/09/13 00:15:37 marka Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -4371,6 +4371,7 @@ category notify { null; };
     <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>
@@ -4612,6 +4613,15 @@ digits</varname>" + "<varname>tkey-domain</varname>". In most cases,
             </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>
@@ -4623,6 +4633,7 @@ digits</varname>" + "<varname>tkey-domain</varname>". In most cases,
               </para>
             </listitem>
           </varlistentry>
+
           <varlistentry>
             <term><command>memstatistics-file</command></term>
             <listitem>