[8213] in Athena Bugs
rt 7.3M: /usr/athena/lib/init/cshrc
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Mon Sep 16 01:01:00 1991
Date: Mon, 16 Sep 91 01:01:32 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System name: pit-manager
Type and version: RTPC-ROMPC 7.3M
Display type: apa16
megapel
What were you trying to do?
Use /afs/sipb/project/tcsh/tcsh as my login shell.
What's wrong:
/usr/athena/lib/init/cshrc references $hosttype before looking
in .environment. I have a fix in .environment to set
$hosttype if it isn't already set, but by then it's already
too late.
What should have happened:
Something like "if (! $?hosttype) setenv hosttype `machtype`"
in /usr/athena/lib/init/cshrc. We should not restrict people
to use versions of csh that we provide, and this fix will
solve that.
jik