From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 09:15:33 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6B31106564A for ; Mon, 4 Aug 2008 09:15:33 +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 9D28B8FC15 for ; Mon, 4 Aug 2008 09:15:33 +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 92E963F; Mon, 4 Aug 2008 11:15:32 +0200 (CEST) Message-ID: <4896C8B4.3050106@andric.com> Date: Mon, 04 Aug 2008 11:15:32 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.17pre (Windows/20080730) MIME-Version: 1.0 To: Randy Bush References: <4896818D.5040904@psg.com> <4896C372.5050109@andric.com> <4896C3FF.50104@psg.com> In-Reply-To: <4896C3FF.50104@psg.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current 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 09:15:33 -0000 On 2008-08-04 10:55, Randy Bush wrote: > wanna guess why i am running single luser? > > other answers to questions i did not ask in which i have no interest > o run linux > o use ed > o ... As far as I can see, /rescue/vi reads the following termcap files: $HOME/.termcap $HOME/.termcap.db /usr/share/misc/termcap.db So copying /usr/share/misc/termcap.db to /root/.termcap.db works, at least for single user. Note the termcap files do reference some other stuff under /usr/share/tabset, but it doesn't seem to matter much.