[sudo-cvs] CVS commit: sudo

Todd.Miller at courtesan.com Todd.Miller at courtesan.com
Sun Oct 11 08:27:11 EDT 2009


Module Name:	sudo
Committed By:	millert
Date:		Sun Oct 11 12:27:11 UTC 2009

Modified Files:
	sudo: script.c

Log Message:
Use an extra process to act as the glue bewteen the sessions
associated with the user's controlling tty (what the shell uses)
and the tty that sudo is using to do its logging.  Basically, this
means that if we get, e.g. SIGTSTP from the process sudo is running,
we relay the signal to the parent so it's shell can do the job control.


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



More information about the sudo-commits mailing list