summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-01-07 14:29:50 +0000
committerdavidn <davidn@FreeBSD.org>1997-01-07 14:29:50 +0000
commit5260ae079232ebfeb488d05fe41fc37b3ac7358b (patch)
treee5716dbb3a2fab04691a3a39d3835a8b2f4c621e /lib/libutil
parent08c587d89fe20009871cb0661db9a6328c853a51 (diff)
downloadFreeBSD-src-5260ae079232ebfeb488d05fe41fc37b3ac7358b.zip
FreeBSD-src-5260ae079232ebfeb488d05fe41fc37b3ac7358b.tar.gz
Consistency check: refs to ~/.login.conf should be ~/.login_conf.
Diffstat (limited to 'lib/libutil')
-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 71b5cfb..bcae5d3 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 3fbf3a6..c9252b2 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
OpenPOWER on IntegriCloud