void-packages/srcpkgs/pam-base/template
Érico Rolim e065ac229d pam-base: update to 0.4, adopt.
Remove pam_tally from system-login. The pam_tally module is deprecated
as of PAM 1.4.0 and was removed on PAM 1.5.0.

Remove pam_lastlog optional, since it's no longer built on musl and
conflicts with the logs recorded by login(1).

Remove pam_ck_connector, since it's no longer provided.

Fix license name.
2020-12-11 15:34:17 -03:00

21 lines
483 B
Bash

# Template file for 'pam-base'
pkgname=pam-base
version=0.4
revision=1
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
}