From 7249d0a2e75bd3ef3c1de80abc6661209f03d9b7 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 20 Apr 2010 20:01:44 +0000 Subject: [PATCH] Move killall to /bin. Fixes #2622. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 7 +++++++ chapter06/psmisc.xml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 29b36e87c..671cc98c3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,13 @@ 2010-04-20 + + [matthew] Move killall to + /bin so that installs with a + separate /usr partition and no + Sysvinit installed will boot. Fixes + #2622. + [matthew] Upgrade to Grep-2.6.3. Fixes #2621. 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: -ln -sv killall /bin/pidof +mv /usr/bin/killall /bin +ln -sv killall /bin/pidof