BIND 10 trac2450, updated. 0854840b717e6f79ba5648571dd0c71306af73e5 [2450] Minor wrapping update
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 29 00:19:19 UTC 2012
The branch, trac2450 has been updated
via 0854840b717e6f79ba5648571dd0c71306af73e5 (commit)
via c8194121792a6f19615f76de611cfba3af927a07 (commit)
via 1c36cb6a3edd1029e115862fbede8a81a6a96cf3 (commit)
via eb79abb35f62e96268eb687c100c1f1129d15537 (commit)
from d9c0f5f2d9294d8eb026bf92fd8fda103e9fc747 (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 0854840b717e6f79ba5648571dd0c71306af73e5
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Nov 29 05:49:01 2012 +0530
[2450] Minor wrapping update
commit c8194121792a6f19615f76de611cfba3af927a07
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Nov 29 05:48:05 2012 +0530
[2450] Update to include any other linker cache config file
commit 1c36cb6a3edd1029e115862fbede8a81a6a96cf3
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Nov 29 05:43:10 2012 +0530
[2450] Update library path taking prefix into account
commit eb79abb35f62e96268eb687c100c1f1129d15537
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Nov 29 05:41:38 2012 +0530
[2450] Remove ldconfig instruction from quickstart section
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 840d01f..96bb916 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -419,14 +419,6 @@ var/
</listitem>
<listitem>
- <para>If required, run <command>ldconfig</command> as root
- (with <filename>/usr/local</filename> in
- <filename>/etc/ld.so.conf</filename>):
- <screen>$ <userinput>ldconfig</userinput></screen>
- </para>
- </listitem>
-
- <listitem>
<para>Start the server (as root):
<screen>$ <userinput>/usr/local/sbin/bind10</userinput></screen>
</para>
@@ -792,9 +784,11 @@ as a dependency earlier -->
<para>The install step may require superuser privileges.</para>
</note>
<para>
- If required, run <command>ldconfig</command> as root (with
- <filename>/usr/local</filename> in
- <filename>/etc/ld.so.conf</filename>):
+ If required, run <command>ldconfig</command> as root with
+ <filename>/usr/local/lib</filename> (or with ${prefix}/lib if
+ configured with --prefix) in
+ <filename>/etc/ld.so.conf</filename> (or the relevant linker
+ cache configuration file for your OS):
<screen>$ <userinput>ldconfig</userinput></screen>
</para>
<note>
More information about the bind10-changes
mailing list