hwoarang 15/01/11 11:54:54 Modified: lightdm-1.13.0.ebuild ChangeLog Log: Amend fix from bug #524792 to lightdm-greeter as well (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.3 x11-misc/lightdm/lightdm-1.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.13.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.13.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.13.0.ebuild?r1=1.2&r2=1.3 Index: lightdm-1.13.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.13.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lightdm-1.13.0.ebuild 22 Dec 2014 10:21:55 -0000 1.2 +++ lightdm-1.13.0.ebuild 11 Jan 2015 11:54:54 -0000 1.3 @@ -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 @@ 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 1.103 x11-misc/lightdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 22 Dec 2014 10:21:55 -0000 1.102 +++ ChangeLog 11 Jan 2015 11:54:54 -0000 1.103 @@ -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 <[email protected]> lightdm-1.13.0.ebuild: + Amend fix from bug #524792 to lightdm-greeter as well 22 Dec 2014; Markos Chandras <[email protected]> lightdm-1.13.0.ebuild: Completely inherit our system-local-login configuration. Bug #524792 by
