[2706] in Release_Engineering
one more change, sorry...
daemon@ATHENA.MIT.EDU (vanharen@MIT.EDU)
Sun Jul 14 22:58:06 1991
From: vanharen@MIT.EDU
Date: Sun, 14 Jul 91 22:58:11 EDT
To: rel-eng@MIT.EDU
In my mail message describing how to make dash the default, I forgot one
more change that needs to be made to the standard init files...
In /usr/athena/lib/init/xsession, near line 134, change:
(dash -logout &)
to dash
The "-logout" should no longer be necessary, and neither should having to put
it in the background in a subshell, as it forks itself nowadays.
Thanks,
-C.