aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-04-20 20:01:44 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-04-20 20:01:44 +0000
commit7249d0a2e75bd3ef3c1de80abc6661209f03d9b7 (patch)
tree522de3a28e7b6993bd2db01a6f1d9e7534686269 /chapter06/psmisc.xml
parent78a302e6e9810ad563d870f645931b5c0608a870 (diff)
Move killall to /bin. Fixes #2622.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r--chapter06/psmisc.xml3
1 files changed, 2 insertions, 1 deletions
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>