CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/03 08:08:14
Modified files:
usr.sbin/cron : atrun.c do_command.c
Log message:
Reset the SIGPIPE signal handler immediately before executing a command.
We ignore it by default so cron doesn't die if sendmail is missing
or exits prematurely but the actual command being run should have the
default handler installed.
