5f1bf0a8d1
PR: ports/137425 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: maintainer timeout
11 lines
261 B
C
11 lines
261 B
C
--- src/main/exec.c 2008-12-05 11:37:56.000000000 -0500
|
|
+++ src/main/exec.c 2009-01-18 17:43:32.000000000 -0500
|
|
@@ -222,6 +222,8 @@
|
|
output_pairs = NULL;
|
|
}
|
|
|
|
+ signal(SIGCHLD, SIG_DFL);
|
|
+
|
|
if (exec_wait) {
|
|
pid = rad_fork(); /* remember PID */
|
|
} else {
|