# Description: Configuration de base pour les services PAM. # URL: http://piernov.org/git/nutyx-extra/tree/pambase # Maintainer: piernov # Packager: piernov # Depends on: linux-pam # Run on: linux-pam name=pambase version=2012 release=1 source=(system-auth system-local-login system-login system-remote-login system-services other) build() { install -dm755 $PKG/etc/pam.d install -m644 -t $PKG/etc/pam.d \ system-auth \ system-local-login \ system-login \ system-remote-login \ system-services \ other }