22 lines
486 B
Bash
22 lines
486 B
Bash
# Template file for 'pam-base'
|
|
pkgname=pam-base
|
|
version=0.3
|
|
revision=3
|
|
noarch=yes
|
|
short_desc="PAM base configuration files"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="public domain"
|
|
homepage="http://www.voidlinux.eu"
|
|
|
|
conf_files="
|
|
/etc/pam.d/other
|
|
/etc/pam.d/system-auth
|
|
/etc/pam.d/system-local-login
|
|
/etc/pam.d/system-login
|
|
/etc/pam.d/system-remote-login
|
|
/etc/pam.d/system-services"
|
|
|
|
do_install() {
|
|
vmkdir etc/pam.d
|
|
install -m644 ${FILESDIR}/* ${DESTDIR}/etc/pam.d
|
|
}
|