diff --git a/src/lib9/notify.c b/src/lib9/notify.c index 17388395..9c8012cf 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c @@ -59,8 +59,8 @@ static Sig sigs[] = { SIGALRM, 0, SIGTERM, 0, SIGTSTP, Restart|Ignore, - SIGTTIN, Restart|Ignore, - SIGTTOU, Restart|Ignore, +/* SIGTTIN, Restart|Ignore, */ +/* SIGTTOU, Restart|Ignore, */ SIGXCPU, 0, SIGXFSZ, 0, SIGVTALRM, 0,