[uw.mfcf.software] fun & games: arconn .login recursion

dgharriss@watmath.waterloo.edu (Dermot G. Harriss) (09/25/89)

.login was execing xinit -ls which forked xterm which sourced .login which
exec'd xinit -ls which forked xterm which sourced .login which exec'd
xterm -ls which forked xterm which sourced ...
this had a negative effect on performance, caused unusual graphical
effects, and generally made the station difficult to use productively.
Termination condition was checked but never set.
Fixed (I think) but not tested 'cause games is locked in arconn's office.