diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-21 04:02:41 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-21 04:02:41 +0000 |
commit | 67b127d5676f462b783f381c388f298858b6527a (patch) | |
tree | d8f7901cdeb220f0863a83c6aecacf4b5501842a | |
parent | 61d9fcc27ac5c79a5dbaa4f7e037ffd5367793b3 (diff) |
fix up + note removal of /lib and /usr/lib from ld.so.conf
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter06/config-ldso.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9a97ecace..9ab1fdc4f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -33,6 +33,12 @@ </para></listitem> +<listitem><para>March 20th, 2002 [gerard]: Chapter 06 - Configure Dynamic +Loader: Removed the <filename class="directory">/lib</filename and +<filename class="directory">/usr/lib</filename> directories from the +<filename>ld.so.conf</filename> file. They were +unnecessary.</para></listitem> + <listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed the chroot dependencies. It's not a package so it's a bit out of place.</para></listitem> diff --git a/chapter06/config-ldso.xml b/chapter06/config-ldso.xml index de4a9641b..2f169b974 100644 --- a/chapter06/config-ldso.xml +++ b/chapter06/config-ldso.xml @@ -27,11 +27,5 @@ following:</para> # End /etc/ld.so.conf <userinput>EOF</userinput></screen></para> -<para>Although it's not necessary to add the -<filename class="directory">/lib</filename> and -<filename class="directory">/usr/lib</filename> directories it doesn't -hurt. This way it can be seen right away what's being searched and a you -don't have to remember the default search paths if you don't want to.</para> - </sect2> |