[Clfs-commits] commit: r3903 - in /trunk/BOOK: final-system/common/glibc.xml general.ent introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Feb 12 12:50:23 PST 2008


Author: ken
Date: Tue Feb 12 20:50:23 2008
New Revision: 3903

Log:
Add cs_CZ.UTF-8 locale to run all of the grep testsuite.

Modified:
    trunk/BOOK/final-system/common/glibc.xml
    trunk/BOOK/general.ent
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/glibc.xml
==============================================================================
--- trunk/BOOK/final-system/common/glibc.xml (original)
+++ trunk/BOOK/final-system/common/glibc.xml Tue Feb 12 20:50:23 2008
@@ -161,6 +161,7 @@
     successfully:</para>
 
 <screen role="nodump"><userinput>mkdir -pv /usr/lib/locale
+localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
 localedef -i de_DE -f ISO-8859-1 de_DE
 localedef -i de_DE at euro -f ISO-8859-15 de_DE at euro
 localedef -i en_HK -f ISO-8859-1 en_HK

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Tue Feb 12 20:50:23 2008
@@ -2,7 +2,7 @@
 
 <!ENTITY month "02"> <!-- Use two digits -->
 <!ENTITY month_name "Feburary">
-<!ENTITY day "10"> <!-- Use two digits -->
+<!ENTITY day "12"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Tue Feb 12 20:50:23 2008
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>February 12, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Added cs_CZ.UTF-8 locale for grep's fmbtest.sh test.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>Frburary 3, 2008</para>




More information about the Clfs-commits mailing list