View | Details | Raw Unified | Return to bug 272649 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11/sddm/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	sddm
1
PORTNAME=	sddm
2
PORTVERSION=	0.20.0
2
PORTVERSION=	0.20.0
3
PORTREVISION=	2
3
PORTREVISION=	3
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
6
(-)b/x11/sddm/files/patch-services_sddm-autologin-tally2.pam (-4 / +3 lines)
Lines 1-9 Link Here
1
--- services/sddm-autologin.pam.orig	2023-06-23 12:28:38 UTC
1
--- services/sddm-autologin-tally2.pam.orig	2023-08-15 16:20:45 UTC
2
+++ services/sddm-autologin.pam
2
+++ services/sddm-autologin-tally2.pam
3
@@ -1,13 +1,12 @@
3
@@ -1,13 +1,12 @@
4
 #%PAM-1.0
4
 #%PAM-1.0
5
-auth        required    pam_env.so
5
-auth        required    pam_env.so
6
-auth        required    pam_faillock.so preauth
6
-auth        required    pam_tally2.so file=/var/log/tallylog onerr=succeed
7
-auth        required    pam_shells.so
7
-auth        required    pam_shells.so
8
-auth        required    pam_nologin.so
8
-auth        required    pam_nologin.so
9
 auth        required    pam_permit.so
9
 auth        required    pam_permit.so
10
- 

Return to bug 272649