diff options
Diffstat (limited to 'usr.bin/login/pathnames.h')
-rw-r--r-- | usr.bin/login/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index e501d7b8772d..5dca6f2cbb4e 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -35,6 +35,6 @@ #include <paths.h> #define _PATH_HUSHLOGIN ".hushlogin" -#define _PATH_MOTDFILE "/etc/motd" +#define _PATH_MOTDFILE "/var/run/motd" #define _PATH_FBTAB "/etc/fbtab" #define _PATH_LOGINDEVPERM "/etc/logindevperm" |