void-packages/srcpkgs/pam-base/template
Juan RP b5d3883354 pam-base: use pam_lastlog(8) to maintain /var/log/lastlog.
... 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.
2014-12-26 16:25:46 +01:00

23 lines
483 B
Plaintext

# 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
}