diff options
Diffstat (limited to 'chapter06')
-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 |