From: Dustin Kirkland Date: Mon, 9 Feb 2009 04:20:42 +0000 (+1300) Subject: Changes for 1.10 in Jaunty. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654199b0212fb45cff4c0e10b8b77c6d9b140cd3;p=update-motd.git Changes for 1.10 in Jaunty. --- diff --git a/debian/changelog b/debian/changelog index 4d501f3..1247ea9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +update-motd (1.10) jaunty; urgency=low + + * debian/update-motd.cron.d: Fix broken crontab entries, LP: #312809 + + -- Dustin Kirkland Mon, 05 Jan 2009 12:51:54 -0600 + update-motd (1.9-debian1) unstable; urgency=low * First upload for Debian. diff --git a/debian/update-motd.cron.d b/debian/update-motd.cron.d index 4bfbf14..d1293dc 100644 --- a/debian/update-motd.cron.d +++ b/debian/update-motd.cron.d @@ -4,7 +4,7 @@ # 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