gdm: clean pam_tally rules
This commit is contained in:
parent
9a42c3ecc4
commit
ae2715abf1
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.38.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_helper="gir"
|
||||
build_style=meson
|
||||
configure_args="
|
||||
|
@ -48,6 +48,9 @@ post_install() {
|
|||
vinstall $FILESDIR/Xsession 755 etc/gdm
|
||||
|
||||
vsed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
|
||||
vsed -i '/pam_tally.so/d' \
|
||||
$DESTDIR/etc/pam.d/gdm-smartcard \
|
||||
$DESTDIR/etc/pam.d/gdm-fingerprint
|
||||
rm -rf ${DESTDIR}/tmp
|
||||
|
||||
# runit service
|
||||
|
|
Loading…
Reference in a new issue