diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-09-26 18:49:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-02 19:54:14 +0200 |
commit | 6063508d257a833058d44f06d31ca5defb7f8903 (patch) | |
tree | 364156efc17658edf68bd654557963337d4e5c63 /kde-plasma/kscreenlocker | |
parent | media-sound/drumstick: add 2.9.1 w/o Sonivox RT backend support (diff) | |
download | gentoo-6063508d257a833058d44f06d31ca5defb7f8903.tar.gz gentoo-6063508d257a833058d44f06d31ca5defb7f8903.tar.bz2 gentoo-6063508d257a833058d44f06d31ca5defb7f8903.zip |
kde-plasma/kscreenlocker: remove unused files
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/files/kde-np.pam | 10 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/files/kde.pam | 11 |
2 files changed, 0 insertions, 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 |