update-motd 3.6-0ubuntu4 source package in Ubuntu

Changelog

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

  * update-motd.sh: Don't source, but run update-motd.
    This fixes being dropped out of shell when update-motd exits
    with nonzero value.
  * update-motd.sh: Don't misleadingly indicate that script is
    running with set -e
  * update-motd.sh: Don't set "stamp" and eval_gettext()
    in /etc/profile.d script

 -- Balint Reczey <email address hidden>  Sat, 07 Dec 2019 10:25:10 +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-0ubuntu4.diff.gz 6.8 KiB 6c1e495afe395cc529f0a82ac9a9bf3e8da245b0cdce286ab524816446e1e433
update-motd_3.6-0ubuntu4.dsc 1.9 KiB eafd9aa1fb4456ea6b4e154418342f99393dd3cc45e15d095d8392dfb445f2e3

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.