aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-01-07 14:29:50 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-01-07 14:29:50 +0000
commit273b52cea1363ab1e4d69879e7359fc4697eee85 (patch)
treee5716dbb3a2fab04691a3a39d3835a8b2f4c621e /lib
parent65fa0ae191ed1ba1130b1036b0d6c60b821fc491 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libutil/login.conf.56
-rw-r--r--lib/libutil/login_cap.38
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 71b5cfb9e263..bcae5d3c23d1 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $Id: login.conf.5,v 1.1 1997/01/05 03:24:45 davidn Exp $
.\"
.Dd November 22, 1996
.Dt LOGIN.CONF 5
@@ -27,7 +27,7 @@
.Nd login class capability database
.Sh SYNOPSIS
.Pa /etc/login.conf ,
-.Pa ~/.login.conf
+.Pa ~/.login_conf
.Sh DESCRIPTION
login.conf contains various attributes and capabilities of login classes.
A login class (an optional annotation against each record in the user
@@ -48,7 +48,7 @@ A user with a uid of 0 without a valid login class will use the record
"root" if it exists, or "default" if not.
.Pp
In FreeBSD, users may individually create a file called
-.Pa .login.conf
+.Pa .login_conf
in their home directory using the same format, consisting of a single
entry with a recordid of "me".
If present, this file is used by
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index 3fbf3a6fcd75..c9252b2e87ac 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id$
+.\" $Id: login_cap.3,v 1.1 1997/01/04 16:50:00 davidn Exp $
.\"
.Dd December 27, 1996
.Os FreeBSD
@@ -175,7 +175,7 @@ If the second
.Ar dir
parameter is NULL, then only the system login class database is
used, but when not NULL, the named directory is searched for
-a login database file called ".login.conf", and capability records
+a login database file called ".login_conf", and capability records
contained within it may override the system defaults.
This scheme allows users to override some login settings from
those in the system login class database by creating class records
@@ -195,7 +195,7 @@ Typically, these are limited purely to the user's default login
environment which might otherwise have been overridden in shell
startup scripts in any case.
The user's
-.Pa .login.conf
+.Pa .login_conf
merely provides a convenient way for a user to set up their preferred
login environment before the shell is invoked on login.
.Pp
@@ -217,7 +217,7 @@ On failure, NULL is returned.
The difference between the two functions is that
.Fn login_getuserclass
includes the user's overriding
-.Pa .login.conf
+.Pa .login_conf
that exists in the user's home directory, while
.Fn login_getclass
restricts itself only to the system login class database in