diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-26 19:47:27 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-26 19:47:27 +0000 |
commit | 59fe31609c62f23a6fd33d3ce564ef335e124c97 (patch) | |
tree | a2c29154e3278cd013a3d1726deb31dbe39609b0 /net-misc/ssh-askpass-fullscreen/files | |
parent | virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only im... (diff) | |
download | gentoo-2-59fe31609c62f23a6fd33d3ce564ef335e124c97.tar.gz gentoo-2-59fe31609c62f23a6fd33d3ce564ef335e124c97.tar.bz2 gentoo-2-59fe31609c62f23a6fd33d3ce564ef335e124c97.zip |
Attempt to let Gentoo's sudo package work with the -A flag. app-admin/sudo still needs to depend on this package, otherwise it automagically works for some Gentoo users. See bug 240620 for discussion.
(Portage version: 2.1.7.15/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-misc/ssh-askpass-fullscreen/files')
-rw-r--r-- | net-misc/ssh-askpass-fullscreen/files/99ssh_askpass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass index e8984da2f2cb..8aa186304cd4 100644 --- a/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass +++ b/net-misc/ssh-askpass-fullscreen/files/99ssh_askpass @@ -1 +1,2 @@ SSH_ASKPASS=/usr/bin/ssh-askpass-fullscreen +SUDO_ASKPASS=${SSH_ASKPASS} |