2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[trac1341] change config del to config remove

This commit is contained in:
Jeremy C. Reed
2011-11-23 10:37:19 -06:00
parent 151a4b0522
commit a9dc55c6cc

View File

@@ -775,7 +775,7 @@ Debian and Ubuntu:
is a slave only), you would just remove the corresponding component is a slave only), you would just remove the corresponding component
from the set, like this and the process would be stopped immediately from the set, like this and the process would be stopped immediately
(and not started on the next startup): (and not started on the next startup):
<screen>&gt; <userinput>config del Boss/components b10-xfrout</userinput> <screen>&gt; <userinput>config remove Boss/components b10-xfrout</userinput>
&gt; <userinput>config commit</userinput></screen> &gt; <userinput>config commit</userinput></screen>
</para> </para>
@@ -1580,9 +1580,9 @@ what is XfroutClient xfr_client??
You may change this using <command>bindctl</command>, for example: You may change this using <command>bindctl</command>, for example:
<screen> <screen>
&gt; <userinput>config del Boss/components b10-xfrout</userinput> &gt; <userinput>config remove Boss/components b10-xfrout</userinput>
&gt; <userinput>config del Boss/components b10-xfrin</userinput> &gt; <userinput>config remove Boss/components b10-xfrin</userinput>
&gt; <userinput>config del Boss/components b10-auth</userinput> &gt; <userinput>config remove Boss/components b10-auth</userinput>
&gt; <userinput>config add Boss/components b10-resolver</userinput> &gt; <userinput>config add Boss/components b10-resolver</userinput>
&gt; <userinput>config set Boss/components/b10-resolver/special resolver</userinput> &gt; <userinput>config set Boss/components/b10-resolver/special resolver</userinput>
&gt; <userinput>config set Boss/components/b10-resolver/kind needed</userinput> &gt; <userinput>config set Boss/components/b10-resolver/kind needed</userinput>