CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/11 03:07:56
Modified files:
usr.bin/su : su.c
Log message:
Allow su -l to login to a user that has a non-existent home directory,
unless requirehome is specified in login.conf for the login class.
If requirehome is not specified the user will be logged in with HOME=/
This is what login(1) and ssh(1) does too.
ok millert@
