commit: 6063508d257a833058d44f06d31ca5defb7f8903 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Sep 26 16:49:28 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Oct 2 17:54:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6063508d
kde-plasma/kscreenlocker: remove unused files Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> 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 f5499e6dc45f..000000000000 --- 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 24d19de0d3d8..000000000000 --- 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
