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 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sddm'
|
# Template file for 'sddm'
|
||||||
pkgname=sddm
|
pkgname=sddm
|
||||||
version=0.18.1
|
version=0.18.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1
|
configure_args="-DBUILD_MAN_PAGES=1 -DNO_SYSTEMD=1 -DUSE_ELOGIND=1
|
||||||
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
-DLOGIN_DEFS_PATH=${XBPS_SRCPKGDIR}/shadow/files/login.defs
|
||||||
|
@ -30,6 +30,6 @@ conf_files="
|
||||||
make_dirs="/var/lib/sddm 0755 sddm sddm"
|
make_dirs="/var/lib/sddm 0755 sddm sddm"
|
||||||
|
|
||||||
post_install() {
|
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
|
vsv sddm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue