update-motd (1.10-debian1) unstable; urgency=low
* First upload for Debian.
+ * Run update-motd at reboot.
-- Andrew Ruthven <andrew@etc.gen.nz> Mon, 09 Feb 2009 10:20:17 +1300
# Running 'update-motd' dynamically generates the /etc/motd with
# a concatenation of output from each script in /etc/update-motd.d/*
+@reboot root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 2>/dev/null
*/10 * * * * root [ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 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