[COMMIT LOGREPORT] service/doc user-manual.dbx,1.85,1.86

Wytze van der Raay wraay at users.sourceforge.net
Tue Aug 16 12:13:30 CEST 2005


Update of /cvsroot/logreport/service/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5035

Modified Files:
	user-manual.dbx 
Log Message:
Update information about the absence or presence of recursive request indicator
in pre-9.3 versus post-9.3 BIND9 log files.
Update the sample log lines to include a non-recursive request indicator,
which is a better match with the current BIND9 release situation.


Index: user-manual.dbx
===================================================================
RCS file: /cvsroot/logreport/service/doc/user-manual.dbx,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- user-manual.dbx	17 Feb 2005 14:45:45 -0000	1.85
+++ user-manual.dbx	16 Aug 2005 10:13:28 -0000	1.86
@@ -2109,7 +2109,9 @@
 
         <para>&Bind9; logs the same information as &Bind8; (except
             whether the request was recursive or not) but in a
-            different format.
+            different format. &Bind9.3; and later versions support
+            a more elaborate log file format, which includes the
+            recursive/non-recursive request indicator again.
         </para>
 
         <note>
@@ -2131,18 +2133,19 @@
 
           <programlisting>
 Feb 25 11:09:43.651 queries: info: client 10.0.0.3#1035: \
-    query: 3.example.com.nl IN A
+    query: 3.example.com.nl IN A -
 Feb 25 11:09:48.739 queries: info: client 10.0.0.3#1035: \
-    query: 3.example.com.nl IN A
+    query: 3.example.com.nl IN A -
 Feb 25 12:50:32.476 queries: info: client 10.0.0.3#1035: \
-    query: 21.example.com.co.uk IN A
+    query: 21.example.com.co.uk IN A -
 Feb 25 12:50:34.110 queries: info: client 10.0.0.3#1035: \
-    query: 22.example.com IN A
+    query: 22.example.com IN A -
           </programlisting>
         </example>
 
         <tip>
-          <para>If you miss the recursive flag from &Bind8;, it is
+          <para>If you are running a pre-9.3 version of &Bind9; and
+            you are missing the recursive flag from &Bind8;, it is
             possible to add back that feature by patching &Bind9;.
             The following patch by by Wytze van der Raay will add a
             <literal>+</literal> or <literal>-</literal> after the

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list