Changeset a983256


Ignore:
Timestamp:
11/29/2014 09:17:49 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
3d96a65
Parents:
e6e0c85
Message:

Remove nologin from shadow package when using package management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    re6e0c85 ra983256  
    197197</xsl:text>
    198198      </xsl:if>
     199<!-- nologin is installed by util-linux. remove it from shadow -->
     200      <xsl:if test="../@id = 'ch-system-shadow'">
     201        <xsl:text>rm -fv $PKG_DEST/usr/share/man/man8/nologin.8
     202rm -fv $PKG_DEST/sbin/nologin
     203</xsl:text>
     204      </xsl:if>
    199205      <xsl:text>rm -fv $PKG_DEST/{,usr/}lib64
    200206rm -fv $PKG_DEST/usr/{man,doc,info}
Note: See TracChangeset for help on using the changeset viewer.