cvs commit: src/usr.bin/su su.c
David Xu
davidxu at FreeBSD.org
Mon Nov 3 15:54:59 PST 2003
davidxu 2003/11/03 15:54:55 PST
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
It seems when su executes in a shell scripts, there is a timing race,
sometimes, su will receive a SIGTTOU when parent su tries to set child
su's process group as foreground group, and su will be stopped unexpectly,
ignoring SIGTTOU fixes the problem.
Noticed by: fjoe
Revision Changes Path
1.70 +2 -0 src/usr.bin/su/su.c
More information about the cvs-src
mailing list