summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-12 21:46:40 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-12 21:46:40 +0000
commitcc5171b1f8b31df6d1670adfae1759fb3b606390 (patch)
tree90c2c08915282317df37733a1c2a6da62b505f52 /net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
parentFix linking failure with gold (bug #370019, thanks to Diego Elio Pettenò). ... (diff)
downloadgentoo-2-cc5171b1f8b31df6d1670adfae1759fb3b606390.tar.gz
gentoo-2-cc5171b1f8b31df6d1670adfae1759fb3b606390.tar.bz2
gentoo-2-cc5171b1f8b31df6d1670adfae1759fb3b606390.zip
Add comment explaining the env.d file's purpose.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild')
-rw-r--r--net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
index a47a57088e28..4459db0d10d6 100644
--- a/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
+++ b/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild,v 1.1 2012/10/12 21:41:03 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-1.0-r1.ebuild,v 1.2 2012/10/12 21:46:40 tetromino Exp $
EAPI=4
@@ -28,6 +28,7 @@ src_prepare() {
src_install() {
default
+ # Automatically display the passphrase dialog - see bug #437764
echo "SSH_ASKPASS='${EPREFIX}/usr/bin/ssh-askpass-fullscreen'" >> "${T}/99ssh_askpass" \
|| die "envd file creation failed"
doenvd "${T}"/99ssh_askpass || die "doenvd failed"