BIND 10 master, updated. 3b2674982d558f22f9a2db3b43c922e29ba7520c [master] Delete trailing whitespace in ChangeLog

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jul 29 07:12:16 UTC 2013


The branch, master has been updated
       via  3b2674982d558f22f9a2db3b43c922e29ba7520c (commit)
       via  2459cd14aeff5cfccac711b6e6de4a4cf42817bb (commit)
       via  8f0b820ed66c3dea6e9045bd8568af26cfa8d36e (commit)
       via  4ebc8cf417703e5350d68ccee409a8f1f9daef4e (commit)
       via  831bd66ffc6def8d0db2c0ab0761bfe0ef0259f4 (commit)
       via  d71ab2e5570d20ec6259b764472687c81009be24 (commit)
       via  f5e72732b725a2e20eabe2846a85ac8abb499f76 (commit)
      from  b62e62a49012ae039ecace4c4d68ad196e151cc1 (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 3b2674982d558f22f9a2db3b43c922e29ba7520c
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Jul 29 12:35:52 2013 +0530

    [master] Delete trailing whitespace in ChangeLog

commit 2459cd14aeff5cfccac711b6e6de4a4cf42817bb
Merge: b62e62a 8f0b820
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Jul 29 12:30:46 2013 +0530

    Merge branch 'trac3022'

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    4 ++--
 doc/guide/bind10-guide.xml |   22 +++++++++++++++-------
 2 files changed, 17 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index f92b583..96f27fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,8 +9,8 @@
 647.	[func]		tmark
 	Added initial implementation of classes for sending
 	and receiving NameChangeRequests between DHCP-DDNS
-	and its clients such as DHCP. This includes both 
-	abstract classes and a derivation which traffics 
+	and its clients such as DHCP. This includes both
+	abstract classes and a derivation which traffics
 	requests across UDP sockets.
 	(Trac #3008, git b54530b4539cec4476986442e72c047dddba7b48)
 
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 432fb8d..75718c3 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -427,7 +427,7 @@ var/
         <listitem>
           <para>Go into the source and run configure:
             <screen>$ <userinput>cd bind10-<replaceable>VERSION</replaceable></userinput>
-  $ <userinput>./configure</userinput></screen>
+$ <userinput>./configure</userinput></screen>
           </para>
         </listitem>
 
@@ -438,21 +438,29 @@ var/
         </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>cd /usr/local/etc/bind10/</userinput></screen>
-            <screen>$ <userinput>/usr/local/sbin/b10-cmdctl-usermgr</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 @@ var/
 	    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>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 @@ var/
 
         <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>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