summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login.1
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1994-08-22 19:56:14 +0000
committerguido <guido@FreeBSD.org>1994-08-22 19:56:14 +0000
commitff70b5ad22b128db0fd21231ca1ee193c96d2f1c (patch)
tree0f957505743e481e4ca81b602940b3232258d09c /usr.bin/login/login.1
parent26e50b1c3e99000c351230dbc9bc45d66424c44c (diff)
downloadFreeBSD-src-ff70b5ad22b128db0fd21231ca1ee193c96d2f1c.zip
FreeBSD-src-ff70b5ad22b128db0fd21231ca1ee193c96d2f1c.tar.gz
Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)
Reviewed by: Submitted by: guido
Diffstat (limited to 'usr.bin/login/login.1')
-rw-r--r--usr.bin/login/login.112
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index db59c1a..5ae5dba 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -88,6 +88,13 @@ This is used by
.Xr shutdown 8
to prevent users from logging in when the system is about to go down.
.Pp
+If the file
+.Pa /etc/fbtab
+exists,
+.Nm login
+changes the protection and ownership of certain devices specified in this
+file.
+.Pp
Immediately after logging a user in,
.Nm login
displays the system copyright notice, the date and time the user last
@@ -119,6 +126,8 @@ do not fork before executing the
utility.
.Sh FILES
.Bl -tag -width /var/mail/userXXX -compact
+.It Pa /etc/fbtab
+changes device protections
.It Pa /etc/motd
message-of-the-day
.It Pa /etc/nologin
@@ -137,8 +146,9 @@ makes login quieter
.Xr passwd 1 ,
.Xr rlogin 1 ,
.Xr getpass 3 ,
+.Xr fbtab 5 ,
.Xr utmp 5 ,
-.Xr environ 7 ,
+.Xr environ 7
.Sh HISTORY
A
.Nm login
OpenPOWER on IntegriCloud