b5d3883354
... otherwise the file isn't created; we also start it just for the session and in 'silent' mode because login(1) from util-linux already prints the last logged time.
22 lines
483 B
Text
22 lines
483 B
Text
# Template file for 'pam-base'
|
|
pkgname=pam-base
|
|
version=0.2
|
|
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
|
|
}
|