davidxu 2003/11/04 06:51:34 PST
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Be sure to restore foreground group to parent su before parent su
exits, otherwise shell will be confused and does not set foreground
group correctly for next su command. This sounds like a bug in sh.
Revision Changes Path
1.71 +2 -1 src/usr.bin/su/su.c