summaryrefslogtreecommitdiffstats
path: root/include/paths.h
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 /include/paths.h
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 'include/paths.h')
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index 06110d9..ea72120 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -56,7 +56,7 @@
#define _PATH_MAILDIR "/var/mail"
#define _PATH_MAN "/usr/share/man"
#define _PATH_MEM "/dev/mem"
-#define _PATH_NOLOGIN "/etc/nologin"
+#define _PATH_NOLOGIN "/var/run/nologin"
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
#define _PATH_SHELLS "/etc/shells"
#define _PATH_TTY "/dev/tty"
OpenPOWER on IntegriCloud