Author: dj
Date: 2008-10-20 23:19:14 -0600 (Mon, 20 Oct 2008)
New Revision: 8687

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
Log:
Put back instructions to disable installation of vi_VN.TCVN locale in glibc.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2008-10-21 05:15:28 UTC (rev 8686)
+++ trunk/BOOK/chapter01/changelog.xml  2008-10-21 05:19:14 UTC (rev 8687)
@@ -41,6 +41,10 @@
       <para>2008-10-21</para>
       <itemizedlist>
         <listitem>
+          <para>[dj] - Reintroduced the command to supress installation of the
+          vi_VN.TCVN locale as bash is still broken with it.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Put Coreutils-i18n patch back into place.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2008-10-21 05:15:28 UTC (rev 8686)
+++ trunk/BOOK/chapter06/glibc.xml      2008-10-21 05:19:14 UTC (rev 8687)
@@ -70,12 +70,12 @@
 <screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
 mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
 
-    <!-- <para>In the vi_VN.TCVN locale, <command>bash</command> enters an 
infinite loop
-    at startup. It is unknown whether this is a <command>bash</command> bug or 
a
-    Glibc problem. Disable installation of this locale in order to avoid the
-    problem:</para>
+    <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite
+    loop at startup. It is unknown whether this is a <command>bash</command>
+    bug or a Glibc problem. Disable installation of this locale in order to
+    avoid the problem:</para>
 
-<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' 
localedata/SUPPORTED</userinput></screen> -->
+<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' 
localedata/SUPPORTED</userinput></screen>
 
     <!-- <para>When running <command>make install</command>, a script called
     <filename>test-installation.pl</filename> performs a small sanity test on

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