From 7a631f774d4fa89187f841371e6db00372b229a2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 1 Nov 2001 23:32:46 +0000 Subject: [PATCH] MFS: Stop reaping children. It makes evil things happen to the extraction loop. --- usr.sbin/sade/system.c | 2 ++ usr.sbin/sysinstall/system.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c index 983ec3d1f77..2ad3a48b2f0 100644 --- a/usr.sbin/sade/system.c +++ b/usr.sbin/sade/system.c @@ -188,7 +188,9 @@ systemInitialize(int argc, char **argv) i = 0; sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i)); #endif +#if 0 signal(SIGCHLD, reap_children); +#endif } else { char hname[256]; diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index 983ec3d1f77..2ad3a48b2f0 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -188,7 +188,9 @@ systemInitialize(int argc, char **argv) i = 0; sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i)); #endif +#if 0 signal(SIGCHLD, reap_children); +#endif } else { char hname[256];