diff --git a/Linux-PAM-1.2.1-4.bee b/Linux-PAM.be0 similarity index 80% rename from Linux-PAM-1.2.1-4.bee rename to Linux-PAM.be0 index 714e3f5b6..e38a27127 100755 --- a/Linux-PAM-1.2.1-4.bee +++ b/Linux-PAM.be0 @@ -1,10 +1,10 @@ #!/bin/env beesh -PGRP=( core security ) +# BEE_VERSION Linux-PAM-1.3.0-0 SRCURL[0]="http://linux-pam.org/library/Linux-PAM-${PKGVERSION}.tar.bz2" -PATCHES[0]="" +# PATCHURL+=() # EXCLUDE="" @@ -12,17 +12,19 @@ PATCHES[0]="" #LIBDIR=/lib INCLUDEDIR=/usr/include/security -mee_patch() { - bee_patch -} +#mee_patch() { +# bee_patch "${@}" +#} mee_configure() { - bee_configure --enable-read-both-confs + bee_configure \ + --enable-read-both-confs \ + --disable-cracklib } -mee_build() { - bee_build -} +#mee_build() { +# bee_build +#} mee_install() { bee_install @@ -35,7 +37,7 @@ mee_install() { ln -s /lib/security/pam_gnome_keyring.so $D$LIBDIR/security/ # just samples, to not overwrite config - + for i in ${SYSCONFDIR}/environment ${SYSCONFDIR}/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} ; do mv -v ${D}${i}{,.sample} done