diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-11 09:07:42 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-11 09:07:42 +0000 |
| commit | 16ceea1b93f5c5c9e697b64234f1b530c2105c2d (patch) | |
| tree | 270fb269352d54a95964b3d8474216b8a79254d8 /include | |
| parent | a85c0f554dc611cc7a33ed2ace339ded3180af36 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 06110d90584a..ea721201da44 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" |
