try harder to put background jobs in background; do not print in response to SIGPIPE

This commit is contained in:
rsc 2005-03-18 19:03:25 +00:00
parent ca30274bd9
commit 4ee543e58c
4 changed files with 45 additions and 1 deletions

View file

@ -403,6 +403,7 @@ notifyf(void *unused0, char *s)
}
goto Out;
}
if(strcmp(s, "sys: write on closed pipe") != 0)
if(strcmp(s, "sys: child") != 0)
pfmt(err, "rc: note: %s\n", s);
noted(NDFLT);