diff options
-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> |