[2819] in Athena Bugs
6.3B: login
daemon@ATHENA.MIT.EDU (probe@ATHENA.MIT.EDU)
Fri Aug 11 18:10:55 1989
From: <probe@ATHENA.MIT.EDU>
Date: Fri, 11 Aug 89 18:10:37 -0400
To: bugs@ATHENA.MIT.EDU
Reply-To: Richard Basch <probe@ATHENA.MIT.EDU>
if (! $?skip_tty_startup) then
echo "Running standard startup activities ..."
set ignoreeof # ^D won't log you out
/usr/etc/zwgc # Start Zephyr client
/bin/athena/get_message -new # Get message of the day
/usr/new/mh/bin/msgchk -nonotify nomail # Check for mail
(/usr/athena/olc who &) >& /dev/null # Ping the OLC server
endif
The invocation for zwgc looks wrong to me for a tty startup...
-Richard