Skip to content

Commit

Permalink
Merge pull request #645 from mariux64/update-linux-pam-from-1.2.1-to-…
Browse files Browse the repository at this point in the history
…1.3.0

Update Linux-PAM from 1.2.1 to 1.3.0
  • Loading branch information
donald authored Feb 27, 2018
2 parents 5467be3 + ca033ca commit 75f7369
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Linux-PAM-1.2.1-4.bee → Linux-PAM.be0
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
#!/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=""

#SBINDIR=/lib/security
#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
Expand All @@ -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
Expand Down

0 comments on commit 75f7369

Please sign in to comment.