commit: fb007288a48a935bb3c56474efe7aa24d99cb587
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 15:49:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 15:49:37 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb007288
kde-plasma/kscreenlocker: rename pam services
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/{kscreenlocker-fingerprint.pam => kde-fingerprint.pam} | 0
.../files/{kscreenlocker-password.pam => kde-password.pam} | 0
.../files/{kscreenlocker-smartcard.pam => kde-smartcard.pam} | 0
kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild | 2 +-
4 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-fingerprint.pam
b/kde-plasma/kscreenlocker/files/kde-fingerprint.pam
similarity index 100%
rename from kde-plasma/kscreenlocker/files/kscreenlocker-fingerprint.pam
rename to kde-plasma/kscreenlocker/files/kde-fingerprint.pam
diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-password.pam
b/kde-plasma/kscreenlocker/files/kde-password.pam
similarity index 100%
rename from kde-plasma/kscreenlocker/files/kscreenlocker-password.pam
rename to kde-plasma/kscreenlocker/files/kde-password.pam
diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-smartcard.pam
b/kde-plasma/kscreenlocker/files/kde-smartcard.pam
similarity index 100%
rename from kde-plasma/kscreenlocker/files/kscreenlocker-smartcard.pam
rename to kde-plasma/kscreenlocker/files/kde-smartcard.pam
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index 29c7cf2f72..543ef36e07 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -75,7 +75,7 @@ src_install() {
ecm_src_install
local config
- for config in kscreenlocker-{fingerprint,password,smartcard} ; do
+ for config in kde-{fingerprint,password,smartcard} ; do
newpamd "${FILESDIR}/${config}.pam" ${config}
done
}