get rid of SIGCLD_IGNORE for HPUX. A user reported it causing lots
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Oct 1997 11:18:26 +0000 (11:18 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 7 Oct 1997 11:18:26 +0000 (11:18 +0000)
of defunct smbd processes.

Andrew

source/include/includes.h

index e66ceb2d70ccb3dfbca1c2445c533c9b20a68519..4e48e87a7c1782bc4bd5fa1d73bc20b3c8f886ff 100644 (file)
@@ -563,7 +563,9 @@ char *mktemp(char *); /* No standard include */
 #define USE_SETSID
 #define USE_SETRES
 #define DEFAULT_PRINTING PRINT_HPUX
-#define SIGCLD_IGNORE
+/* Ken Weiss <krweiss@ucdavis.edu> tells us that SIGCLD_IGNORE is
+   not good for HPUX */
+/* #define SIGCLD_IGNORE */
 #endif /* HPUX */