Comment 11 for bug 1886572

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Xenial verification

Current version:
ubuntu@xenial-motd-news-no-uptime:~$ apt-cache policy base-files
base-files:
  Installed: 9.4ubuntu4.12
  Candidate: 9.4ubuntu4.12
  Version table:
 *** 9.4ubuntu4.12 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
        100 /var/lib/dpkg/status

Uptime is there:
ubuntu@xenial-motd-news-no-uptime:~$ grep uptime /etc/update-motd.d/50-motd-news
# Some messages may only be pertinent before or after some amount of uptime
read up idle < /proc/uptime
uptime="uptime/$up/$idle"
USER_AGENT="curl/$curl_ver $lsb $platform $cpu $uptime cloud_id/$cloud_id"

After updating:
ubuntu@xenial-motd-news-no-uptime:~$ apt-cache policy base-files
base-files:
  Installed: 9.4ubuntu4.13
  Candidate: 9.4ubuntu4.13
  Version table:
 *** 9.4ubuntu4.13 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
        100 /var/lib/dpkg/status

Uptime is gone:
ubuntu@xenial-motd-news-no-uptime:~$ grep uptime /etc/update-motd.d/50-motd-news
ubuntu@xenial-motd-news-no-uptime:~$

Xenial verification succeeded.