aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-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>