[134] in Zephyr Mailing List
Re: zwgc question...
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Mon Jun 20 20:59:30 1994
To: "Roland J. Schemers III" <schemers@Slapshot.Stanford.EDU>
Cc: zephyr@MIT.EDU
In-Reply-To: Your message of "Mon, 20 Jun 1994 14:47:46 PDT."
<9406201447.ZM3672@Slapshot.Stanford.EDU>
Date: Mon, 20 Jun 1994 18:52:49 -0400
From: Marc Horowitz <marc@cam.ov.com>
>> The only thing I can't seem to get working is having "zwgc -ttymode"
>> die when I logout. I've tried:
>>
>> zwgc -ttymode -nofork &
>>
>> And that still doesn't work. Is there something funky going on with tcsh
>> and/or my hacked up login.krb program? I seem to recall DECathena's zwgc
>> also didn't seem to die when in tty mode either.
Don't background it. zwgc forks by itself, and tries very hard to
make sure it dies when you log out. Nothing you background with &
dies automatically when you log out.
Marc