From bde447d2898c8972447d4bc240d85af0ffa9a6e7 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 11 Jan 1999 09:07:42 +0000 Subject: 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) --- etc/login.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/login.conf') 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:\ -- cgit v1.1