Subject: CVS commit: [netbsd-3] src/usr.sbin/cron
To: None <source-changes@NetBSD.org>
From: Soren Jacobsen <snj@netbsd.org>
List: source-changes
Date: 08/25/2005 19:19:46
Module Name:	src
Committed By:	snj
Date:		Thu Aug 25 19:19:46 UTC 2005

Modified Files:
	src/usr.sbin/cron [netbsd-3]: do_command.c

Log Message:
Pull up following revision(s) (requested by heas in ticket #698):
	usr.sbin/cron/do_command.c: revision 1.17
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.16.2.1 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.