aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-20 15:49:37 +0000
committerSam James <sam@gentoo.org>2023-12-20 15:49:37 +0000
commitfb007288a48a935bb3c56474efe7aa24d99cb587 (patch)
tree579a778fdfeb05db7933dad3d5226e13ee663e64 /kde-plasma/kscreenlocker
parentkde-plasma/kscreenlocker: first cut of new PAM configuration (diff)
downloadkde-fb007288a48a935bb3c56474efe7aa24d99cb587.tar.gz
kde-fb007288a48a935bb3c56474efe7aa24d99cb587.tar.bz2
kde-fb007288a48a935bb3c56474efe7aa24d99cb587.zip
kde-plasma/kscreenlocker: rename pam services
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r--kde-plasma/kscreenlocker/files/kde-fingerprint.pam (renamed from kde-plasma/kscreenlocker/files/kscreenlocker-fingerprint.pam)0
-rw-r--r--kde-plasma/kscreenlocker/files/kde-password.pam (renamed from kde-plasma/kscreenlocker/files/kscreenlocker-password.pam)0
-rw-r--r--kde-plasma/kscreenlocker/files/kde-smartcard.pam (renamed from kde-plasma/kscreenlocker/files/kscreenlocker-smartcard.pam)0
-rw-r--r--kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild2
4 files changed, 1 insertions, 1 deletions
diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-fingerprint.pam b/kde-plasma/kscreenlocker/files/kde-fingerprint.pam
index 38267de65e..38267de65e 100644
--- a/kde-plasma/kscreenlocker/files/kscreenlocker-fingerprint.pam
+++ b/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
index ce9e84d588..ce9e84d588 100644
--- a/kde-plasma/kscreenlocker/files/kscreenlocker-password.pam
+++ b/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
index f887c78234..f887c78234 100644
--- a/kde-plasma/kscreenlocker/files/kscreenlocker-smartcard.pam
+++ b/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
}