Author: jw Date: 2006-05-24 12:11:39 +0200 (Wed, 24 May 2006) New Revision: 1443 Modified: crux-2.2/ports/core/shadow/Pkgfile Log: shadow: enable suauth Modified: crux-2.2/ports/core/shadow/Pkgfile =================================================================== --- crux-2.2/ports/core/shadow/Pkgfile 2006-05-24 05:14:57 UTC (rev 1442) +++ crux-2.2/ports/core/shadow/Pkgfile 2006-05-24 10:11:39 UTC (rev 1443) @@ -5,13 +5,13 @@ name=shadow version=4.0.15 -release=4 +release=5 source=(ftp://ftp.pld.org.pl/software/shadow/$name-$version.tar.bz2 \ - pwck login.defs \ - shadow-4.0.15-noshadowgrp.diff \ - shadow-fix-useradd-usergroups.patch\ - shadow-4.0.15-nflg-conflict.diff \ - useradd-usergroup.diff) + pwck login.defs \ + shadow-4.0.15-noshadowgrp.diff \ + shadow-fix-useradd-usergroups.patch\ + shadow-4.0.15-nflg-conflict.diff \ + useradd-usergroup.diff) build() { cd $name-$version @@ -21,11 +21,12 @@ patch src/useradd.c $SRC/useradd-usergroup.diff ./configure --prefix=/usr \ - --mandir=/usr/man \ - --disable-shared \ - --disable-shadowgrp \ - --disable-nls \ - --without-selinux + --mandir=/usr/man \ + --disable-shared \ + --disable-shadowgrp \ + --disable-nls \ + --without-selinux \ + --without-libpam make make DESTDIR=$PKG install mkdir -p $PKG/etc/cron/daily $PKG/var/log