Sync login(1) with FreeBSD. Highlights include:
authorPeter Avalos <pavalos@theshell.com>
Sat, 3 Jan 2009 22:10:01 +0000 (17:10 -0500)
committerPeter Avalos <pavalos@theshell.com>
Sun, 4 Jan 2009 03:12:24 +0000 (22:12 -0500)
commitf91adef75813e145d0466ddedf5d0c619a5591c3
tree6c47b7ad20899fabe2d4fdf18764dc66535a74b7
parent174c0cc7548488822ef97b377e22c4079347cf2e
Sync login(1) with FreeBSD.  Highlights include:

-Completely PAMify login(1).

-Remove (void) casts.

-Teach login(1) to respect "hushlogin" and "nocheckmail" attributes
defined in user's $HOME/.login_conf.

-Sprinkle static keyword where needed.
etc/pam.d/login
usr.bin/login/Makefile
usr.bin/login/README
usr.bin/login/login.1
usr.bin/login/login.access.5 [deleted file]
usr.bin/login/login.c
usr.bin/login/login.h [copied from usr.bin/login/pathnames.h with 60% similarity]
usr.bin/login/login_access.c [deleted file]
usr.bin/login/login_fbtab.c
usr.bin/login/pathnames.h