9 date 92.12.15.00.20.22; author jromine; state Exp;
14 date 92.12.14.17.47.34; author jromine; state Exp;
19 date 92.12.14.17.44.38; author jromine; state Exp;
33 @/* push.c - push a fork into the background */
35 static char ident[] = "@@(#)$Id: push.c,v 1.2 1992/12/14 17:47:34 jromine Exp jromine $";
46 for (i = 0; i < 5; i++) {
53 (void) signal (SIGHUP, SIG_IGN);
54 (void) signal (SIGINT, SIG_IGN);
55 (void) signal (SIGQUIT, SIG_IGN);
56 (void) signal (SIGTERM, SIG_IGN);
58 (void) signal (SIGTSTP, SIG_IGN);
59 (void) signal (SIGTTIN, SIG_IGN);
60 (void) signal (SIGTTOU, SIG_IGN);
62 (void) freopen ("/dev/null", "r", stdin);
63 (void) freopen ("/dev/null", "w", stdout);
72 advise (NULLCP, "unable to fork, so can't push...");
84 static char ident[] = "@@(#)$Id: pidwait.c,v 1.9 1992/12/14 17:10:58 jromine Exp $";