[sudo-cvs] CVS commit: sudo

Todd.Miller at courtesan.com Todd.Miller at courtesan.com
Tue Jun 10 21:13:39 EDT 2008


Module Name:	sudo
Committed By:	millert
Date:		Wed Jun 11 01:13:39 UTC 2008

Modified Files:
	sudo: logging.c

Log Message:
Ignore SIGPIPE instead of blocking it when piping to the mailer.  If we
only block the signal it may be delivered later when we unblock.
Also, there is no need to block SIGCHLD since we no longer do the
double fork.  The normal SIGCHLD handler is sufficient.


To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 sudo/logging.c



More information about the sudo-commits mailing list