mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 05:39:19 +01:00
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
This commit is contained in:
parent
cddcb23c37
commit
58c4a181a7
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2008-10-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a patch to the Procps instructions to fix a
|
||||
unicode related issue in the watch program.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Added documentation installation commands to the
|
||||
Chapter 6 Kbd instructions.</para>
|
||||
|
@ -282,6 +282,10 @@
|
||||
<para>&perl-security-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&procps-watch-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&readline-fixes-patch;</para>
|
||||
</listitem>
|
||||
|
@ -226,6 +226,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Procps Watch Patch - <token>&procps-watch-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&procps-watch-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&procps-watch-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Readline Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -38,15 +38,20 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Procps</title>
|
||||
<title>Installation of Procps</title>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
<para>Apply a patch to fix a unicoded related issue in the
|
||||
<command>watch</command> program:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&procps-watch-patch;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
|
@ -127,6 +127,11 @@
|
||||
<!ENTITY perl-security-patch-size "0.8 KB">
|
||||
|
||||
|
||||
<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
|
||||
<!ENTITY procps-watch-patch-md5 "2e5b57608177bd54349c718db9b5843d">
|
||||
<!ENTITY procps-watch-patch-size "3.6 KB">
|
||||
|
||||
|
||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch">
|
||||
<!ENTITY readline-fixes-patch-md5 "7390b2296b7b11209829646537294ebb">
|
||||
<!ENTITY readline-fixes-patch-size "18 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user