summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@codelibre.net>2012-05-22 00:20:49 +0100
committerColin Watson <cjwatson@debian.org>2012-05-22 00:20:49 +0100
commit9fce61538243d8d04d6cf174e118df6c4ece351d (patch)
treeaf4ac602b90fe409f82f0c90706c3a8d88879c6a
parent9bbd863c69a4fc99f14a598b436566d37b4cb635 (diff)
Pass noupdate to pam_motd call for /run/motd.dynamic.
-rw-r--r--debian/openssh-server.sshd.pam2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.sshd.pam b/debian/openssh-server.sshd.pam
index 7c0d5417d..c108cdf68 100644
--- a/debian/openssh-server.sshd.pam
+++ b/debian/openssh-server.sshd.pam
@@ -26,7 +26,7 @@ account required pam_nologin.so
26# Print the message of the day upon successful login. 26# Print the message of the day upon successful login.
27# This includes a dynamically generated part from /run/motd.dynamic 27# This includes a dynamically generated part from /run/motd.dynamic
28# and a static (admin-editable) part from /etc/motd. 28# and a static (admin-editable) part from /etc/motd.
29session optional pam_motd.so motd=/run/motd.dynamic 29session optional pam_motd.so motd=/run/motd.dynamic noupdate
30session optional pam_motd.so # [1] 30session optional pam_motd.so # [1]
31 31
32# Print the status of the user's mailbox upon successful login. 32# Print the status of the user's mailbox upon successful login.