From 668813fb56bf035819d6301add7122a7ea67d0aa Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Tue, 13 May 2003 07:14:53 +0000 Subject: [PATCH] Applied Zack's procps patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/procps-inst.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7d6f439cf..e970c16ce 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -74,6 +74,10 @@ +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. + May 12th, 2003 [winkie]: Chapter 06 - Installing Net-tools: Run "make config" before doing make. Fixes bugs #462 and #497. diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index c9b8fd8d5..f46c2955f 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -18,5 +18,9 @@ the patch: make install +Remove a spurious library link: + +rm /lib/libproc.so +