[Bug 1855918] Re: show-motd: Show MOTD from /etc/profile.d snippet in the first shell every day

Launchpad Bug Tracker 1855918 at bugs.launchpad.net
Tue Dec 10 21:36:38 UTC 2019


This bug was fixed in the package update-motd - 3.6-0ubuntu5

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

  * show-motd: Show MOTD from /etc/profile.d snippet in the first shell every
    day instead of showing it only after 24h is elapsed since showing it
    last time. (LP: #1855918)

 -- Balint Reczey <rbalint at ubuntu.com>  Tue, 10 Dec 2019 20:21:57 +0100

** Changed in: update-motd (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-motd in Ubuntu.
https://bugs.launchpad.net/bugs/1855918

Title:
  show-motd: Show MOTD from /etc/profile.d snippet in the first shell
  every day

Status in update-motd package in Ubuntu:
  Fix Released
Status in update-motd source package in Eoan:
  New

Bug description:
  [Impact] (Compared to LP: #1855089)

   * Users are shown MOTD once a day but only in a shell started at a
  later hour than the one that showed MOTD the day before. This a bit
  confusing and harder to predict than showing MOTD in the first started
  shell every day. This fix implements the latter.

  [Test Case]
   * MOTD should be shown when touch refers to a date yesterday:

   $ install show-motd
   $ touch -d 'now - 23 hours' $HOME/.motd_shown
   $ . /etc/profile.d/update-motd.sh
  ...
   $ touch -d 'now - 25 hours' $HOME/.motd_shown
   $ . /etc/profile.d/update-motd.sh
  ...
   $ touch -d 'now - 1 hour' $HOME/.motd_shown
   $ . /etc/profile.d/update-motd.sh
  ...

  
  [Regression Potential]

   * Since this is an improvement of the new functionality only
  available in -proposed there is no extra regression potential compared
  to the change introducing the new functionality in LP: #1855089.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-motd/+bug/1855918/+subscriptions



More information about the foundations-bugs mailing list