[8295] in Athena Bugs
Re: daemon running edsc
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Mon Sep 30 13:41:07 1991
From: brlewis@Athena.MIT.EDU
Date: Mon, 30 Sep 91 13:41:54 -0400
To: bugs@Athena.MIT.EDU
In-Reply-To: [8290]
As far as I know, lucy is the only pre-login option that uses edsc. The
right solution is for xdsc to make sure edsc dies when xdsc dies. For
now, I've put lines in lucy's xsession file as follows:
# XXX TEMPORARY FIX TO EDSC PROCESSES SPINNING AFTER SESSION ENDS
set pids = `ps cx | awk '$5 == "edsc" {print $1}'`
if ($#pids) kill $pids