summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kscreenlocker/files/kde-fingerprint.pam (renamed from kde-plasma/kscreenlocker/files/kde6-fingerprint.pam)2
-rw-r--r--kde-plasma/kscreenlocker/files/kde-r1.pam (renamed from kde-plasma/kscreenlocker/files/kde6.pam)0
-rw-r--r--kde-plasma/kscreenlocker/files/kde-smartcard.pam (renamed from kde-plasma/kscreenlocker/files/kde6-smartcard.pam)2
-rw-r--r--kde-plasma/kscreenlocker/kscreenlocker-6.0.49.9999.ebuild7
-rw-r--r--kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild7
5 files changed, 8 insertions, 10 deletions
diff --git a/kde-plasma/kscreenlocker/files/kde6-fingerprint.pam b/kde-plasma/kscreenlocker/files/kde-fingerprint.pam
index 38267de65e3..6ca0ba1f09e 100644
--- a/kde-plasma/kscreenlocker/files/kde6-fingerprint.pam
+++ b/kde-plasma/kscreenlocker/files/kde-fingerprint.pam
@@ -3,7 +3,7 @@
auth required pam_shells.so
auth required pam_nologin.so
auth required pam_faillock.so preauth
-auth required pam_fprintd.so
+-auth required pam_fprintd.so
auth required pam_env.so
account include system-local-login
diff --git a/kde-plasma/kscreenlocker/files/kde6.pam b/kde-plasma/kscreenlocker/files/kde-r1.pam
index ce9e84d5884..ce9e84d5884 100644
--- a/kde-plasma/kscreenlocker/files/kde6.pam
+++ b/kde-plasma/kscreenlocker/files/kde-r1.pam
diff --git a/kde-plasma/kscreenlocker/files/kde6-smartcard.pam b/kde-plasma/kscreenlocker/files/kde-smartcard.pam
index f887c782343..694fc1e905b 100644
--- a/kde-plasma/kscreenlocker/files/kde6-smartcard.pam
+++ b/kde-plasma/kscreenlocker/files/kde-smartcard.pam
@@ -3,7 +3,7 @@
auth required pam_shells.so
auth required pam_nologin.so
auth required pam_faillock.so preauth
-auth required pam_pkcs11.so wait_for_card card_only
+-auth required pam_pkcs11.so wait_for_card card_only
auth required pam_env.so
account include system-local-login
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-6.0.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-6.0.49.9999.ebuild
index 0d5e1f43783..d17d2585aa5 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-6.0.49.9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-6.0.49.9999.ebuild
@@ -74,8 +74,7 @@ src_test() {
src_install() {
ecm_src_install
- local config
- for config in kde6{,-fingerprint,-smartcard} ; do
- newpamd "${FILESDIR}/${config}.pam" ${config/6}
- done
+ newpamd "${FILESDIR}/kde-r1.pam" kde
+ newpamd "${FILESDIR}/kde-fingerprint.pam" kde-fingerprint
+ newpamd "${FILESDIR}/kde-smartcard.pam" kde-smartcard
}
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index d00781b417e..a2ebeaf4f60 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -74,8 +74,7 @@ src_test() {
src_install() {
ecm_src_install
- local config
- for config in kde6{,-fingerprint,-smartcard} ; do
- newpamd "${FILESDIR}/${config}.pam" ${config/6}
- done
+ newpamd "${FILESDIR}/kde-r1.pam" kde
+ newpamd "${FILESDIR}/kde-fingerprint.pam" kde-fingerprint
+ newpamd "${FILESDIR}/kde-smartcard.pam" kde-smartcard
}