Applied Zack's procps patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2003-05-13 07:14:53 +00:00
parent eded582f1f
commit 668813fb56
2 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,10 @@
</itemizedlist>
</para></listitem>
<listitem><para>May 12th, 2003 [winkie]: Chapter 06 - Installing Procps:
Remove the /lib/libproc.so symlink. No package outside of Procps itself
uses this library, and none should.</para></listitem>
<listitem><para>May 12th, 2003 [winkie]: Chapter 06 - Installing Net-tools:
Run "make config" before doing make. Fixes bugs #462 and
#497.</para></listitem>

View File

@ -18,5 +18,9 @@ the patch:</para>
<para><screen><userinput>make install</userinput></screen></para>
<para>Remove a spurious library link:</para>
<para><screen><userinput>rm /lib/libproc.so</userinput></screen></para>
</sect2>