mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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:
parent
78a302e6e9
commit
7249d0a2e7
@ -39,6 +39,13 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2010-04-20</para>
|
<para>2010-04-20</para>
|
||||||
<itemizedlist>
|
<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>
|
<listitem>
|
||||||
<para>[matthew] Upgrade to Grep-2.6.3. Fixes
|
<para>[matthew] Upgrade to Grep-2.6.3. Fixes
|
||||||
<ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
|
<ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
|
||||||
|
@ -62,7 +62,8 @@
|
|||||||
particular system, complete the installation of Psmisc by creating the
|
particular system, complete the installation of Psmisc by creating the
|
||||||
following symlink:</para>
|
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>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user