+update-motd (1.10) jaunty; urgency=low
+
+ * debian/update-motd.cron.d: Fix broken crontab entries, LP: #312809
+
+ -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 05 Jan 2009 12:51:54 -0600
+
update-motd (1.9) jaunty; urgency=low
* update-motd: support other run frequencies, run very "nice" when not
# a concatenation of output from each script in /etc/update-motd.d/*
*/10 * * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 2>/dev/null
-00 * * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd hourly 2>/dev/null
-* 06 * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd daily 2>/dev/null
-* * * * 1 root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd weekly 2>/dev/null
-* * 1 * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd monthly 2>/dev/null
+0 * * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd hourly 2>/dev/null
+0 0 * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd daily 2>/dev/null
+0 0 * * 0 root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd weekly 2>/dev/null
+0 0 1 * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd monthly 2>/dev/null