From: Dustin Kirkland Date: Thu, 5 Mar 2009 14:09:33 +0000 (-0600) Subject: * debian/update-motd.cron.d: Fix broken crontab entries, LP: #312809 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961d20a4977f690465f80fc63f329543cbd3dd64;p=update-motd.git * debian/update-motd.cron.d: Fix broken crontab entries, LP: #312809 --- diff --git a/debian/changelog b/debian/changelog index cc4192e..b0b3a4a 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) jaunty; urgency=low * update-motd: support other run frequencies, run very "nice" when not 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