summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
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 /etc/login.conf
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 'etc/login.conf')
-rw-r--r--etc/login.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/login.conf b/etc/login.conf
index 6913519..f3d08d4 100644
--- a/etc/login.conf
+++ b/etc/login.conf
@@ -9,7 +9,7 @@
# This file controls resource limits, accounting limits and
# default user environment settings.
#
-# $Id: login.conf,v 1.23 1998/12/27 23:55:01 cwt Exp $
+# $Id: login.conf,v 1.24 1998/12/29 22:17:31 hoek Exp $
#
# Default settings effectively disable resource limits, see the
@@ -24,7 +24,7 @@ default:\
:welcome=/etc/motd:\
:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
:path=~/bin /bin /usr/bin /usr/local/bin:\
- :nologin=/etc/nologin:\
+ :nologin=/var/run/nologin:\
:cputime=unlimited:\
:datasize=unlimited:\
:stacksize=unlimited:\
OpenPOWER on IntegriCloud