From 64b5a191e5d0ebfe882b246ce89bd75f20a4b8e4 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Fri, 25 May 2007 18:47:21 +0000 Subject: [PATCH] Reset the signal handler in the child --- syslogd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/syslogd.c b/syslogd.c index 9aff4ed..fb4cca2 100644 --- a/syslogd.c +++ b/syslogd.c @@ -950,6 +950,7 @@ int main(argc, argv) */ exit(1); } + signal (SIGTERM, SIG_DFL); num_fds = getdtablesize(); for (i= 0; i < num_fds; i++) (void) close(i);