diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 29b36e87c..671cc98c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 5178f9708..9fb4435b5 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -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> |