From owner-freebsd-hackers Fri Oct 18 09:01:47 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA03640 for hackers-outgoing; Fri, 18 Oct 1996 09:01:47 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA03634 for ; Fri, 18 Oct 1996 09:01:41 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id BAA13796; Sat, 19 Oct 1996 01:57:01 +1000 Date: Sat, 19 Oct 1996 01:57:01 +1000 From: Bruce Evans Message-Id: <199610181557.BAA13796@godzilla.zeta.org.au> To: branson@widomaker.com, jgreco@brasil.moneng.mei.com Subject: Re: TERM=cons25 in roots' .profile?!? Cc: freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Anyone have ideas about a more general fix than throwing an explicit >TERM=xxxx in .profile? Don't login as root, use su :-). /.profile shouldn't be a (sym)link to /root/.profile. It shouldn't set HOME to /root. Then you can just edit /.profile to suit the boot environment. Bruce