Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
193b7dd
Parents:
b8fddc7
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/psmisc.xml

    rb8fddc7 re6423a01  
    3737    <para os="a">Prepare Psmisc for compilation:</para>
    3838
    39 <screen><userinput>./configure --prefix=/usr --exec-prefix=""</userinput></screen>
     39<screen os="b"><userinput>./configure --prefix=/usr --exec-prefix=""</userinput></screen>
    4040
    41     <variablelist os="b">
     41    <variablelist os="c">
    4242      <title>The meaning of the configure option:</title>
    4343
     
    5454    </variablelist>
    5555
    56     <para os="c">Compile the package:</para>
     56    <para os="d">Compile the package:</para>
    5757
    58 <screen os="d"><userinput>make</userinput></screen>
     58<screen os="e"><userinput>make</userinput></screen>
    5959
    60     <para os="e">Install the package:</para>
     60    <para os="f">Install the package:</para>
    6161
    62 <screen os="f"><userinput>make install</userinput></screen>
     62<screen os="g"><userinput>make install</userinput></screen>
    6363
    64     <para os="g">There is no reason for the <command>pstree</command> and
     64    <para os="h">There is no reason for the <command>pstree</command> and
    6565    <command>pstree.x11</command> programs to reside in <filename
    6666    class="directory">/bin</filename>. Therefore, move them to <filename
    6767    class="directory">/usr/bin</filename>:</para>
    6868
    69 <screen os="h"><userinput>mv /bin/pstree* /usr/bin</userinput></screen>
     69<screen os="i"><userinput>mv /bin/pstree* /usr/bin</userinput></screen>
    7070
    71     <para os="i">By default, Psmisc's <command>pidof</command> program is not installed.
     71    <para os="j">By default, Psmisc's <command>pidof</command> program is not installed.
    7272    This usually is not a problem because it is installed later in the Sysvinit
    7373    package, which provides a better <command>pidof</command> program. If
     
    7575    of Psmisc by creating the following symlink:</para>
    7676
    77 <screen os="j"><userinput>ln -s killall /bin/pidof</userinput></screen>
     77<screen os="k"><userinput>ln -s killall /bin/pidof</userinput></screen>
    7878
    7979  </sect2>
Note: See TracChangeset for help on using the changeset viewer.