Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107076 | Differences between
and this patch

Collapse All | Expand All

(-)collectd-3.5.0-orig/src/collectd.c (+1 lines)
Lines 344-349 Link Here
344
	 */
344
	 */
345
	sigIntAction.sa_handler = sigIntHandler;
345
	sigIntAction.sa_handler = sigIntHandler;
346
	sigaction (SIGINT, &sigIntAction, NULL);
346
	sigaction (SIGINT, &sigIntAction, NULL);
347
	sigaction (SIGTERM, &sigIntAction, NULL);
347
348
348
	sigChldAction.sa_handler = SIG_IGN;
349
	sigChldAction.sa_handler = SIG_IGN;
349
	sigaction (SIGCHLD, &sigChldAction, NULL);
350
	sigaction (SIGCHLD, &sigChldAction, NULL);

Return to bug 107076