[2717] in testers
Re: Sun 7.7L: Bizarre machtype behavior ONLY ON LOGIN.
daemon@ATHENA.MIT.EDU (cfields@MIT.EDU)
Thu Dec 22 13:53:38 1994
From: cfields@MIT.EDU
Date: Thu, 22 Dec 94 13:53:24 -0500
To: wdc@MIT.EDU
Cc: testers@MIT.EDU
> I GUESS it's choking on the lines:
>
> if (`/bin/athena/machtype` != "sun4") then
> /usr/athena/access_on
> endif
No. It's happening in /usr/athena/lib/init/cshrc.
It's an artifact of escaped packs; cshrc is calling machtype -S,
which is a new option to machtype. Since the 7.7L on the packs is
not the same one as you updated to, you have not brought in the
new machtype locally, so you get a usage message.
This has no detrimental effect on your environment, and will go away
as soon as 7.7M happens. (You will also see the error the first time
you run ``add'' in a window, but that also does not hurt you.)
Craig