update-motd 3.6-0ubuntu3 source package in Ubuntu

Changelog

update-motd (3.6-0ubuntu3) focal; urgency=medium

  * update-motd.sh: Fix space in message about .hushlogin

update-motd (3.6-0ubuntu2) focal; urgency=medium

  * Show MOTD using an /etc/profile.d snippet when it was not shown
    by PAM and it was shown more than a day ago. (LP: #1855089)
    - Add autopkgtest
    - Set MOTD_SHOWN=update-motd in /etc/profile.d after showing MOTD
    - Add Breaks: for packages with /etc/update-motd.d snippets failing as
      a normal user. Also add Breaks: on libpam-modules not setting
      MOTD_SHOWN=pam.
    - I18n the message about .hushlogin
    - Split /etc/profile.d snippet to new show-motd binary package
      to not change the behaviour of the update-motd package on upgrade.
    - update-motd.8: Update man page with new update-motd --show-only option
      and also mention the new show-motd package.

 -- Balint Reczey <email address hidden>  Fri, 06 Dec 2019 17:31:18 +0100

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Focal
Original maintainer:
Dustin Kirkland 
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
update-motd_3.6.orig.tar.gz 15.7 KiB 937fab5ecc0939aaee642ba012ab2dcf00d9b5236b49f87eb9b8a756438a3d83
update-motd_3.6-0ubuntu3.diff.gz 6.7 KiB 16c20704d54303a79e43f6a4bcbc3b28c92faee49b5697a9972670161d68b244
update-motd_3.6-0ubuntu3.dsc 1.9 KiB 5419fffce0571258cbcb3f7237b93bd4f1a249209edfabf4a511022f55ab68b8

Available diffs

View changes file

Binary packages built by this source

show-motd: show message of the day in interactive shells

 .
 This package installs a script in /etc/profile.d that dynamically
 generates and shows a message-of-the-day in inteactive shells by
 running scripts installed in /etc/update-motd.d.
 .
 Showing the message-of-the-day in shells is useful when pam_motd does
 not show it, for example when starting the interactive shell does not
 require login.

update-motd: compliments pam_motd in libpam-modules

 .
 This package installs a script that immediately dynamically generates
 a message-of-the-day by running scripts installed in /etc/update-motd.d,
 in lexical order.
 .
 Other packages, or system administrators should symlink scripts into
 /etc/update-motd.d, pre-pending a 2-digit number to handle ordering.
 .
 The functionality formerly provided by this package is now integrated into
 pam_motd, in libpam-modules.