[sudo-cvs] CVS commit: sudo

Todd.Miller at courtesan.com Todd.Miller at courtesan.com
Sun Oct 11 17:41:36 EDT 2009


Module Name:	sudo
Committed By:	millert
Date:		Sun Oct 11 21:41:36 UTC 2009

Modified Files:
	sudo: script.c

Log Message:
Run command in its own pgrp (like the shell does) for easier signalling.
No need to relay SIGINT or SIGQUIT to parent, just send to grandchild.
Don't want grandchild stopped events in the child (only termination).
Flush output after suspending grandchild before signalling parent.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 sudo/script.c



More information about the sudo-commits mailing list