Subject: CVS commit: src/usr.sbin/cron
To: None <source-changes@NetBSD.org>
From: john heasley <heas@netbsd.org>
List: source-changes
Date: 08/17/2005 22:35:20
Module Name:	src
Committed By:	heas
Date:		Wed Aug 17 22:35:20 UTC 2005

Modified Files:
	src/usr.sbin/cron: do_command.c

Log Message:
Set SIGCHLD to SIG_DFL in cron's child; instead of SIG_IGN, which alters the
behavior of wait() causing cron_pclose() to return bogus status and the logging
of bogus status in debug mode.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/cron/do_command.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.