r1404 - trunk/BOOK/chapter06

robert at linuxfromscratch.org robert at linuxfromscratch.org
Sat May 31 22:51:40 MDT 2008


Author: robert
Date: 2008-05-31 22:51:39 -0600 (Sat, 31 May 2008)
New Revision: 1404

Modified:
   trunk/BOOK/chapter06/glibc.xml
Log:
fix little oops in last svn commit

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml	2008-06-01 03:54:51 UTC (rev 1403)
+++ trunk/BOOK/chapter06/glibc.xml	2008-06-01 04:51:39 UTC (rev 1404)
@@ -71,11 +71,6 @@
 
 <screen><userinput>patch -Np1 -i ../&glibc-wur-patch;</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>The next patch is from Glibc-cvs and fixes the
     <function>strfry</function> function to handle an empty string:</para>
 
@@ -86,6 +81,11 @@
 
 <screen><userinput>patch -Np1 -i ../&glibc-sha512-patch;</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>
+
 <screen><userinput>sed -i.orig '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen>
 
     <para>When running <command>make install</command>, a script called



More information about the hlfs-book mailing list