[1242] in testers
end_session missing in 7.2B
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Nov 29 19:31:48 1990
From: ckclark@ATHENA.MIT.EDU
Date: Thu, 29 Nov 90 19:31:22 -0500
To: testers@ATHENA.MIT.EDU
The workstations running 7.2B do not have end_session. You should
probably consider updating the file /usr/athena/lib/init/xsession so
that it doesn't mention end_session at all, since it seems you now have
the defualt "logout" command send a SIGHUP to kill the session anyway.
(A completely unrelated comment---the console login routine for the new
release is screwy. Sometimes the *username* is not echoed, and
sometimes it will prompt for a username and password, but will then time
out.)
Script started on Thu Nov 29 19:24:03 1990
pwd
/afs/testers.athena.mit.edu/system/vax_bsd43/srvd/usr/athena/lib/init% pwd
/afs/testers.athena.mit.edu/system/vax_bsd43/srvd/usr/athena/lib/init
/afs/testers.athena.mit.edu/system/vax_bsd43/srvd/usr/athena/lib/init% tail xsession
# Gate the session.
# This command replaces this script and will wait for you to log out.
# To terminate this process, type the "logout" command in an xterm window
# or invoke the "end_session" program.
^^^^^^^^^^^
exec /usr/athena/session_gate -logout # Wait for logout
# The session gate will source .logout when it gets a SIGHUP.
/afs/testers.athena.mit.edu/system/vax_bsd43/srvd/usr/athena/lib/init% grep logout cshrc
if ($?XSESSION) alias logout 'kill -HUP $XSESSION && exit' # logout for X
^^^^^^^^^^^^
/afs/testers.athena.mit.edu/system/vax_bsd43/srvd/usr/athena/lib/init%
Script done on Thu Nov 29 19:25:04 1990