Changeset 9132fe4


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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4783efe r9132fe4  
    3737-->
    3838    <listitem>
     39      <para>2013-12-13</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to procps-ng-3.3.9. Fixes
     43          <ulink url="&lfs-ticket-root;3439">#3439</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Install non-essential programs from
     47          the xz package in /usr/bin.  Fixes
     48          <ulink url="&lfs-ticket-root;3445">#3445</ulink>.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    3954      <para>2013-12-07</para>
    4055      <itemizedlist>
  • chapter03/patches.xml

    r4783efe r9132fe4  
    6868
    6969    <varlistentry>
     70      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
     71      <listitem>
     72        <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
     73        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
     74      </listitem>
     75    </varlistentry>
     76
     77    <varlistentry>
     78      <term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
     79      <listitem>
     80        <para>Download: <ulink url="&patches-root;&sysvinit-consolidated-patch;"/></para>
     81        <para>MD5 sum: <literal>&sysvinit-consolidated-patch-md5;</literal></para>
     82      </listitem>
     83    </varlistentry>
     84
     85    <varlistentry>
    7086      <term>Tar Manpage Patch - <token>&tar-manpage-patch-size;</token>:</term>
    7187      <listitem>
     
    7591    </varlistentry>
    7692
    77     <varlistentry>
    78       <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
    79       <listitem>
    80         <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
    81         <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
    82       </listitem>
    83     </varlistentry>
    8493<!--
    8594    <varlistentry>
  • chapter06/kmod.xml

    r4783efe r9132fe4  
    9696
    9797<screen><userinput remap="install">mv -v /usr/lib/libkmod.so.* /lib
    98 ln -svf ../../lib/libkmod.so.2.2.4 /usr/lib/libkmod.so</userinput></screen>
     98ln -svf ../../lib/libkmod.so.2.2.5 /usr/lib/libkmod.so</userinput></screen>
    9999
    100100<!-- Note to editors:  When upgrading kmod, make sure the library version
  • 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
  • chapter06/sysvinit.xml

    r4783efe r9132fe4  
    4242    <title>Installation of Sysvinit</title>
    4343
     44<!--
    4445    <para>When run-levels are changed (for example, when halting the
    4546    system), <command>init</command> sends termination signals to those
     
    6667        -e '/mesg/d'       \
    6768        -e 's/= sulogin(\.8)?/=/' src/Makefile</userinput></screen>
     69-->
     70    <para>First, apply a patch that removes several programs installed by other
     71    packages, clarifies a message, and fixes a compiler warning:</para>
     72
     73<screen><userinput remap="pre">patch -Np1 -i ../&sysvinit-consolidated-patch;</userinput></screen>
    6874
    6975    <para>Compile the package:</para>
     
    8692
    8793      <seglistitem>
    88         <seg>bootlogd, fstab-decode, halt, init, killall5, pidof (link to
    89         killall5), poweroff (link to halt), reboot (link to halt), runlevel,
     94        <seg>bootlogd, fstab-decode, halt, init, killall5,
     95        poweroff (link to halt), reboot (link to halt), runlevel,
    9096        shutdown, and telinit (link to init)</seg>
    9197      </seglistitem>
     
    155161      </varlistentry>
    156162
    157       <varlistentry id="pidof">
    158         <term><command>pidof</command></term>
    159         <listitem>
    160           <para>Reports the PIDs of the given programs</para>
    161           <indexterm zone="ch-system-sysvinit pidof">
    162             <primary sortas="b-pidof">pidof</primary>
    163           </indexterm>
    164         </listitem>
    165       </varlistentry>
    166 
    167163      <varlistentry id="poweroff">
    168164        <term><command>poweroff</command></term>
  • chapter06/xz.xml

    r4783efe r9132fe4  
    4848
    4949<screen><userinput remap="configure">./configure --prefix=/usr \
    50             --bindir=/bin \
    5150            --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
    5251
     
    5958<screen><userinput remap="test">make check</userinput></screen>
    6059
    61   <para>Install the package and make sure that all libraries are in the
     60  <para>Install the package and make sure that all essential files are in the
    6261  correct directory:</para>
    6362
    6463<screen><userinput remap="install">make install
     64mv -v   /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin
    6565mv -v /usr/lib/liblzma.so.* /lib
    6666ln -svf ../../lib/liblzma.so.&xz-version; /usr/lib/liblzma.so</userinput></screen>
  • general.ent

    r4783efe r9132fe4  
    1 <!ENTITY version         "SVN-20131207">
    2 <!ENTITY releasedate     "December 7, 2013">
     1<!ENTITY version         "SVN-20131213">
     2<!ENTITY releasedate     "December 13, 2013">
    33<!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.5">
  • packages.ent

    r4783efe r9132fe4  
    452452<!ENTITY pkgconfig-ch6-sbu "0.4 SBU">
    453453
    454 <!ENTITY procps-ng-version "3.3.8">
    455 <!ENTITY procps-ng-size "544 KB">
     454<!ENTITY procps-ng-version "3.3.9">
     455<!ENTITY procps-ng-size "548 KB">
    456456<!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
    457 <!ENTITY procps-ng-md5 "aecbeeda2ab308f8d09dddcb4cb9a572">
     457<!ENTITY procps-ng-md5 "0980646fa25e0be58f7afb6b98f79d74">
    458458<!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng">
    459459<!ENTITY procps-ng-ch6-du "13 MB">
  • patches.ent

    r4783efe r9132fe4  
    3131<!ENTITY readline-fixes-patch-size "1.3 KB">
    3232
     33<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
     34<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
     35<!ENTITY sysvinit-consolidated-patch-size "3.9 KB">
     36
    3337<!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch">
    3438<!ENTITY tar-manpage-patch-md5 "321f85ec32733b1a9399e788714a5156">
Note: See TracChangeset for help on using the changeset viewer.