Accepting request 897344 from home:kukuk:tiu

- Disable MOTD_FILE to allow the use of pam_motd to unify motd
  message output [bsc#1185897]. Else motd entries of e.g. cockpit
  will not be shown.

OBS-URL: https://build.opensuse.org/request/show/897344
OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=103
This commit is contained in:
Michael Vetter 2021-06-08 06:36:00 +00:00 committed by Git OBS Bridge
parent 451a55ed1d
commit b6e8d920e2
2 changed files with 9 additions and 1 deletions

View File

@ -14,12 +14,13 @@ Index: etc/login.defs
#
# Delay in seconds before being allowed another attempt after a login failure
@@ -62,8 +65,7 @@ CONSOLE /etc/securetty
@@ -62,8 +65,8 @@ CONSOLE /etc/securetty
# If defined, ":" delimited list of "message of the day" files to
# be displayed upon login.
#
-MOTD_FILE /etc/motd
-#MOTD_FILE /etc/motd:/usr/lib/news/news-motd
+MOTD_FILE
+#MOTD_FILE /etc/motd:/usr/share/misc/motd
#

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 4 07:46:34 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Disable MOTD_FILE to allow the use of pam_motd to unify motd
message output [bsc#1185897]. Else motd entries of e.g. cockpit
will not be shown.
-------------------------------------------------------------------
Thu Jan 28 22:28:02 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>