[3240] in Release_Engineering
Re: Bug in zwgc....
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sat Jun 18 19:43:40 1994
To: tytso@MIT.EDU (Theodore Ts'o)
Cc: miki@MIT.EDU, vrt@MIT.EDU, cfields@MIT.EDU, wdc@MIT.EDU, probe@MIT.EDU,
rel-eng@MIT.EDU
In-Reply-To: [3236] in Release_Engineering
Date: Sat, 18 Jun 94 19:43:29 EDT
From: Marc Horowitz <marc@MIT.EDU>
While you're fixing bugs in zwgc, how about this pet peeve of mine:
*** /afs/athena/astaff/project/zephyr/src/zwgc/main.c Tue Mar 15 12:15:59 1994
--- /tmp/main.c Sat Jun 18 19:41:28 1994
***************
*** 235,245 ****
if (argc>1)
usage();
dprintf("Initializing zephyr...\n");
- setup_signals(dofork);
zephyr_init(notice_handler);
if (dofork)
detach();
/*
* Run the initprogs program(s) now that we are all set to deal:
*/
--- 235,246 ----
if (argc>1)
usage();
dprintf("Initializing zephyr...\n");
zephyr_init(notice_handler);
if (dofork)
detach();
+
+ setup_signals(dofork);
/*
* Run the initprogs program(s) now that we are all set to deal:
*/
If zwgc hangs for some reason during initialization, it should respond
to a keyboard signal.
Marc