diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-03 23:57:25 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-12-03 23:57:25 +0000 |
commit | 10e1008b517d27523986b20fa7992cc36a2e864a (patch) | |
tree | 2b453c5dd5ab00605e44fe55ccbfb8b86576a7ed /chapter06/psmisc.xml | |
parent | 2e1f2e6b5a8c37cf0df2e839ea776d834c032325 (diff) |
Upgraded to Gettext-0.13, Man-pages-1.64, Linux-2.4.23 and Psmisc-21.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 3b939961d..7438d7cd2 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -35,6 +35,16 @@ filesystem isn't mounted.</para></listitem> <screen><userinput>make install</userinput></screen> +<para>There is no reason for the <filename>pstree</filename> and +<filename>pstree.x11</filename> programs to reside in +<filename class="directory">/bin</filename>. We therefore move them to +<filename class="directory">/usr/bin</filename>. Also, there is no need +for <filename>pstree.x11</filename> to exist as a separate program. We +therefore make it a symbolic link to <filename>pstree</filename>:</para> + +<screen><userinput>mv /bin/pstree* /usr/bin +ln -sf pstree /usr/bin/pstree.x11</userinput></screen> + <para>By default Psmisc's <userinput>pidof</userinput> program isn't installed. Generally, this isn't a problem because we later install the Sysvinit package, which provides a better <userinput>pidof</userinput> program. But if you're not |