aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/psmisc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-17 16:37:25 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-09-17 16:37:25 +0000
commita9fa36edd0c6ed5d0a6ae0486c570d11edcd971b (patch)
treea1abf261be0300060fd5130273972229cbf54825 /chapter06/psmisc.xml
parentb60ea758cfc6c8199d8c89a76f0a7197d343a130 (diff)
Remove optional symlink in psmisc
becasue if it is not overwritten by the sysvinit, it will break the init scripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9375 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r--chapter06/psmisc.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 305b66110..bbf245f74 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -60,6 +60,7 @@
<screen><userinput remap="install">make install</userinput></screen>
+<!--
<para>By default, Psmisc's <command>pidof</command> program is not
installed. This usually is not a problem because it is installed later
in the Sysvinit package, which provides a better
@@ -70,11 +71,12 @@
<screen><userinput remap="install">mv /usr/bin/killall /bin
ln -sv killall /bin/pidof</userinput></screen>
+-->
+ <para>Finally, move the <command>killall</command> and <command>fuser</command>
+ programs to the location specified by the FHS:</para>
- <para>Finally, move the <command>fuser</command> program to the location
- specified by the FHS:</para>
-
-<screen><userinput remap="install">mv /usr/bin/fuser /bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/fuser /bin
+mv -v /usr/bin/killall /bin</userinput></screen>
</sect2>