[699] in SIPB_Linux_Development
end_session
daemon@ATHENA.MIT.EDU (jweiss@MIT.EDU)
Sat Sep 17 00:37:29 1994
From: jweiss@MIT.EDU
Date: Sat, 17 Sep 1994 00:37:06 -0400
To: linux-dev@MIT.EDU
Cc: jweiss@MIT.EDU
Why isn't /usr/athena/bin/end_session included in the xlogin package?
The default dotfiles can call it under certain circumstances. I would
suggest taking the DECstation 7.7 version ad applying the following
patch. The patch was generated by a brief inspection only, no actual
testing was done, and some probably ought to be.
epee# diff -u /tmp/end_session /usr/athena/bin/end_session
--- /tmp/end_session Sun Jun 12 16:26:30 1994
+++ /usr/athena/bin/end_session Sat Sep 17 00:24:13 1994
@@ -59,7 +59,7 @@
# Kill session_gate processes by brute force.
- pids="`/bin/ps uxc | /bin/awk '($10 == "session_gate") { print $2 }'`"
+ pids="`/bin/ps uxc | /bin/awk '($11 == "session_gate") { print $2 }'`"
if [ x"$pids" = x"" ]; then
echo "************************************************************"
Jonathon