summaryrefslogtreecommitdiff
path: root/debian/patches-applied/update-motd
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2019-02-13 05:56:19 +0000
committerSteve Langasek <steve.langasek@canonical.com>2019-02-13 05:57:45 +0000
commita9dd1decec411144331c877babdf9df8166952c0 (patch)
tree75e0258cc201ba3fccef1411a47e775696fd7941 /debian/patches-applied/update-motd
parent8915bdc8af28a490e14079503f7bf72807701d96 (diff)
Fix d/p/update-motd to apply the correct changes to the README
Diffstat (limited to 'debian/patches-applied/update-motd')
-rw-r--r--debian/patches-applied/update-motd18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches-applied/update-motd b/debian/patches-applied/update-motd
index 3d49d682..dececee5 100644
--- a/debian/patches-applied/update-motd
+++ b/debian/patches-applied/update-motd
@@ -1,10 +1,10 @@
-Patch for Ubuntu bug #399071
-
Provide a more dynamic MOTD, based on the short-lived update-motd project.
Authors: Dustin Kirkland <kirkland@canonical.com>
-Upstream status: not yet submitted
+Last-Update: 2019-02-12
+Forwarded: no
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/399071
Index: pam/modules/pam_motd/pam_motd.c
===================================================================
@@ -95,14 +95,14 @@ Index: pam/modules/pam_motd/README
===================================================================
--- pam.orig/modules/pam_motd/README
+++ pam/modules/pam_motd/README
-@@ -23,6 +23,10 @@
- contents of /etc/motd.d. Specifying either option (or both) will disable this
- default behavior.
+@@ -19,6 +19,10 @@
+ The /path/dirname.d directory is scanned and each file contained inside of
+ it is displayed.
+noupdate
+
+ Don't run the scripts in /etc/update-motd.d to refresh the motd file.
+
- EXAMPLES
-
- The suggested usage for /etc/pam.d/login is:
+ When no options are given, the default is to display both /etc/motd and the
+ contents of /etc/motd.d. Specifying either option (or both) will disable this
+ default behavior.