BIND 10 trac3022, updated. 8f0b820ed66c3dea6e9045bd8568af26cfa8d36e [3022] Don't refer to install prefix in every command
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 26 10:56:45 UTC 2013
The branch, trac3022 has been updated
via 8f0b820ed66c3dea6e9045bd8568af26cfa8d36e (commit)
from 4ebc8cf417703e5350d68ccee409a8f1f9daef4e (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 8f0b820ed66c3dea6e9045bd8568af26cfa8d36e
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Jul 26 16:26:32 2013 +0530
[3022] Don't refer to install prefix in every command
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 891fad2..75718c3 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -438,21 +438,29 @@ $ <userinput>./configure</userinput></screen>
</listitem>
<listitem>
- <para>Install it as root (to default /usr/local):
+ <para>Install it as root (by default to prefix
+ <filename>/usr/local/</filename>):
<screen>$ <userinput>make install</userinput></screen>
</para>
</listitem>
<listitem>
+ <para>Change directory to the install prefix (by default
+ <filename>/usr/local/</filename>):
+ <screen>$ <userinput>cd /usr/local/</userinput></screen>
+ </para>
+ </listitem>
+
+ <listitem>
<para>Create a user for yourself:
- <screen>$ <userinput>/usr/local/sbin/b10-cmdctl-usermgr add root</userinput></screen>
+ <screen>$ <userinput>sbin/b10-cmdctl-usermgr add root</userinput></screen>
and enter a newly chosen password when prompted.
</para>
</listitem>
<listitem>
<para>Start the server (as root):
- <screen>$ <userinput>/usr/local/sbin/bind10</userinput></screen>
+ <screen>$ <userinput>sbin/bind10</userinput></screen>
</para>
</listitem>
@@ -461,7 +469,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>/usr/local/bin/bindctl</userinput></screen>
+ run): <screen>$ <userinput>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 +489,7 @@ $ <userinput>./configure</userinput></screen>
<listitem>
<para>Load desired zone file(s), for example:
- <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>
+ <screen>$ <userinput>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).
More information about the bind10-changes
mailing list