BIND 10 trac928, updated. 26100f264a9c48aa80748256db1e94c6091ba729 [trac928] add statistics category and statistics items into some spec files (bob.spec, auth.spec, stats.spec)

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 22 11:02:34 UTC 2011


The branch, trac928 has been updated
  discards  7d93c6b020e9eef38ecd28859625595df1180086 (commit)
       via  26100f264a9c48aa80748256db1e94c6091ba729 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (7d93c6b020e9eef38ecd28859625595df1180086)
            \
             N -- N -- N (26100f264a9c48aa80748256db1e94c6091ba729)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 26100f264a9c48aa80748256db1e94c6091ba729
Author: Naoki Kambe <kambe at jprs.co.jp>
Date:   Wed Jul 20 09:00:53 2011 +0900

    [trac928] add statistics category and statistics items into some spec files (bob.spec, auth.spec, stats.spec)

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

Summary of changes:
 src/bin/cfgmgr/plugins/logging.spec          |    3 +--
 src/bin/cfgmgr/plugins/tsig_keys.spec        |    3 +--
 src/bin/cmdctl/cmdctl.spec.pre.in            |    3 +--
 src/bin/dhcp6/dhcp6.spec                     |    3 +--
 src/bin/resolver/resolver.spec.pre.in        |    3 +--
 src/bin/stats/stats-httpd.spec               |    3 +--
 src/bin/stats/stats-schema.spec              |    3 +--
 src/bin/stats/tests/testdata/stats_test.spec |    3 +--
 src/bin/xfrin/xfrin.spec                     |    3 +--
 src/bin/xfrout/xfrout.spec.pre.in            |    3 +--
 src/bin/zonemgr/zonemgr.spec.pre.in          |    3 +--
 11 files changed, 11 insertions(+), 22 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/logging.spec b/src/bin/cfgmgr/plugins/logging.spec
index 37dab21..e377b0e 100644
--- a/src/bin/cfgmgr/plugins/logging.spec
+++ b/src/bin/cfgmgr/plugins/logging.spec
@@ -76,7 +76,6 @@
                 }
             }
         ],
-        "commands": [],
-        "statistics": []
+        "commands": []
     }
 }
diff --git a/src/bin/cfgmgr/plugins/tsig_keys.spec b/src/bin/cfgmgr/plugins/tsig_keys.spec
index f404af0..e558dd2 100644
--- a/src/bin/cfgmgr/plugins/tsig_keys.spec
+++ b/src/bin/cfgmgr/plugins/tsig_keys.spec
@@ -16,7 +16,6 @@
                 }
             }
         ],
-        "commands": [],
-        "statistics": []
+        "commands": []
     }
 }
diff --git a/src/bin/cmdctl/cmdctl.spec.pre.in b/src/bin/cmdctl/cmdctl.spec.pre.in
index 8651a70..537b678 100644
--- a/src/bin/cmdctl/cmdctl.spec.pre.in
+++ b/src/bin/cmdctl/cmdctl.spec.pre.in
@@ -33,8 +33,7 @@
         "command_description": "shutdown cmdctl",
         "command_args": []
       }
-    ],
-    "statistics": []
+    ]
   }
 }
 
diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec
index 9afc798..0e7e852 100644
--- a/src/bin/dhcp6/dhcp6.spec
+++ b/src/bin/dhcp6/dhcp6.spec
@@ -9,7 +9,6 @@
         "item_default": "eth0"
       }
     ],
-    "commands": [],
-    "statistics": []
+    "commands": []
   }
 }
diff --git a/src/bin/resolver/resolver.spec.pre.in b/src/bin/resolver/resolver.spec.pre.in
index f0ce600..076ef85 100644
--- a/src/bin/resolver/resolver.spec.pre.in
+++ b/src/bin/resolver/resolver.spec.pre.in
@@ -156,8 +156,7 @@
         "command_description": "Shut down recursive DNS server",
         "command_args": []
       }
-    ],
-    "statistics": []
+    ]
   }
 }
 
diff --git a/src/bin/stats/stats-httpd.spec b/src/bin/stats/stats-httpd.spec
index 05b5ee9..6307135 100644
--- a/src/bin/stats/stats-httpd.spec
+++ b/src/bin/stats/stats-httpd.spec
@@ -49,7 +49,6 @@
         "command_description": "Shut down the stats httpd",
         "command_args": []
       }
-    ],
-    "statistics": []
+    ]
   }
 }
diff --git a/src/bin/stats/stats-schema.spec b/src/bin/stats/stats-schema.spec
index abb035e..37e9c1a 100644
--- a/src/bin/stats/stats-schema.spec
+++ b/src/bin/stats/stats-schema.spec
@@ -82,7 +82,6 @@
         "item_description": "A number of total query counts which all auth servers receive over UDP since they started initially"
       }
     ],
-    "commands": [],
-    "statistics": []
+    "commands": []
   }
 }
diff --git a/src/bin/stats/tests/testdata/stats_test.spec b/src/bin/stats/tests/testdata/stats_test.spec
index fb7be2b..8136756 100644
--- a/src/bin/stats/tests/testdata/stats_test.spec
+++ b/src/bin/stats/tests/testdata/stats_test.spec
@@ -14,7 +14,6 @@
         "command_description": "this is for testing",
         "command_args": []
       }
-    ],
-    "statistics": []
+    ]
   }
 }
diff --git a/src/bin/xfrin/xfrin.spec b/src/bin/xfrin/xfrin.spec
index 4380dec..a3e62ce 100644
--- a/src/bin/xfrin/xfrin.spec
+++ b/src/bin/xfrin/xfrin.spec
@@ -83,7 +83,6 @@
         "command_description": "Shut down xfrin module",
         "command_args": []
       }
-    ],
-    "statistics": []
+    ]
   }
 }
diff --git a/src/bin/xfrout/xfrout.spec.pre.in b/src/bin/xfrout/xfrout.spec.pre.in
index d1f3a9b..2efa3d7 100644
--- a/src/bin/xfrout/xfrout.spec.pre.in
+++ b/src/bin/xfrout/xfrout.spec.pre.in
@@ -57,8 +57,7 @@
           "command_description": "Shut down Xfrout",
           "command_args": []
         }
-      ],
-      "statistics": []
+      ]
   }
 }
 
diff --git a/src/bin/zonemgr/zonemgr.spec.pre.in b/src/bin/zonemgr/zonemgr.spec.pre.in
index 99610df..36f02df 100644
--- a/src/bin/zonemgr/zonemgr.spec.pre.in
+++ b/src/bin/zonemgr/zonemgr.spec.pre.in
@@ -65,8 +65,7 @@
           "command_description": "Shut down Zonemgr",
           "command_args": []
         }
-      ],
-      "statistics": []
+      ]
   }
 }
      




More information about the bind10-changes mailing list