From 10e1008b517d27523986b20fa7992cc36a2e864a Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 3 Dec 2003 23:57:25 +0000 Subject: 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 --- chapter06/psmisc.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chapter06') 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. make install +There is no reason for the pstree and +pstree.x11 programs to reside in +/bin. We therefore move them to +/usr/bin. Also, there is no need +for pstree.x11 to exist as a separate program. We +therefore make it a symbolic link to pstree: + +mv /bin/pstree* /usr/bin +ln -sf pstree /usr/bin/pstree.x11 + By default Psmisc's pidof program isn't installed. Generally, this isn't a problem because we later install the Sysvinit package, which provides a better pidof program. But if you're not -- cgit v1.2.3-54-g00ecf