Changeset 8a10f1c


Ignore:
Timestamp:
Feb 12, 2008, 12:50:23 PM (16 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
282b4de
Parents:
814837a8
Message:

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

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    r814837a8 r8a10f1c  
    162162
    163163<screen role="nodump"><userinput>mkdir -pv /usr/lib/locale
     164localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
    164165localedef -i de_DE -f ISO-8859-1 de_DE
    165166localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
  • BOOK/general.ent

    r814837a8 r8a10f1c  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "Feburary">
    5 <!ENTITY day "10"> <!-- Use two digits -->
     5<!ENTITY day "12"> <!-- Use two digits -->
    66<!ENTITY year "2008"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r814837a8 r8a10f1c  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>February 12, 2008</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Added cs_CZ.UTF-8 locale for grep's fmbtest.sh test.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
Note: See TracChangeset for help on using the changeset viewer.