Changeset 58c4a18


Ignore:
Timestamp:
10/11/2008 05:04:24 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
3e0c6919
Parents:
cddcb23
Message:

Added a patch to the Procps instructions to fix a unicode related issue in the watch program

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcddcb23 r58c4a18  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Added a patch to the Procps instructions to fix a
     45          unicode related issue in the watch program.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[randy] - Added documentation installation commands to the
    4549          Chapter 6 Kbd instructions.</para>
  • chapter01/whatsnew.xml

    rcddcb23 r58c4a18  
    284284
    285285    <listitem>
     286      <para>&procps-watch-patch;</para>
     287    </listitem>
     288
     289    <listitem>
    286290      <para>&readline-fixes-patch;</para>
    287291    </listitem>
  • chapter03/patches.xml

    rcddcb23 r58c4a18  
    228228
    229229    <varlistentry>
     230      <term>Procps Watch Patch - <token>&procps-watch-patch-size;</token>:</term>
     231      <listitem>
     232        <para>Download: <ulink url="&patches-root;&procps-watch-patch;"/></para>
     233        <para>MD5 sum: <literal>&procps-watch-patch-md5;</literal></para>
     234      </listitem>
     235    </varlistentry>
     236
     237    <varlistentry>
    230238      <term>Readline Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
    231239      <listitem>
  • chapter06/procps.xml

    rcddcb23 r58c4a18  
    3939
    4040  <sect2 role="installation">
    41   <title>Installation of Procps</title>
    42 
    43   <para>Compile the package:</para>
     41    <title>Installation of Procps</title>
     42
     43    <para>Apply a patch to fix a unicoded related issue in the
     44    <command>watch</command> program:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen>
     47
     48    <para>Compile the package:</para>
    4449
    4550<screen><userinput remap="make">make</userinput></screen>
    4651
    47   <para>This package does not come with a test suite.</para>
    48 
    49   <para>Install the package:</para>
     52    <para>This package does not come with a test suite.</para>
     53
     54    <para>Install the package:</para>
    5055
    5156<screen><userinput remap="install">make install</userinput></screen>
  • patches.ent

    rcddcb23 r58c4a18  
    128128
    129129
     130<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
     131<!ENTITY procps-watch-patch-md5 "2e5b57608177bd54349c718db9b5843d">
     132<!ENTITY procps-watch-patch-size "3.6 KB">
     133
     134
    130135<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch">
    131136<!ENTITY readline-fixes-patch-md5 "7390b2296b7b11209829646537294ebb">
Note: See TracChangeset for help on using the changeset viewer.