|
@@ -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>
|
|
|
|