Changeset 242405e3


Ignore:
Timestamp:
03/06/2012 08:29:21 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
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.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
bcbafe7
Parents:
61c237d
Message:

Upgrade to Psmisc-22.16. Fixes #3026.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r61c237d r242405e3  
    4141      <para>2012-03-06</para>
    4242      <itemizedlist>
     43         <listitem>
     44           <para>[matthew] - Upgrade to Psmisc-22.16. Fixes
     45           <ulink url="&lfs-ticket-root;3026">#3026</ulink>.</para>
     46         </listitem>
    4347        <listitem>
    4448          <para>[matthew] - Upgrade to File-5.11. Fixes
  • chapter01/whatsnew.xml

    r61c237d r242405e3  
    161161      <para>Procps &procps-version;</para>
    162162    </listitem>-->
    163     <!--<listitem>
     163    <listitem>
    164164      <para>Psmisc &psmisc-version;</para>
    165     </listitem>-->
     165    </listitem>
    166166    <!--<listitem>
    167167      <para>Readline &readline-version;</para>
  • chapter06/psmisc.xml

    r61c237d r242405e3  
    5656<screen><userinput remap="install">make install</userinput></screen>
    5757
    58 <!--
    59     <para>By default, Psmisc's <command>pidof</command> program is not
    60     installed. This usually is not a problem because it is installed later
    61     in the Sysvinit package, which provides a better
    62     <command>pidof</command> program. If Sysvinit will not be used for a
    63     particular system, complete the installation of Psmisc by first moving
    64     the <command>killall</command> to the correct location, as specified by the
    65     FHS, then create a symlink to it:</para>
    66 
    67 <screen><userinput remap="install">mv /usr/bin/killall /bin
    68 ln -sv killall /bin/pidof</userinput></screen>
    69 -->
    7058    <para>Finally, move the <command>killall</command> and <command>fuser</command>
    7159    programs to the location specified by the FHS:</para>
  • packages.ent

    r61c237d r242405e3  
    441441<!ENTITY procps-ch6-sbu "0.1 SBU">
    442442
    443 <!ENTITY psmisc-version "22.15">
    444 <!ENTITY psmisc-size "382 KB">
     443<!ENTITY psmisc-version "22.16">
     444<!ENTITY psmisc-size "454 KB">
    445445<!ENTITY psmisc-url "&sourceforge;psmisc/psmisc-&psmisc-version;.tar.gz">
    446 <!ENTITY psmisc-md5 "35e155bae2e499a6dcba35884560db1e">
     446<!ENTITY psmisc-md5 "d52caf26159c905574c2ce4bd792b9ee">
    447447<!ENTITY psmisc-home "http://psmisc.sourceforge.net/">
    448448<!ENTITY psmisc-ch6-du "3.6 MB">
Note: See TracChangeset for help on using the changeset viewer.