diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-06 20:29:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-06 20:29:21 +0000 |
commit | 242405e3c028828ddaee9c2806aef9a481464ab0 (patch) | |
tree | d932982fe3530827da6e66d8a631f34543395012 /chapter06 | |
parent | 61c237dd7ad00cbe9a7d85bf8a53d228f2618ab6 (diff) |
Upgrade to Psmisc-22.16. Fixes #3026.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/psmisc.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index cefd5e487..b0c0cea89 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -55,18 +55,6 @@ <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 - <command>pidof</command> program. If Sysvinit will not be used for a - particular system, complete the installation of Psmisc by first moving - the <command>killall</command> to the correct location, as specified by the - FHS, then create a symlink to it:</para> - -<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> |