commit 1dd11f5932365ba0e55ecd3aed6428626335fc1d
parent 915734a70cf929702f84671c8ea63d483acd34db
Author: rsc <devnull@localhost>
Date: Fri, 18 Mar 2005 19:04:05 +0000
try leaving TTIN, TTOU alone
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,