[2834] in Athena Bugs
6.3B: login
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Sat Aug 12 02:04:47 1989
From: <probe@ATHENA.MIT.EDU>
Date: Sat, 12 Aug 89 02:04:31 -0400
To: bugs@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
There is no way of suppressing status messages of the login status from
appearing in the Console window except to have your own .xsession.
Neither is there any form of ".hushlogin" that used to exist in the days
of /bin/login (well, perhaps there is some in xlogin). Perhaps the
existence of this file should be used to determine whether status
messages should be printed. Of course, you would not want to access
this file lots of times, so cache the state of it in the beginning in a
SHELL variable and use the shell variable to determine whether to echo
lines or not...
-Richard