Blame login-default-motd-file.patch
|
DistroBaker |
f4f7aa |
diff --git a/include/pathnames.h b/include/pathnames.h
|
|
DistroBaker |
f4f7aa |
index 3845d4c33..fac3a0783 100644
|
|
DistroBaker |
f4f7aa |
--- a/include/pathnames.h
|
|
DistroBaker |
f4f7aa |
+++ b/include/pathnames.h
|
|
DistroBaker |
f4f7aa |
@@ -41,7 +41,7 @@
|
|
DistroBaker |
f4f7aa |
#ifndef _PATH_MAILDIR
|
|
DistroBaker |
f4f7aa |
# define _PATH_MAILDIR "/var/spool/mail"
|
|
DistroBaker |
f4f7aa |
#endif
|
|
DistroBaker |
f4f7aa |
-#define _PATH_MOTDFILE "/usr/share/misc/motd:/run/motd:/etc/motd"
|
|
DistroBaker |
f4f7aa |
+#define _PATH_MOTDFILE "/usr/share/misc/motd:/run/motd:/run/motd.d:/etc/motd:/etc/motd.d"
|
|
DistroBaker |
f4f7aa |
#ifndef _PATH_NOLOGIN
|
|
DistroBaker |
f4f7aa |
# define _PATH_NOLOGIN "/etc/nologin"
|
|
DistroBaker |
f4f7aa |
#endif
|