aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/procps.xml13
-rw-r--r--patches.ent5
5 files changed, 30 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 32fca329c..c483a4f6c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<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>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 1e08a87a6..249739402 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -283,6 +283,10 @@
</listitem>
<listitem>
+ <para>&procps-watch-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&readline-fixes-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index a42997515..e60dad2ce 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -227,6 +227,14 @@
</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>
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index c2329b2cb..9b81cc289 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -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>
diff --git a/patches.ent b/patches.ent
index a9dc4904c..7357d248b 100644
--- a/patches.ent
+++ b/patches.ent
@@ -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">