Author: matthew
Date: 2010-04-20 14:01:44 -0600 (Tue, 20 Apr 2010)
New Revision: 9248

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/psmisc.xml
Log:
Move killall to /bin. Fixes #2622.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-04-20 20:01:11 UTC (rev 9247)
+++ trunk/BOOK/chapter01/changelog.xml  2010-04-20 20:01:44 UTC (rev 9248)
@@ -40,6 +40,13 @@
       <para>2010-04-20</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] Move <command>killall</command> to
+          <filename class="directory">/bin</filename> so that installs with a
+          separate <filename class="directory">/usr</filename> partition and no
+          <package>Sysvinit</package> installed will boot.  Fixes
+          <ulink url="&lfs-ticket-root;2622">#2622</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] Upgrade to Grep-2.6.3.  Fixes
           <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/psmisc.xml
===================================================================
--- trunk/BOOK/chapter06/psmisc.xml     2010-04-20 20:01:11 UTC (rev 9247)
+++ trunk/BOOK/chapter06/psmisc.xml     2010-04-20 20:01:44 UTC (rev 9248)
@@ -62,7 +62,8 @@
     particular system, complete the installation of Psmisc by creating the
     following symlink:</para>
 
-<screen><userinput remap="install">ln -sv killall 
/bin/pidof</userinput></screen>
+<screen><userinput remap="install">mv /usr/bin/killall /bin
+ln -sv killall /bin/pidof</userinput></screen>
 
   </sect2>
 

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