BIND 10 trac1341, updated. a9dc55c6cc18e2ed28f79cfbbdf7408a64a04ca4 [trac1341] change config del to config remove
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 23 16:37:37 UTC 2011
The branch, trac1341 has been updated
via a9dc55c6cc18e2ed28f79cfbbdf7408a64a04ca4 (commit)
from 151a4b05228e38b2031d095e438b63ae75dc0b76 (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 a9dc55c6cc18e2ed28f79cfbbdf7408a64a04ca4
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Nov 23 10:37:19 2011 -0600
[trac1341] change config del to config remove
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 199f297..d16b7f7 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -775,7 +775,7 @@ Debian and Ubuntu:
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 del Boss/components b10-xfrout</userinput>
+ <screen>> <userinput>config remove Boss/components b10-xfrout</userinput>
> <userinput>config commit</userinput></screen>
</para>
@@ -1580,9 +1580,9 @@ what is XfroutClient xfr_client??
You may change this using <command>bindctl</command>, for example:
<screen>
-> <userinput>config del Boss/components b10-xfrout</userinput>
-> <userinput>config del Boss/components b10-xfrin</userinput>
-> <userinput>config del Boss/components b10-auth</userinput>
+> <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>
More information about the bind10-changes
mailing list