Changeset 7e5ea15


Ignore:
Timestamp:
12/08/2006 10:48:30 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ff43bb8
Parents:
5e83595
Message:

There is no Groff debian fixes patch in HLFS or CLFS.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r5e83595 r7e5ea15  
    144144        <xsl:text>&#xA;</xsl:text>
    145145      </xsl:when>
    146       <!-- Avoiding a race condition in a patch -->
    147       <xsl:when test="contains(string(),'debian_fixes')">
    148         <xsl:value-of select="substring-before(string(),'patch')"/>
    149         <xsl:text>patch -Z</xsl:text>
    150         <xsl:value-of select="substring-after(string(),'patch')"/>
    151         <xsl:text>&#xA;</xsl:text>
    152       </xsl:when>
    153146      <!-- Setting $LANG for /etc/profile -->
    154147      <xsl:when test="ancestor::sect1[@id='ch-scripts-profile'] and
  • HLFS/hlfs.xsl

    r5e83595 r7e5ea15  
    163163        <xsl:text>&#xA;</xsl:text>
    164164      </xsl:when>
    165       <!-- Avoiding a race condition in a patch -->
    166       <xsl:when test="contains(string(),'debian_fixes')">
    167         <xsl:value-of select="substring-before(string(),'patch')"/>
    168         <xsl:text>patch -Z</xsl:text>
    169         <xsl:value-of select="substring-after(string(),'patch')"/>
    170         <xsl:text>&#xA;</xsl:text>
    171       </xsl:when>
    172165      <!-- grsecurity kernel in the host? -->
    173166      <xsl:when test="ancestor::sect1[@id='ch-system-kernfs'] and
Note: See TracChangeset for help on using the changeset viewer.