From owner-freebsd-current Tue Mar 19 18:30:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA22137 for current-outgoing; Tue, 19 Mar 1996 18:30:28 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA22132 for ; Tue, 19 Mar 1996 18:30:19 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id NAA13275; Wed, 20 Mar 1996 13:28:43 +1100 Date: Wed, 20 Mar 1996 13:28:43 +1100 From: Bruce Evans Message-Id: <199603200228.NAA13275@godzilla.zeta.org.au> To: bde@zeta.org.au, rgrimes@GndRsh.aac.dev.com Subject: Re: 2.2-960226-SNAP now on ftp.freebsd.org Cc: freebsd-current@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> >/.profile is a hardlink to /root/.profile. >It is very handy when booted single user as the root shell in that >case has a home directory of / instead of /root. I am pretty sure >that was the reason that CSRG added this link when they moved root's >home directory from / to /root. Why didn't they set HOME=/root? >> The system-wide profile /etc/profile isn't installed. It should be >> installed and contain only comments in it, like /etc/csh.login. >WHAT???: >SkyRsh# ls -lag /etc/prof* >-rw-r--r-- 1 root wheel 570 Mar 16 16:03 /etc/profile Oops. I must have been looking at the Lite2 part of the diff. >> Perhaps something like /etc/csh.cshrc should be implemented using >> $ENV. >Oh, you mean it is not used by /bin/sh??? /bin/sh certainly doesn't source csh files. Bruce