From a187f5c350245a50fd82d5137f6f06ecc5381dba Mon Sep 17 00:00:00 2001 From: corsac Date: Sun, 28 Sep 2014 19:49:58 +0000 Subject: [PATCH] * debian/patches: - 05_debianize-pam-files edited, don't log an error if libpam-gnome-keyring is not installed. closes: #683508 git-svn-id: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/lightdm@8611 0c9b3bff-18ee-0310-b944-d1aa2700132f --- debian/changelog | 8 ++++++++ debian/patches/05_debianize-pam-files.patch | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d4938c3..96f69fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lightdm (1.10.2-2) UNRELEASED; urgency=medium + + * debian/patches: + - 05_debianize-pam-files edited, don't log an error if + libpam-gnome-keyring is not installed. closes: #683508 + + -- Yves-Alexis Perez Sun, 28 Sep 2014 21:48:53 +0200 + lightdm (1.10.2-1) unstable; urgency=medium * debian/patches: diff --git a/debian/patches/05_debianize-pam-files.patch b/debian/patches/05_debianize-pam-files.patch index 3eac658..b2dd806 100644 --- a/debian/patches/05_debianize-pam-files.patch +++ b/debian/patches/05_debianize-pam-files.patch @@ -17,7 +17,7 @@ -# Check account is active, change password if required -account required pam_unix.so -+auth optional pam_gnome_keyring.so ++-auth optional pam_gnome_keyring.so -# Allow password to be changed -password required pam_unix.so @@ -44,7 +44,7 @@ +# When the module is present, "required" would be sufficient (When SELinux +# is disabled, this returns success.) + -+session optional pam_gnome_keyring.so auto_start ++-session optional pam_gnome_keyring.so auto_start + +@include common-password --- a/data/pam/lightdm-greeter -- 2.39.2