cognet 2003/10/18 19:09:36 PDT
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Fix broken su -m behaviour :
chshell must return 0 if the shell is not a standard shell, or else it is
possible to use an account without a valid shell.
Reviewed by: des
Revision Changes Path
1.69 +2 -4 src/usr.bin/su/su.c