diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-12 14:46:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-12 14:46:36 +0000 |
commit | 9e34c5f049652c76575792581b3222f13c8a6097 (patch) | |
tree | 51ab8ab79b6401b790c14a201569b6a2f8c26a94 /chapter06 | |
parent | 96e154983a88c62e539c56d25ad08fe777480ff6 (diff) |
* Upgrade to psmisc-21.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/psmisc.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index b463eae8c..7d382e227 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -16,7 +16,7 @@ processes.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>2.2 MB</seg></seglistitem> +<seglistitem><seg>0.1 SBU</seg><seg>1.5 MB</seg></seglistitem> </segmentedlist> <segmentedlist> @@ -58,12 +58,9 @@ mounted.</para></listitem> <para>There is no reason for the <command>pstree</command> and <command>pstree.x11</command> programs to reside in <filename class="directory">/bin</filename>. Therefore, move them to <filename -class="directory">/usr/bin</filename>. Also, there is no need for -<command>pstree.x11</command> to exist as a separate program. Make it -a symbolic link to <command>pstree</command> instead:</para> +class="directory">/usr/bin</filename>:</para> -<screen><userinput>mv /bin/pstree* /usr/bin -ln -sf pstree /usr/bin/pstree.x11</userinput></screen> +<screen><userinput>mv /bin/pstree* /usr/bin</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 |