BIND 10 trac1818, updated. 6daad052ace88c76c058fbc9c278a2ddd1888ff5 [1818] Fix b10-stats-httpd address and re-enable check
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 4 10:55:00 UTC 2012
The branch, trac1818 has been updated
via 6daad052ace88c76c058fbc9c278a2ddd1888ff5 (commit)
from a6ca683cae607ee0382fddfdb350545321b7fb5d (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 6daad052ace88c76c058fbc9c278a2ddd1888ff5
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Apr 4 16:24:44 2012 +0530
[1818] Fix b10-stats-httpd address and re-enable check
-----------------------------------------------------------------------
Summary of changes:
.../lettuce/configurations/example.org.config.orig | 2 +-
tests/lettuce/features/bindctl_commands.feature | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/example.org.config.orig b/tests/lettuce/configurations/example.org.config.orig
index 17f7608..148e723 100644
--- a/tests/lettuce/configurations/example.org.config.orig
+++ b/tests/lettuce/configurations/example.org.config.orig
@@ -21,7 +21,7 @@
"b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
"b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
"b10-stats": { "address": "Stats", "kind": "dispensable" },
- "b10-stats-httpd": { "address": "Stats", "kind": "dispensable" },
+ "b10-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" },
"b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
}
}
diff --git a/tests/lettuce/features/bindctl_commands.feature b/tests/lettuce/features/bindctl_commands.feature
index 7d4ac70..541d993 100644
--- a/tests/lettuce/features/bindctl_commands.feature
+++ b/tests/lettuce/features/bindctl_commands.feature
@@ -34,5 +34,5 @@ Feature: control with bindctl
bind10 module Zonemgr should not be running
bind10 module Xfrin should not be running
bind10 module Auth should not be running
-# bind10 module StatsHttpd should not be running
+ bind10 module StatsHttpd should not be running
bind10 module Stats should not be running
More information about the bind10-changes
mailing list