]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix broken su -m behaviour :
authorOlivier Houchard <cognet@FreeBSD.org>
Sun, 19 Oct 2003 02:09:36 +0000 (02:09 +0000)
committerOlivier Houchard <cognet@FreeBSD.org>
Sun, 19 Oct 2003 02:09:36 +0000 (02:09 +0000)
commitf6a43a2b50d5df170bc39ff8186dd216324d33b9
tree3cc044603987f27c9dcfd3fb8e594f2873886673
parentd5e1f581ff195d23a3146a78447749597e78aa74
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
usr.bin/su/su.c