Explorar el Código

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
Gerard Beekmans hace 23 años
padre
commit
67b127d567
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 6 0
      chapter01/changelog.xml
  2. 0 6
      chapter06/config-ldso.xml

+ 6 - 0
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>

+ 0 - 6
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>