2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[1818] Fix b10-stats-httpd address and re-enable check

This commit is contained in:
Mukund Sivaraman
2012-04-04 16:24:44 +05:30
parent 7544617e81
commit ff240f0bc7
2 changed files with 2 additions and 2 deletions

View File

@@ -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" }
}
}

View File

@@ -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