BIND 10 trac1818, updated. 6bb37961f940cc599d9503da23ffe7ac52d275a3 bug #1818: Update guide to reflect components that are not started by default
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 23 12:06:03 UTC 2012
The branch, trac1818 has been updated
via 6bb37961f940cc599d9503da23ffe7ac52d275a3 (commit)
via 7a8830ffb99a783b1741cfaf6f8d0be6a93f5cd3 (commit)
from 27a5409375202abadb5be7a054edb83d8b433cf0 (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 6bb37961f940cc599d9503da23ffe7ac52d275a3
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Mar 23 17:35:56 2012 +0530
bug #1818: Update guide to reflect components that are not started by default
commit 7a8830ffb99a783b1741cfaf6f8d0be6a93f5cd3
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Mar 23 17:29:20 2012 +0530
bug #1818: Update manpage removing deleted elements from default list
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 24 +++++-------------------
src/bin/bind10/bind10.xml | 16 ----------------
2 files changed, 5 insertions(+), 35 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 6a68f82..104265d 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -771,12 +771,8 @@ as a dependency earlier -->
master process will also start up
<command>b10-cmdctl</command> for administration tools to
communicate with the system,
- <command>b10-auth</command> for authoritative DNS service,
- <command>b10-stats</command> for statistics collection,
- <command>b10-stats-httpd</command> for statistics reporting,
- <command>b10-xfrin</command> for inbound DNS zone transfers,
- <command>b10-xfrout</command> for outbound DNS zone transfers,
- and <command>b10-zonemgr</command> for secondary service.
+ <command>b10-stats</command> for statistics collection, and
+ <command>b10-stats-httpd</command> for statistics reporting.
</para>
<section id="start">
@@ -810,12 +806,7 @@ as a dependency earlier -->
The configuration is in the Boss/components section. Each element
represents one component, which is an abstraction of a process
(currently there's also one component which doesn't represent
- a process). If you didn't want to transfer out at all (your server
- is a slave only), you would just remove the corresponding component
- from the set, like this and the process would be stopped immediately
- (and not started on the next startup):
- <screen>> <userinput>config remove Boss/components b10-xfrout</userinput>
-> <userinput>config commit</userinput></screen>
+ a process).
</para>
<para>
@@ -1695,15 +1686,10 @@ what is XfroutClient xfr_client??
<para>
The main <command>bind10</command> process can be configured
to select to run either the authoritative or resolver or both.
- By default, it starts the authoritative service.
-<!-- TODO: later both -->
-
- You may change this using <command>bindctl</command>, for example:
+ By default, it doesn't start either one. You may change this using
+ <command>bindctl</command>, for example:
<screen>
-> <userinput>config remove Boss/components b10-xfrout</userinput>
-> <userinput>config remove Boss/components b10-xfrin</userinput>
-> <userinput>config remove Boss/components b10-auth</userinput>
> <userinput>config add Boss/components b10-resolver</userinput>
> <userinput>config set Boss/components/b10-resolver/special resolver</userinput>
> <userinput>config set Boss/components/b10-resolver/kind needed</userinput>
diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml
index 1f3cb68..06e3ed6 100644
--- a/src/bin/bind10/bind10.xml
+++ b/src/bin/bind10/bind10.xml
@@ -232,10 +232,6 @@ TODO: configuration section
<itemizedlist>
<listitem>
- <para> <varname>/Boss/components/b10-auth</varname> </para>
- </listitem>
-
- <listitem>
<para> <varname>/Boss/components/b10-cmdctl</varname> </para>
</listitem>
@@ -247,18 +243,6 @@ TODO: configuration section
<para> <varname>/Boss/components/b10-stats-httpd</varname> </para>
</listitem>
- <listitem>
- <para> <varname>/Boss/components/b10-xfrin</varname> </para>
- </listitem>
-
- <listitem>
- <para> <varname>/Boss/components/b10-xfrout</varname> </para>
- </listitem>
-
- <listitem>
- <para> <varname>/Boss/components/b10-zonemgr</varname> </para>
- </listitem>
-
</itemizedlist>
<para>
More information about the bind10-changes
mailing list