瀏覽代碼

Applied Zack's procps patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 年之前
父節點
當前提交
668813fb56
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 4 0
      chapter01/changelog.xml
  2. 4 0
      chapter06/procps-inst.xml

+ 4 - 0
chapter01/changelog.xml

@@ -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>

+ 4 - 0
chapter06/procps-inst.xml

@@ -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>