Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a9dc55c6
Commit
a9dc55c6
authored
Nov 23, 2011
by
Jeremy C. Reed
Browse files
[trac1341] change config del to config remove
parent
151a4b05
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
a9dc55c6
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment