[sudo-cvs] CVS commit: sudo

Todd.Miller at courtesan.com Todd.Miller at courtesan.com
Fri Jun 20 20:34:48 EDT 2008


Module Name:	sudo
Committed By:	millert
Date:		Sat Jun 21 00:34:48 UTC 2008

Modified Files:
	sudo: logging.c sudo.c sudo_edit.c visudo.c

Log Message:
Change how the mailer is waited for.  Instead of having a SIGCHLD
handler, use the double fork trick to orphan the child that opens
the pipe to sendmail.  Fixes a problem running su on some Linux distros.


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 sudo/logging.c
cvs rdiff -u -r1.480 -r1.481 sudo/sudo.c
cvs rdiff -u -r1.31 -r1.32 sudo/sudo_edit.c
cvs rdiff -u -r1.214 -r1.215 sudo/visudo.c



More information about the sudo-commits mailing list