]> granicus.if.org Git - sudo/commit
Save the controlling tty process group before suspending so we can
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Mar 2011 16:02:04 +0000 (12:02 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Mar 2011 16:02:04 +0000 (12:02 -0400)
commit240642399b352f8eb0129b95a8d0a4df1cd6c62c
tree26ac3740aec1b4019deffe0f90002f611bb61f07
parent9e65afc15f0d0d7de6c76ae0b34889ea0765f868
Save the controlling tty process group before suspending so we can
restore it when we resume.  Fixes job control problems on Linux
caused by the previous attemp to fix resuming a shell when I/O
logging not enabled.
src/exec.c