BIND 10 trac1818, updated. 9ba034ead8b8b78aeb206d6575b3c77c1437edba [1863] Make stats-httpd listen on a non-default port for lettuce tests (contd.)
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 11 14:56:50 UTC 2012
The branch, trac1818 has been updated
via 9ba034ead8b8b78aeb206d6575b3c77c1437edba (commit)
from 637e4d4310e272e5f7c7f1ff499e5736f0d16b16 (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 9ba034ead8b8b78aeb206d6575b3c77c1437edba
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Apr 11 20:25:53 2012 +0530
[1863] Make stats-httpd listen on a non-default port for lettuce tests (contd.)
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/configurations/default.config | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/default.config b/tests/lettuce/configurations/default.config
index 61f0f64..99e30ad 100644
--- a/tests/lettuce/configurations/default.config
+++ b/tests/lettuce/configurations/default.config
@@ -6,5 +6,11 @@
"severity": "DEBUG",
"name": "auth"
} ]
+ },
+ "StatsHttpd": {
+ "listen_on": [ {
+ "port": 47811,
+ "address": "127.0.0.1"
+ } ]
}
}
More information about the bind10-changes
mailing list