freebsd-ports/net/freeradius2/files/extra-patch-exec.c
Wesley Shields 5f1bf0a8d1 - Add support for Oracle and debugging options (both off by default).
PR:		ports/137425
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	maintainer timeout
2009-09-09 17:02:31 +00:00

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 {