From 494889de016fddd9a6268e036c544815901f6667 Mon Sep 17 00:00:00 2001 From: Michael Nazaroff Date: Sat, 21 Sep 2002 23:55:25 +0000 Subject: Fixing the ssh sandbox violation problem in vim --- app-editors/vim/ChangeLog | 10 ++++++++-- app-editors/vim/vim-6.1-r12.ebuild | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'app-editors') 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 vim-6.1-r12.ebuild: + Small fix for a sandbox violation. + Thanx to Roy Thomson for the idea. + *vim-6.1-r12.ebuild (14 Sep 2002) 14 Sep 2002; Hannes Mehnert 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 -- cgit v1.2.3-65-gdbad