From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 11:33:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABEF16A4D4 for ; Fri, 21 Nov 2003 11:33:40 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12F4343FE0 for ; Fri, 21 Nov 2003 11:33:36 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id EFD65654A4; Fri, 21 Nov 2003 01:02:33 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 78291-05-3; Fri, 21 Nov 2003 01:02:33 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id B3B1965491; Fri, 21 Nov 2003 01:02:32 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id AC65611; Fri, 21 Nov 2003 01:02:12 +0000 (GMT) Date: Fri, 21 Nov 2003 01:02:11 +0000 From: Bruce M Simpson To: Tim Kientzle Message-ID: <20031121010211.GD84421@saboteur.dek.spc.org> Mail-Followup-To: Tim Kientzle , Garance A Drosihn , bv@wjv.com, Julian Stacey , freebsd-current@freebsd.org References: <200311171726.hAHHQ0Mj028252@tower.berklix.org> <3FBD5CCE.40905@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FBD5CCE.40905@acm.org> cc: bv@wjv.com cc: Julian Stacey cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: /bin and /sbin are now dynamically linked X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 21 Nov 2003 19:33:41 -0000 On Thu, Nov 20, 2003 at 04:31:10PM -0800, Tim Kientzle wrote: > * /rescue/vi is currently unusable if /usr is missing because > the termcap database is in /usr. One possibility > would be to build a couple of default termcap entries > into ncurses or into vi. My suggested candidates are vt100 and cons25. The comconsole port installs an /etc/ttys entry using vt100. This is also the default terminal type for most dialup entries. BMS