From a9dc55c6cc18e2ed28f79cfbbdf7408a64a04ca4 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 23 Nov 2011 10:37:19 -0600 Subject: [PATCH] [trac1341] change config del to config remove --- doc/guide/bind10-guide.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 199f297638..d16b7f7f82 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): - > config del Boss/components b10-xfrout + > config remove Boss/components b10-xfrout > config commit @@ -1580,9 +1580,9 @@ what is XfroutClient xfr_client?? You may change this using bindctl, for example: -> config del Boss/components b10-xfrout -> config del Boss/components b10-xfrin -> config del Boss/components b10-auth +> config remove Boss/components b10-xfrout +> config remove Boss/components b10-xfrin +> config remove Boss/components b10-auth > config add Boss/components b10-resolver > config set Boss/components/b10-resolver/special resolver > config set Boss/components/b10-resolver/kind needed