summaryrefslogtreecommitdiffstats
path: root/usr.bin/login
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-01-11 09:07:42 +0000
committerasami <asami@FreeBSD.org>1999-01-11 09:07:42 +0000
commitbde447d2898c8972447d4bc240d85af0ffa9a6e7 (patch)
treeeea279b6882dbd28ec1272c75b74eb80ecebd3f0 /usr.bin/login
parent31a3aea84f1a8fdf67f56eb88c06cae9139f3123 (diff)
downloadFreeBSD-src-bde447d2898c8972447d4bc240d85af0ffa9a6e7.zip
FreeBSD-src-bde447d2898c8972447d4bc240d85af0ffa9a6e7.tar.gz
Move nologin from /etc to /var/run. This means one less file that has
to be written to /etc. The only essential change is in paths.h, so any third-party software written correctly will pick it up in the next rebuild. Reviewed by: the committers list (actually an old version)
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/login.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index 26bb909..8c1ef2a 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)login.1 8.2 (Berkeley) 5/5/94
-.\" $Id: login.1,v 1.11 1998/10/09 06:36:22 markm Exp $
+.\" $Id: login.1,v 1.12 1998/12/01 17:05:08 dillon Exp $
.\"
.Dd May 5, 1994
.Dt LOGIN 1
@@ -81,7 +81,7 @@ option disables this behavior.
.El
.Pp
If the file
-.Pa /etc/nologin
+.Pa /var/run/nologin
exists,
.Nm
displays its contents to the user and exits.
@@ -160,7 +160,7 @@ login access control table
login class capabilities database
.It Pa /etc/motd
message-of-the-day
-.It Pa /etc/nologin
+.It Pa /var/run/nologin
disallows logins
.It Pa /etc/skey.access
skey password control table
OpenPOWER on IntegriCloud