mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
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'
|
# Template file for 'gdm'
|
||||||
pkgname=gdm
|
pkgname=gdm
|
||||||
version=3.38.0
|
version=3.38.0
|
||||||
revision=1
|
revision=2
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -48,6 +48,9 @@ post_install() {
|
||||||
vinstall $FILESDIR/Xsession 755 etc/gdm
|
vinstall $FILESDIR/Xsession 755 etc/gdm
|
||||||
|
|
||||||
vsed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
|
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
|
rm -rf ${DESTDIR}/tmp
|
||||||
|
|
||||||
# runit service
|
# runit service
|
||||||
|
|
Loading…
Add table
Reference in a new issue