Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
d71ab2e5
Commit
d71ab2e5
authored
Jul 22, 2013
by
Mukund Sivaraman
Browse files
[3022] Qualify all binaries with path names (to keep it consistent with rest)
parent
f5e72732
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
d71ab2e5
...
...
@@ -461,7 +461,7 @@ $ <userinput>./configure</userinput></screen>
configuration. In another console, enable the authoritative
DNS service (by using the
<command>
bindctl
</command>
utility
to configure the
<command>
b10-auth
</command>
component to
run):
<screen>
$
<userinput>
bindctl
</userinput></screen>
run):
<screen>
$
<userinput>
/usr/local/bin/
bindctl
</userinput></screen>
(Login with the username and password you used above to create a user.)
<screen>
>
<userinput>
config add Init/components b10-auth
</userinput>
...
...
@@ -481,7 +481,7 @@ $ <userinput>./configure</userinput></screen>
<listitem>
<para>
Load desired zone file(s), for example:
<screen>
$
<userinput>
b10-loadzone
<replaceable>
-c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}'
</replaceable>
<replaceable>
your.zone.example.org
</replaceable>
<replaceable>
your.zone.file
</replaceable></userinput></screen>
<screen>
$
<userinput>
/usr/local/bin/
b10-loadzone
<replaceable>
-c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}'
</replaceable>
<replaceable>
your.zone.example.org
</replaceable>
<replaceable>
your.zone.file
</replaceable></userinput></screen>
</para>
(If you use the sqlite3 data source with the default DB
file, you can omit the -c option).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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