22 lines
483 B
Bash
22 lines
483 B
Bash
# Template file for 'pam-base'
|
|
pkgname=pam-base
|
|
version=0.4
|
|
revision=3
|
|
short_desc="PAM base configuration files"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="Public Domain"
|
|
homepage="http://www.voidlinux.org"
|
|
|
|
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
|
|
}
|