BIND 10 trac2225_xfrout, updated. e166275662c30de9f940643dace9f7844568b595 [2225_xfrout] Delete trailing whitespace

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 5 07:13:33 UTC 2013


The branch, trac2225_xfrout has been updated
       via  e166275662c30de9f940643dace9f7844568b595 (commit)
       via  7f64aa6706fe457ba91186d424f041931d455893 (commit)
       via  d7c19bfa03f33652626fea3fb0675dd8228a8005 (commit)
      from  79a11d19f140d1420bc9d83dc1fbdcf907319418 (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 e166275662c30de9f940643dace9f7844568b595
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Feb 5 12:42:59 2013 +0530

    [2225_xfrout] Delete trailing whitespace

commit 7f64aa6706fe457ba91186d424f041931d455893
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Feb 5 12:42:47 2013 +0530

    [2225_xfrout] Update comments

commit d7c19bfa03f33652626fea3fb0675dd8228a8005
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Feb 5 12:42:31 2013 +0530

    [2225_xfrout] Change case

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

Summary of changes:
 src/bin/xfrout/b10-xfrout.xml                      |   16 ++++++++--------
 src/bin/xfrout/xfrout.py.in                        |    8 ++++----
 src/bin/xfrout/xfrout.spec.pre.in                  |   20 ++++++++++----------
 .../lettuce/features/xfrin_notify_handling.feature |    1 -
 4 files changed, 22 insertions(+), 23 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/b10-xfrout.xml b/src/bin/xfrout/b10-xfrout.xml
index ae380c7..df7f2d6 100644
--- a/src/bin/xfrout/b10-xfrout.xml
+++ b/src/bin/xfrout/b10-xfrout.xml
@@ -208,56 +208,56 @@
       <varlistentry>
         <term>open</term>
         <listitem><simpara>
-         Unix Domain sockets opened successfully
+         UNIX domain sockets opened successfully
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>openfail</term>
         <listitem><simpara>
-         Unix Domain sockets open failures
+         UNIX domain sockets open failures
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>close</term>
         <listitem><simpara>
-         Unix Domain sockets closed
+         UNIX domain sockets closed
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>bindfail</term>
         <listitem><simpara>
-         Unix Domain sockets bind failures
+         UNIX domain sockets bind failures
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>acceptfail</term>
         <listitem><simpara>
-         Unix Domain sockets incoming accept failures
+         UNIX domain sockets incoming accept failures
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>accept</term>
         <listitem><simpara>
-         Unix Domain sockets incoming connections successfully accepted
+         UNIX domain sockets incoming connections successfully accepted
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>senderr</term>
         <listitem><simpara>
-         Unix Domain sockets send errors
+         UNIX domain sockets send errors
         </simpara></listitem>
       </varlistentry>
 
       <varlistentry>
         <term>recverr</term>
         <listitem><simpara>
-         Unix Domain sockets receive errors
+         UNIX domain sockets receive errors
         </simpara></listitem>
       </varlistentry>
 
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index af149d2..cd4fc9a 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -674,8 +674,8 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn,
         self.update_config_data(config_data)
 
     def server_bind(self):
-        """server_bind() overridden for counting bind failed
-        unixsockets
+        """server_bind() overridden for counting unix domain sockets
+        bind() failures
         """
         try:
             # call the server_bind() of class
@@ -687,8 +687,8 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn,
             raise
 
     def get_request(self):
-        """get_request() overridden for counting successfully accepted
-       unixsockets or failed accepted unixsockets
+        """get_request() overridden for counting unix domain sockets
+        accept() failures and success
         """
         try:
             # call the get_request() of class
diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in
index efca403..bc2949c 100644
--- a/src/bin/xfrout/xfrout.spec.pre.in
+++ b/src/bin/xfrout/xfrout.spec.pre.in
@@ -222,8 +222,8 @@
                 "senderr": 0,
                 "recverr": 0
               },
-              "item_title": "Unix Domain",
-              "item_description": "Unix Domain",
+              "item_title": "UNIX domain",
+              "item_description": "UNIX domain",
               "map_item_spec": [
                 {
                   "item_name": "open",
@@ -231,7 +231,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Open",
-                  "item_description": "Unix Domain sockets opened successfully"
+                  "item_description": "UNIX domain sockets opened successfully"
                 },
                 {
                   "item_name": "openfail",
@@ -239,7 +239,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Open failures",
-                  "item_description": "Unix Domain sockets open failures"
+                  "item_description": "UNIX domain sockets open failures"
                 },
                 {
                   "item_name": "close",
@@ -247,7 +247,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Close",
-                  "item_description": "Unix Domain sockets closed"
+                  "item_description": "UNIX domain sockets closed"
                 },
                 {
                   "item_name": "bindfail",
@@ -255,7 +255,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Bind failures",
-                  "item_description": "Unix Domain sockets bind failures"
+                  "item_description": "UNIX domain sockets bind failures"
                 },
                 {
                   "item_name": "acceptfail",
@@ -263,7 +263,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Accept failures",
-                  "item_description": "Unix Domain sockets incoming accept failures"
+                  "item_description": "UNIX domain sockets incoming accept failures"
                 },
                 {
                   "item_name": "accept",
@@ -271,7 +271,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Accept",
-                  "item_description": "Unix Domain sockets incoming connections successfully accepted"
+                  "item_description": "UNIX domain sockets incoming connections successfully accepted"
                 },
                 {
                   "item_name": "senderr",
@@ -279,7 +279,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Send errors",
-                  "item_description": "Unix Domain sockets send errors"
+                  "item_description": "UNIX domain sockets send errors"
                 },
                 {
                   "item_name": "recverr",
@@ -287,7 +287,7 @@
                   "item_optional": false,
                   "item_default": 0,
                   "item_title": "Receive errors",
-                  "item_description": "Unix Domain sockets receive errors"
+                  "item_description": "UNIX domain sockets receive errors"
                 }
               ]
             }
diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature
index 5950b6d..b65c784 100644
--- a/tests/lettuce/features/xfrin_notify_handling.feature
+++ b/tests/lettuce/features/xfrin_notify_handling.feature
@@ -244,4 +244,3 @@ Feature: Xfrin incoming notify handling
     Then the statistics counter accept should be 0
     Then the statistics counter senderr should be 0
     Then the statistics counter recverr should be 0
-



More information about the bind10-changes mailing list