Changeset 05760bc for HLFS/hlfs.xsl


Ignore:
Timestamp:
06/03/2007 09:57:21 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5c575e1
Parents:
f546320
Message:

HLFS: Removed LC_ALL setting.
CLFS3: Removed remaining VIMLANG references.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    rf546320 r05760bc  
    4242  <!-- Locale settings -->
    4343  <xsl:param name="lang" select="C"/>
    44   <xsl:param name="lc_all" select="C"/>
    4544
    4645  <xsl:template match="/">
     
    198197        <xsl:text>&#xA;</xsl:text>
    199198      </xsl:when>
    200       <!-- Setting $LC_ALL and $LANG for /etc/profile -->
     199      <!-- Setting $LANG for /etc/profile -->
    201200      <xsl:when test="ancestor::sect1[@id='bootable-profile'] and
    202201                contains(string(),'export LANG=')">
    203         <xsl:value-of select="substring-before(string(),'export LC_ALL=')"/>
    204         <xsl:text>export LC_ALL=</xsl:text>
    205         <xsl:value-of select="$lc_all"/>
    206         <xsl:text>&#xA;export LANG=</xsl:text>
     202        <xsl:value-of select="substring-before(string(),'export LANG=')"/>
     203        <xsl:text>export LANG=</xsl:text>
    207204        <xsl:value-of select="$lang"/>
    208         <xsl:text>&#xA;export INPUTRC</xsl:text>
    209         <xsl:value-of select="substring-after(string(),'INPUTRC')"/>
     205        <xsl:value-of select="substring-after(string(),'CC]')"/>
    210206        <xsl:text>&#xA;</xsl:text>
    211207      </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.