Переглянути джерело

Stopped trying to remove /lib/libproc.so, since it's no longer there

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4075 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 21 роки тому
батько
коміт
a62617aa95
3 змінених файлів з 5 додано та 6 видалено
  1. 3 0
      chapter01/changelog.xml
  2. 0 4
      chapter06/procps.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -91,6 +91,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>August 30, 2004 [jeremy]: Removing /lib/libproc.so is no longer
+necessary when installing procps</para></listitem>
+
 <listitem><para>August 27, 2004 [jeremy]: Upgraded to Libtool-1.5.8</para></listitem>
 
 <listitem><para>August 27, 2004 [jeremy]: Upgraded to Expect-5.42.1</para></listitem>

+ 0 - 4
chapter06/procps.xml

@@ -36,10 +36,6 @@ Make, Ncurses</seg></seglistitem>
 
 <screen><userinput>make install</userinput></screen>
 
-<para>Remove a spurious library link:</para>
-
-<screen><userinput>rm /lib/libproc.so</userinput></screen>
-
 </sect2>
 
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040827">
-<!ENTITY releasedate "August 27, 2004">
+<!ENTITY version "SVN-20040830">
+<!ENTITY releasedate "August 30, 2004">
 <!ENTITY milestone "6.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">