commit: 250b332208f6bb45f86021a4db5f0689a331621b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Dec 25 10:17:43 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Dec 25 20:42:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=250b3322
kde-plasma/kscreenlocker: Cleanup obsolete files Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kscreenlocker/files/kde-np.pam | 10 ---------- kde-plasma/kscreenlocker/files/kde.pam | 11 ----------- 2 files changed, 21 deletions(-) diff --git a/kde-plasma/kscreenlocker/files/kde-np.pam b/kde-plasma/kscreenlocker/files/kde-np.pam deleted file mode 100644 index f5499e6dc4..0000000000 --- a/kde-plasma/kscreenlocker/files/kde-np.pam +++ /dev/null @@ -1,10 +0,0 @@ -#%PAM-1.0 - -auth required pam_nologin.so -auth required pam_permit.so - -account include system-local-login - -password include system-local-login - -session include system-local-login diff --git a/kde-plasma/kscreenlocker/files/kde.pam b/kde-plasma/kscreenlocker/files/kde.pam deleted file mode 100644 index 24d19de0d3..0000000000 --- a/kde-plasma/kscreenlocker/files/kde.pam +++ /dev/null @@ -1,11 +0,0 @@ -#%PAM-1.0 - -auth required pam_nologin.so - -auth include system-local-login - -account include system-local-login - -password include system-local-login - -session include system-local-login
