23 lines
483 B
Text
23 lines
483 B
Text
|
# Template file for 'pam-base'
|
||
|
pkgname=pam-base
|
||
|
version=0.1
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
short_desc="PAM base configuration files"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
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
|
||
|
}
|