sddm: remove pam_tally.so from sddm-autologin
Remove pam_tally from /etc/pam.d/sddm-autologin. The pam_tally module is deprecated as of PAM 1.4.0 and was removed on PAM 1.5.0. Remove pam_ck_connector, since it's no longer provided.
This commit is contained in:
parent
0bce537bb6
commit
6f1d3e5ec6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sddm'
|
||||
pkgname=sddm
|
||||
version=0.18.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1
|
||||
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
||||
|
@ -30,6 +30,6 @@ conf_files="
|
|||
make_dirs="/var/lib/sddm 0755 sddm sddm"
|
||||
|
||||
post_install() {
|
||||
sed -i 's,systemd,ck_connector,g' ${DESTDIR}/etc/pam.d/sddm-greeter
|
||||
vsed -i '/tally/d' ${DESTDIR}/etc/pam.d/sddm-autologin
|
||||
vsv sddm
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue