Move killall to /bin. Fixes #2622.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-04-20 20:01:44 +00:00
parent 78a302e6e9
commit 7249d0a2e7
2 changed files with 9 additions and 1 deletions

View File

@ -39,6 +39,13 @@
<listitem>
<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>

View File

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