Browse Source

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
Randy McMurchy 17 năm trước cách đây
mục cha
commit
58c4a181a7
5 tập tin đã thay đổi với 30 bổ sung4 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 4 0
      chapter01/whatsnew.xml
  3. 8 0
      chapter03/patches.xml
  4. 9 4
      chapter06/procps.xml
  5. 5 0
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -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>

+ 4 - 0
chapter01/whatsnew.xml

@@ -282,6 +282,10 @@
       <para>&perl-security-patch;</para>
     </listitem>
 
+    <listitem>
+      <para>&procps-watch-patch;</para>
+    </listitem>
+
     <listitem>
       <para>&readline-fixes-patch;</para>
     </listitem>

+ 8 - 0
chapter03/patches.xml

@@ -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>

+ 9 - 4
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>
 

+ 5 - 0
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">