summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lightdm/ChangeLog7
-rw-r--r--x11-misc/lightdm/lightdm-1.13.0.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/lightdm/ChangeLog b/x11-misc/lightdm/ChangeLog
index aaefb0d8b1a9..261f7ce5f1b0 100644
--- a/x11-misc/lightdm/ChangeLog
+++ b/x11-misc/lightdm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/lightdm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.102 2014/12/22 10:21:55 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.103 2015/01/11 11:54:54 hwoarang Exp $
+
+ 11 Jan 2015; Markos Chandras <hwoarang@gentoo.org> lightdm-1.13.0.ebuild:
+ Amend fix from bug #524792 to lightdm-greeter as well
22 Dec 2014; Markos Chandras <hwoarang@gentoo.org> lightdm-1.13.0.ebuild:
Completely inherit our system-local-login configuration. Bug #524792 by
diff --git a/x11-misc/lightdm/lightdm-1.13.0.ebuild b/x11-misc/lightdm/lightdm-1.13.0.ebuild
index ebd21f255258..a591cf0b7d1d 100644
--- a/x11-misc/lightdm/lightdm-1.13.0.ebuild
+++ b/x11-misc/lightdm/lightdm-1.13.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.13.0.ebuild,v 1.2 2014/12/22 10:21:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.13.0.ebuild,v 1.3 2015/01/11 11:54:54 hwoarang Exp $
EAPI=5
inherit autotools eutils pam readme.gentoo systemd versionator
@@ -111,8 +111,9 @@ src_install() {
rm -rf "${ED}"/etc/init
# Remove existing pam file. We will build a new one. Bug #524792
- rm -rf "${ED}/etc/pam.d/${PN}"
+ rm -rf "${ED}"/etc/pam.d/${PN}{,-greeter}
pamd_mimic system-local-login ${PN} auth account password session #372229
+ pamd_mimic system-local-login ${PN}-greeter auth account password session #372229
dopamd "${FILESDIR}"/${PN}-autologin #390863, #423163
readme.gentoo_create_doc