summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login.conf.5
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/login.conf.5
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/login.conf.5')
-rw-r--r--lib/libutil/login.conf.56
1 files changed, 3 insertions, 3 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
OpenPOWER on IntegriCloud