--- gvpe/src/gvpe.C 2005/03/23 20:07:56 1.3 +++ gvpe/src/gvpe.C 2005/03/23 21:55:39 1.5 @@ -1,5 +1,5 @@ /* - vped.C -- the main file for gvpe + gvpe.C -- the main file for gvpe Copyright (C) 1998-2002 Ivo Timmermans 2000-2002 Guus Sliepen 2003-2005 Marc Lehmann @@ -199,7 +199,7 @@ act.sa_handler = sighup_handler; sigaction (SIGHUP , &act, NULL); act.sa_handler = sigusr1_handler; sigaction (SIGUSR1, &act, NULL); act.sa_handler = sigusr2_handler; sigaction (SIGUSR2, &act, NULL); - act.sa_handler = SIG_IGN; sigaction (SIGCHLD, &act, NULL); +// act.sa_handler = SIG_IGN; sigaction (SIGCHLD, &act, NULL); act.sa_handler = SIG_IGN; sigaction (SIGPIPE, &act, NULL); act.sa_flags = SA_RESETHAND; act.sa_handler = sigterm_handler; sigaction (SIGINT , &act, NULL);