commit:     01caa8f12c0de2d8a50db3e9a2ca7bd3f465e213
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 19:34:24 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 19:34:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01caa8f1

sys-auth/pambase: Commit forgotten patch

Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../files/pambase-20150213-gnome-keyring.patch     | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/sys-auth/pambase/files/pambase-20150213-gnome-keyring.patch 
b/sys-auth/pambase/files/pambase-20150213-gnome-keyring.patch
new file mode 100644
index 00000000000..57c204e4420
--- /dev/null
+++ b/sys-auth/pambase/files/pambase-20150213-gnome-keyring.patch
@@ -0,0 +1,48 @@
+diff -urN a/passwd.in b/passwd.in
+--- a/passwd.in        2015-02-14 06:57:45.000000000 +0300
++++ b/passwd.in        2018-04-02 12:33:08.304214918 +0300
+@@ -1,6 +1,7 @@
+-auth       sufficient   pam_rootok.so
+-auth       include    system-auth
++auth          sufficient      pam_rootok.so
++auth          include         system-auth
+ 
+-account    include    system-auth
++account               include         system-auth
+ 
+-password   include    system-auth
++password      include         system-auth
++-password     optional        pam_gnome_keyring.so UNIX_AUTHTOK
+diff -urN a/system-login.in b/system-login.in
+--- a/system-login.in  2015-02-14 06:57:45.000000000 +0300
++++ b/system-login.in  2018-04-02 12:33:01.272010095 +0300
+@@ -8,9 +8,6 @@
+ auth          required        pam_nologin.so DEBUG_NOLOGIN
+ #endif
+ auth          include         system-auth
+-#if HAVE_GNOME_KEYRING
+-auth          optional        pam_gnome_keyring.so
+-#endif
+ 
+ #if HAVE_ACCESS
+ account               required        pam_access.so DEBUG
+@@ -27,9 +24,6 @@
+ #endif
+ 
+ password      include         system-auth
+-#if HAVE_GNOME_KEYRING
+-password      optional        pam_gnome_keyring.so
+-#endif
+ 
+ #if HAVE_LOGINUID
+ session         optional        pam_loginuid.so
+@@ -51,9 +45,6 @@
+ # Note: modules that run in the user's context must come after this line.
+ session               required        pam_selinux.so multiple open
+ #endif
+-#if HAVE_GNOME_KEYRING
+-session               optional        pam_gnome_keyring.so auto_start
+-#endif
+ #if HAVE_MOTD
+ session               optional        pam_motd.so motd=/etc/motd
+ #endif

Reply via email to