Changeset f658b21 for chapter06


Ignore:
Timestamp:
01/20/2006 07:25:09 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
d096eb1
Parents:
23102484
Message:

Ported r7283:7284 from trunk to alphabetical.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r23102484 rf658b21  
    180180localedef -i fr_FR -f ISO-8859-1 fr_FR
    181181localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
    182 localedef -i fr_FR.UTF-8 -f UTF-8 fr_FR
     182localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
    183183localedef -i it_IT -f ISO-8859-1 it_IT
    184184localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
     
    529529<term><filename class="libraryfile">libBrokenLocale</filename></term>
    530530<listitem>
    531 <para>Used internally by Glibc as a gross hack to get broken programs 
     531<para>Used internally by Glibc as a gross hack to get broken programs
    532532(e.g., some Motif applications) running. See comments in
    533533<filename>glibc-&glibc-version;/locale/broken_cur_max.c</filename> for more
  • chapter06/perl.xml

    r23102484 rf658b21  
    2828<sect2 role="installation">
    2929<title>Installation of Perl</title>
     30
     31<para>A security vulnerability exists in Perl's sprintf function. Apply the
     32following patch to fix it.</para>
     33
     34<screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
    3035
    3136<para>First create a basic <filename>/etc/hosts</filename> file which will be
Note: See TracChangeset for help on using the changeset viewer.