=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/login/login.1,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/login/login.1 1997/09/14 01:02:21 1.6 --- src/usr.bin/login/login.1 1998/09/26 19:55:00 1.7 *************** *** 1,4 **** ! .\" $OpenBSD: login.1,v 1.6 1997/09/14 01:02:21 deraadt Exp $ .\" $NetBSD: login.1,v 1.7 1995/08/31 22:52:33 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: login.1,v 1.7 1998/09/26 19:55:00 aaron Exp $ .\" $NetBSD: login.1,v 1.7 1995/08/31 22:52:33 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 *************** *** 119,136 **** exists in the user's home directory, all of these messages are suppressed. This is to simplify logins for non-human users, such as .Xr uucp 1 . ! .Nm Login then records an entry in the .Xr wtmp 5 and .Xr utmp 5 files and executes the user's command interpreter. .Pp ! Login enters information into the environment (see .Xr environ 7 ) ! specifying the user's home directory (HOME), command interpreter (SHELL), ! search path (PATH), terminal type (TERM) and user name (both LOGNAME and ! USER). .Pp The standard shells, .Xr csh 1 --- 119,145 ---- exists in the user's home directory, all of these messages are suppressed. This is to simplify logins for non-human users, such as .Xr uucp 1 . ! .Nm login then records an entry in the .Xr wtmp 5 and .Xr utmp 5 files and executes the user's command interpreter. .Pp ! .Nm login ! enters information into the environment (see .Xr environ 7 ) ! specifying the user's home directory ! .Pq Ev HOME , ! command interpreter ! .Pq Ev SHELL , ! search path ! .Pq Ev PATH , ! terminal type ! .Pq Ev TERM , ! and user name ! .Po both Ev LOGNAME and Ev USER ! .Pc . .Pp The standard shells, .Xr csh 1 *************** *** 140,146 **** .Nm login utility. .Sh FILES ! .Bl -tag -width /var/mail/userXXX -compact .It Pa /etc/fbtab changes device protections .It Pa /etc/motd --- 149,155 ---- .Nm login utility. .Sh FILES ! .Bl -tag -width /var/log/failedlogin -compact .It Pa /etc/fbtab changes device protections .It Pa /etc/motd *************** *** 166,176 **** .Xr rlogin 1 , .Xr skey 1 , .Xr getpass 3 , .Xr utmp 5 , ! .Xr environ 7 , ! .Xr fbtab 5 .Sh HISTORY A .Nm login ! appeared in .At v6 . --- 175,185 ---- .Xr rlogin 1 , .Xr skey 1 , .Xr getpass 3 , + .Xr fbtab 5 , .Xr utmp 5 , ! .Xr environ 7 .Sh HISTORY A .Nm login ! utility appeared in .At v6 .