From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 14:04:16 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C0F61065692 for ; Mon, 4 Aug 2008 14:04:16 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id D95D78FC1C for ; Mon, 4 Aug 2008 14:04:15 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:cc6f:2a29:a9b8:8823] (unknown [IPv6:2001:7b8:3a7:0:cc6f:2a29:a9b8:8823]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 8ED5D3F; Mon, 4 Aug 2008 16:04:14 +0200 (CEST) Message-ID: <48970C5E.6000406@andric.com> Date: Mon, 04 Aug 2008 16:04:14 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.17pre (Windows/20080730) MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG, randy@psg.com References: <200808041330.m74DUsg9075683@lurza.secnetix.de> In-Reply-To: <200808041330.m74DUsg9075683@lurza.secnetix.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: termcap under single luser X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2008 14:04:16 -0000 On 2008-08-04 15:30, Oliver Fromme wrote: > This seems to be a problem with nvi. AFAIR the original > BSD vi would run fine without a termcap. It would enter > open-mode automatically in that case. Among the various > vi clones, elvis implements open-mode, but nvi does not. > > Anyway, I vote for moving termcap to /etc. Please note that /rescue/vi does NOT read termcap from /etc, at least not on RELENG_7. (The ncurses library only seems to use $HOME/.termcap and /usr/share/misc/termcap, nothing else.)