BIND 10 trac1818, updated. 71a80718097b5d5501522bc1edc4af2b1d8f0f40 [1818] Fix a config file to start various components
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 4 07:40:34 UTC 2012
The branch, trac1818 has been updated
via 71a80718097b5d5501522bc1edc4af2b1d8f0f40 (commit)
from c08f84fa36ab76e0eb24e952554ff8dc7fa56bd1 (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 71a80718097b5d5501522bc1edc4af2b1d8f0f40
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Apr 4 13:03:43 2012 +0530
[1818] Fix a config file to start various components
-----------------------------------------------------------------------
Summary of changes:
.../lettuce/configurations/example.org.config.orig | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/example.org.config.orig b/tests/lettuce/configurations/example.org.config.orig
index 642f2dd..17f7608 100644
--- a/tests/lettuce/configurations/example.org.config.orig
+++ b/tests/lettuce/configurations/example.org.config.orig
@@ -13,5 +13,16 @@
"port": 47806,
"address": "127.0.0.1"
} ]
+ },
+ "Boss": {
+ "components": {
+ "b10-auth": {"kind": "needed", "special": "auth" },
+ "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
+ "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-cmdctl": { "special": "cmdctl", "kind": "needed" }
+ }
}
}
More information about the bind10-changes
mailing list