Author: bdubbs
Date: 2010-09-17 10:37:25 -0600 (Fri, 17 Sep 2010)
New Revision: 9375

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/psmisc.xml
   trunk/BOOK/general.ent
Log:
Remove optional symlink in psmisc
becasue if it is not overwritten by the sysvinit, it will break the init scripts

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-09-14 16:17:30 UTC (rev 9374)
+++ trunk/BOOK/chapter01/changelog.xml  2010-09-17 16:37:25 UTC (rev 9375)
@@ -37,6 +37,18 @@
 
 -->
     <listitem>
+      <para>2010-09-17</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove optional symlink in psmisc
+          becasue if it is not overwritten by the sysvinit
+          intallation, it will break the init scripts.
+          </para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2010-09-06</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/psmisc.xml
===================================================================
--- trunk/BOOK/chapter06/psmisc.xml     2010-09-14 16:17:30 UTC (rev 9374)
+++ trunk/BOOK/chapter06/psmisc.xml     2010-09-17 16:37:25 UTC (rev 9375)
@@ -60,6 +60,7 @@
 
 <screen><userinput remap="install">make install</userinput></screen>
 
+<!--
     <para>By default, Psmisc's <command>pidof</command> program is not
     installed. This usually is not a problem because it is installed later
     in the Sysvinit package, which provides a better
@@ -70,12 +71,13 @@
 
 <screen><userinput remap="install">mv /usr/bin/killall /bin
 ln -sv killall /bin/pidof</userinput></screen>
+-->
+    <para>Finally, move the <command>killall</command> and 
<command>fuser</command> 
+    programs to the location specified by the FHS:</para>
 
-    <para>Finally, move the <command>fuser</command> program to the location
-    specified by the FHS:</para>
+<screen><userinput remap="install">mv -v /usr/bin/fuser /bin
+mv -v /usr/bin/killall /bin</userinput></screen>
 
-<screen><userinput remap="install">mv /usr/bin/fuser /bin</userinput></screen>
-
   </sect2>
 
   <sect2 id="contents-psmisc" role="content">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-09-14 16:17:30 UTC (rev 9374)
+++ trunk/BOOK/general.ent      2010-09-17 16:37:25 UTC (rev 9375)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100906">
-<!ENTITY releasedate "September 6, 2010">
+<!ENTITY version "SVN-20100917">
+<!ENTITY releasedate "September 17, 2010">
 <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to