diff options
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 35e4b68d3..5178f9708 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -43,23 +43,7 @@ <para>Prepare Psmisc for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --exec-prefix=""</userinput></screen> - - <variablelist> - <title>The meaning of the configure options:</title> - - <varlistentry> - <term><parameter>--exec-prefix=""</parameter></term> - <listitem> - <para>This ensures that the Psmisc binaries will install into - <filename class="directory">/bin</filename> instead of <filename - class="directory">/usr/bin</filename>. This is the correct location - according to the FHS, because some of the Psmisc binaries are used - by the LFS-Bootscripts package.</para> - </listitem> - </varlistentry> - - </variablelist> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> @@ -71,13 +55,6 @@ <screen><userinput remap="install">make install</userinput></screen> - <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>:</para> - -<screen><userinput remap="install">mv -v /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 in the Sysvinit package, which provides a better |