Author: randy
Date: 2008-10-11 11:04:24 -0600 (Sat, 11 Oct 2008)
New Revision: 8636

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/procps.xml
   trunk/BOOK/patches.ent
Log:
Added a patch to the Procps instructions to fix a unicode related issue in the 
watch program

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-11 15:32:15 UTC (rev 8635)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-11 17:04:24 UTC (rev 8636)
@@ -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>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2008-10-11 15:32:15 UTC (rev 8635)
+++ trunk/BOOK/chapter01/whatsnew.xml   2008-10-11 17:04:24 UTC (rev 8636)
@@ -283,6 +283,10 @@
     </listitem>
 
     <listitem>
+      <para>&procps-watch-patch;</para>
+    </listitem>
+
+    <listitem>
       <para>&readline-fixes-patch;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2008-10-11 15:32:15 UTC (rev 8635)
+++ trunk/BOOK/chapter03/patches.xml    2008-10-11 17:04:24 UTC (rev 8636)
@@ -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>

Modified: trunk/BOOK/chapter06/procps.xml
===================================================================
--- trunk/BOOK/chapter06/procps.xml     2008-10-11 15:32:15 UTC (rev 8635)
+++ trunk/BOOK/chapter06/procps.xml     2008-10-11 17:04:24 UTC (rev 8636)
@@ -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>
 

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2008-10-11 15:32:15 UTC (rev 8635)
+++ trunk/BOOK/patches.ent      2008-10-11 17:04:24 UTC (rev 8636)
@@ -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">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to