diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-09-21 23:55:25 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-09-21 23:55:25 +0000 |
commit | 494889de016fddd9a6268e036c544815901f6667 (patch) | |
tree | 79e9620caba6c16c045afd83fc36b3ba47f30231 /app-editors | |
parent | Updated LICENSE variable from GPL to GPL-2 (diff) | |
download | gentoo-2-494889de016fddd9a6268e036c544815901f6667.tar.gz gentoo-2-494889de016fddd9a6268e036c544815901f6667.tar.bz2 gentoo-2-494889de016fddd9a6268e036c544815901f6667.zip |
Fixing the ssh sandbox violation problem in vim
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/vim/vim-6.1-r12.ebuild | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-editors/vim/ChangeLog b/app-editors/vim/ChangeLog index e92b0b9162e1..a7b8e1ded4ec 100644 --- a/app-editors/vim/ChangeLog +++ b/app-editors/vim/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for app-editors/vim # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.19 2002/09/14 12:43:00 hannes Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.20 2002/09/21 23:55:25 naz Exp $ + +*vim-6.1-r12.ebuild (21 Sep 2002) + + 21 Sep 2002; Michael Nazaroff <naz@gentoo.org> vim-6.1-r12.ebuild: + Small fix for a sandbox violation. + Thanx to Roy Thomson <roy@haematic.org> for the idea. + *vim-6.1-r12.ebuild (14 Sep 2002) 14 Sep 2002; Hannes Mehnert <hannes@gentoo.org> vim-6.1-r12.ebuild: diff --git a/app-editors/vim/vim-6.1-r12.ebuild b/app-editors/vim/vim-6.1-r12.ebuild index cdf0bbc61376..c6fa98247ae2 100644 --- a/app-editors/vim/vim-6.1-r12.ebuild +++ b/app-editors/vim/vim-6.1-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r12.ebuild,v 1.2 2002/09/16 16:05:48 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.1-r12.ebuild,v 1.3 2002/09/21 23:55:25 naz Exp $ # Please name the ebuild as follows. If this is followed, there # should be no need to modify this ebuild when the Vim version is @@ -135,7 +135,7 @@ src_compile() { use gpm || myconf="$myconf --disable-gpm" # This should fix a sandbox violation. - addwrite /dev/pty/* + addwrite "${SSH_TTY}" # # Build a nogui version, this will install as /usr/bin/vim |