From owner-freebsd-current@FreeBSD.ORG Mon Aug 4 09:45:12 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 50654106566C for ; Mon, 4 Aug 2008 09:45:12 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCAD8FC18 for ; Mon, 4 Aug 2008 09:45:12 +0000 (UTC) (envelope-from randy@psg.com) Received: from [202.214.86.146] (helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KPwcp-0009um-VK; Mon, 04 Aug 2008 09:45:12 +0000 Message-ID: <4896CFA6.7060403@psg.com> Date: Mon, 04 Aug 2008 18:45:10 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Dimitry Andric References: <4896818D.5040904@psg.com> <4896C372.5050109@andric.com> <4896C3FF.50104@psg.com> <4896C8B4.3050106@andric.com> In-Reply-To: <4896C8B4.3050106@andric.com> X-Enigmail-Version: 0.95.6 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:45:12 -0000 > 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. reasonable looking hack. and i may put in as a bridge, as i have a post world script. thanks. but des took my hint. i suspect that is the long-term path. or, if space saving rules, remove vi and ex from /rescue. randy