BIND 10 trac2225_xfrout, updated. aed7be6f9f6c14a0006eb8a3693c554608100480 [2225_xfrout] add directory names of "zone", "socket" and "unixdomain" into the man page

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 18 07:58:16 UTC 2013


The branch, trac2225_xfrout has been updated
       via  aed7be6f9f6c14a0006eb8a3693c554608100480 (commit)
       via  d21590b00ee8680cd45e4adf3c0c511da1f5348b (commit)
      from  8bfa9b46bfef0f5282507ea0583897a7fd7ecd4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit aed7be6f9f6c14a0006eb8a3693c554608100480
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Feb 18 16:26:37 2013 +0900

    [2225_xfrout] add directory names of "zone", "socket" and "unixdomain" into the man page

commit d21590b00ee8680cd45e4adf3c0c511da1f5348b
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Mon Feb 18 15:00:07 2013 +0900

    [2225_xfrout] update "item_description" of "zone", "socket" and "unixdomain" in spec

-----------------------------------------------------------------------

Summary of changes:
 src/bin/xfrout/b10-xfrout.xml     |   29 +++++++++++++++++++++++++++++
 src/bin/xfrout/xfrout.spec.pre.in |    6 +++---
 2 files changed, 32 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/b10-xfrout.xml b/src/bin/xfrout/b10-xfrout.xml
index df7f2d6..fd41cda 100644
--- a/src/bin/xfrout/b10-xfrout.xml
+++ b/src/bin/xfrout/b10-xfrout.xml
@@ -164,6 +164,13 @@
     <variablelist>
 
       <varlistentry>
+        <term>zones</term>
+        <listitem><simpara>
+         A directory name of per-zone statistics
+        </simpara></listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term>notifyoutv4</term>
         <listitem><simpara>
          Number of IPv4 notifies per zone name sent out from Xfrout
@@ -191,6 +198,10 @@
         </simpara></listitem>
       </varlistentry>
 
+    </variablelist>
+
+    <variablelist>
+
       <varlistentry>
         <term>ixfr_running</term>
         <listitem><simpara>
@@ -205,6 +216,24 @@
         </simpara></listitem>
       </varlistentry>
 
+    </variablelist>
+
+    <variablelist>
+
+      <varlistentry>
+        <term>socket</term>
+        <listitem><simpara>
+         A directory name of socket statistics
+        </simpara></listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>unixdomain</term>
+        <listitem><simpara>
+         A directory name of UNIX domain statistics
+        </simpara></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>open</term>
         <listitem><simpara>
diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in
index bc2949c..c3d9279 100644
--- a/src/bin/xfrout/xfrout.spec.pre.in
+++ b/src/bin/xfrout/xfrout.spec.pre.in
@@ -129,7 +129,7 @@
             }
           },
           "item_title": "Zone names",
-          "item_description": "Zone names for Xfrout statistics",
+          "item_description": "A directory name of per-zone statistics",
           "named_set_item_spec": {
             "item_name": "zonename",
             "item_type": "map",
@@ -206,7 +206,7 @@
             }
           },
           "item_title": "Socket",
-          "item_description": "Socket",
+          "item_description": "A directory name of socket statistics",
           "map_item_spec": [
             {
               "item_name": "unixdomain",
@@ -223,7 +223,7 @@
                 "recverr": 0
               },
               "item_title": "UNIX domain",
-              "item_description": "UNIX domain",
+              "item_description": "A directory name of UNIX domain statistics",
               "map_item_spec": [
                 {
                   "item_name": "open",



More information about the bind10-changes mailing list