Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pambase/files: pambase-20120417-systemd-auth.patch
Date: Sun, 27 Oct 2013 15:10:26
Message-Id: 20131027151021.434EC20047@flycatcher.gentoo.org
1 pacho 13/10/27 15:10:21
2
3 Added: pambase-20120417-systemd-auth.patch
4 Log:
5 Load pam_systemd from system-auth instead of system-login, bug #485470 by Benjamin Franzke
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.1 sys-auth/pambase/files/pambase-20120417-systemd-auth.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/files/pambase-20120417-systemd-auth.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/files/pambase-20120417-systemd-auth.patch?rev=1.1&content-type=text/plain
14
15 Index: pambase-20120417-systemd-auth.patch
16 ===================================================================
17 diff -u pambase-20120417.old/system-auth.in pambase-20120417/system-auth.in
18 --- pambase-20120417.old/system-auth.in 2013-10-27 15:58:21.766193297 +0100
19 +++ pambase-20120417/system-auth.in 2013-10-27 16:01:10.614555766 +0100
20 @@ -35,3 +35,7 @@
21 session optional pam_ssh.so
22 #endif
23 #include "system-session.inc"
24 +
25 +#if HAVE_SYSTEMD
26 +-session optional pam_systemd.so
27 +#endif
28 Sólo en pambase-20120417: system-auth.in~
29 diff -u pambase-20120417.old/system-login.in pambase-20120417/system-login.in
30 --- pambase-20120417.old/system-login.in 2013-10-27 15:58:21.766193297 +0100
31 +++ pambase-20120417/system-login.in 2013-10-27 15:59:42.032316285 +0100
32 @@ -47,9 +47,6 @@
33 #if HAVE_CONSOLEKIT
34 -session optional pam_ck_connector.so nox11
35 #endif
36 -#if HAVE_SYSTEMD
37 --session optional pam_systemd.so
38 -#endif
39 #if HAVE_GNOME_KEYRING
40 session optional pam_gnome_keyring.so auto_start
41 #endif
42 Sólo en pambase-20120417: system-login.in~