Ignore:
Timestamp:
12/13/2013 06:55:02 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a326b1d7
Parents:
4783efe
Message:

Update to procps-ng-3.3.9
Install non-essential programs from the xz package in /usr/bin.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/procps.xml

    r4783efe r9132fe4  
    4848            --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
    4949            --disable-static                        \
    50             --disable-skill                         \
    5150            --disable-kill</userinput></screen>
    5251
     
    5453      <title>The meaning of the configure options:</title>
    5554
    56       <varlistentry>
    57         <term><parameter>--disable-skill</parameter></term>
    58         <listitem>
    59           <para>This switch disables the obsolete and unportable
    60           skill and snice commands.</para>
    61         </listitem>
    62       </varlistentry>
    6355      <varlistentry>
    6456        <term><parameter>--disable-kill</parameter></term>
     
    8678<screen><userinput remap="install">make install</userinput></screen>
    8779
    88 <para>Finally, move the library to a location that can be found if
     80<para>Finally, move essential files to a location that can be found if
    8981<filename class="directory">/usr</filename> is not mounted.</para>
    9082
    91 <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
    92 ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen>
     83<screen><userinput remap="install">mv -v /usr/bin/pidof /bin
     84mv -v /usr/lib/libprocps.so.* /lib
     85ln -sfv ../../lib/libprocps.so.3.0.0 /usr/lib/libprocps.so</userinput></screen>
     86
     87<!-- Note to devs: check the library version for new releases -->
    9388
    9489  </sect2>
     
    10297
    10398      <seglistitem>
    104         <seg>free, pgrep, pkill, pmap, ps, pwdx, slabtop,
     99        <seg>free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop,
    105100        sysctl, tload, top, uptime, vmstat, w, and, watch</seg>
    106101        <seg>libprocps.so</seg>
     
    130125          <indexterm zone="ch-system-procps pgrep">
    131126            <primary sortas="b-pgrep">pgrep</primary>
     127          </indexterm>
     128        </listitem>
     129      </varlistentry>
     130
     131      <varlistentry id="pidof">
     132        <term><command>pidof</command></term>
     133        <listitem>
     134          <para>Looks up processes based on their name and other attributes</para>
     135          <indexterm zone="ch-system-procps pidof">
     136            <primary sortas="b-pidof">pidof</primary>
    132137          </indexterm>
    133138        </listitem>
     
    262267
    263268      <varlistentry id="libprocps">
    264         <term><filename class="libraryfile">libproc</filename></term>
     269        <term><filename class="libraryfile">libprocps</filename></term>
    265270        <listitem>
    266271          <para>Contains the functions used by most programs in this
Note: See TracChangeset for help on using the changeset viewer.