From: "Alexandre Rostovtsev" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/
Date: Fri, 14 Sep 2012 19:10:23 +0000 (UTC) [thread overview]
Message-ID: <1347649486.93a2b16ae5c56a1a089d90fe508abfedcc1e8a26.tetromino@gentoo> (raw)
commit: 93a2b16ae5c56a1a089d90fe508abfedcc1e8a26
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 19:04:46 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 19:04:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=93a2b16a
gnome-base/gdm: use pam.d/gdm-launch-environment (bug #434966)
Thanks to Maciej Piechotka and Peter Sääf.
---
.../{gdm-3.5.91-r1.ebuild => gdm-3.5.91-r2.ebuild} | 3 ++-
gnome-base/gdm/gdm-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnome-base/gdm/gdm-3.5.91-r1.ebuild b/gnome-base/gdm/gdm-3.5.91-r2.ebuild
similarity index 98%
rename from gnome-base/gdm/gdm-3.5.91-r1.ebuild
rename to gnome-base/gdm/gdm-3.5.91-r2.ebuild
index 721d11f..a48014f 100644
--- a/gnome-base/gdm/gdm-3.5.91-r1.ebuild
+++ b/gnome-base/gdm/gdm-3.5.91-r2.ebuild
@@ -204,8 +204,9 @@ src_install() {
# install PAM files
mkdir "${T}/pam.d" || die "mkdir failed"
- cp "${FILESDIR}/3.4.1"/gdm{,-autologin,-password,-fingerprint,-smartcard,-welcome} \
+ cp "${FILESDIR}/3.4.1"/gdm{,-autologin,-password,-fingerprint,-smartcard} \
"${T}/pam.d" || die "cp failed"
+ cp "${FILESDIR}/3.4.1/gdm-welcome" "${T}/pam.d/gdm-launch-environment" || die "cp failed"
use gnome-keyring && sed -i "s:#Keyring=::g" "${T}/pam.d"/*
use ldap && sed -i "s:#LDAP=::g" "${T}/pam.d"/*
use systemd && sed -i "s:#Systemd=::g" "${T}/pam.d"/*
diff --git a/gnome-base/gdm/gdm-9999.ebuild b/gnome-base/gdm/gdm-9999.ebuild
index 721d11f..a48014f 100644
--- a/gnome-base/gdm/gdm-9999.ebuild
+++ b/gnome-base/gdm/gdm-9999.ebuild
@@ -204,8 +204,9 @@ src_install() {
# install PAM files
mkdir "${T}/pam.d" || die "mkdir failed"
- cp "${FILESDIR}/3.4.1"/gdm{,-autologin,-password,-fingerprint,-smartcard,-welcome} \
+ cp "${FILESDIR}/3.4.1"/gdm{,-autologin,-password,-fingerprint,-smartcard} \
"${T}/pam.d" || die "cp failed"
+ cp "${FILESDIR}/3.4.1/gdm-welcome" "${T}/pam.d/gdm-launch-environment" || die "cp failed"
use gnome-keyring && sed -i "s:#Keyring=::g" "${T}/pam.d"/*
use ldap && sed -i "s:#LDAP=::g" "${T}/pam.d"/*
use systemd && sed -i "s:#Systemd=::g" "${T}/pam.d"/*
next reply other threads:[~2012-09-14 19:10 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 19:10 Alexandre Rostovtsev [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-28 17:59 [gentoo-commits] proj/gnome:master commit in: gnome-base/gdm/ Mart Raudsepp
2018-09-10 21:33 Gilles Dartiguelongue
2018-02-23 11:29 Sobhan Mohammadpour
2018-02-06 16:00 Sobhan Mohammadpour
2016-04-20 6:25 Remi Cardona
2016-03-25 0:56 Ole Reifschneider
2015-04-19 12:50 Ole Reifschneider
2014-12-22 23:11 Gilles Dartiguelongue
2014-10-15 22:26 Gilles Dartiguelongue
2014-10-11 23:11 Gilles Dartiguelongue
2014-04-22 21:35 Gilles Dartiguelongue
2013-03-14 4:30 Alexandre Rostovtsev
2012-12-01 14:17 Gilles Dartiguelongue
2012-11-18 19:33 Gilles Dartiguelongue
2012-10-30 7:23 Gilles Dartiguelongue
2012-09-28 5:09 Alexandre Rostovtsev
2012-09-27 9:47 Alexandre Rostovtsev
2012-09-27 8:10 Alexandre Rostovtsev
2012-09-12 12:11 Nirbheek Chauhan
2012-09-12 8:24 Nirbheek Chauhan
2012-05-24 9:11 Alexandre Restovtsev
2012-03-31 9:14 Nirbheek Chauhan
2011-10-23 16:35 Alexandre Restovtsev
2011-10-04 22:23 Alexandre Restovtsev
2011-06-02 14:43 Nirbheek Chauhan
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-08 5:29 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 17:46 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1347649486.93a2b16ae5c56a1a089d90fe508abfedcc1e8a26.tetromino@gentoo \
--to=tetromino@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox