Author: pierre
Date: Sun Dec 22 01:53:30 2019
New Revision: 4132

Log:
attr does not install man pages in man2 and man5 anymore, so no need
    for removing them. This fixes a stupid bug, that removed all man-pages
    man2 pages when porg was used!

Modified:
   jhalfs/trunk/LFS/lfs.xsl

Modified: jhalfs/trunk/LFS/lfs.xsl
==============================================================================
--- jhalfs/trunk/LFS/lfs.xsl    Sat Dec 21 14:10:04 2019        (r4131)
+++ jhalfs/trunk/LFS/lfs.xsl    Sun Dec 22 01:53:30 2019        (r4132)
@@ -255,15 +255,6 @@
             <xsl:text>rm -fv /usr/share/man/{man3/getspnam.3,man5/passwd.5}
 </xsl:text>
           </xsl:if>
-<!-- Attr man/man2 pages are already installed by man-pages. As of
-     March 2013, they are the same pages.
-     November 2015: now they are more accurate
-     in man-pages, and the man5 section is also in man-pages... -->
-          <xsl:if test="../@id = 'ch-system-attr'">
-            <xsl:text>rm -fv /usr/share/man/man2/*
-rm -fv /usr/share/man/man5/*
-</xsl:text>
-          </xsl:if>
 <!-- nologin is installed by util-linux. remove it from shadow -->
           <xsl:if test="../@id = 'ch-system-shadow'">
             <xsl:text>rm -fv /usr/share/man/man8/nologin.8
@@ -282,15 +273,6 @@
             <xsl:text>rm -fv 
$PKG_DEST/usr/share/man/{man3/getspnam.3,man5/passwd.5}
 </xsl:text>
           </xsl:if>
-<!-- Attr man/man2 pages are already installed by man-pages. As of
-     March 2013, they are the same pages.
-     November 2015: now they are more accurate
-     in man-pages, and the man5 section is also in man-pages... -->
-          <xsl:if test="../@id = 'ch-system-attr'">
-            <xsl:text>rm -fv $PKG_DEST/usr/share/man/man2/*
-rm -fv $PKG_DEST/usr/share/man/man5/*
-</xsl:text>
-          </xsl:if>
 <!-- nologin is installed by util-linux. remove it from shadow -->
           <xsl:if test="../@id = 'ch-system-shadow'">
             <xsl:text>rm -fv $PKG_DEST/usr/share/man/man8/nologin.8
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to