]> git.etc.gen.nz Git - update-motd.git/commitdiff
Changes for 1.10 in Jaunty.
authorDustin Kirkland <kirkland@ubuntu.com>
Mon, 9 Feb 2009 04:20:42 +0000 (17:20 +1300)
committerAndrew Ruthven <puck@dirk.wgtn.cat-it.co.nz>
Mon, 9 Feb 2009 04:20:42 +0000 (17:20 +1300)
debian/changelog
debian/update-motd.cron.d

index 4d501f32eb75364ae2823b2ecee22403bd7495c1..1247ea93b387e4d6dad5cb7e43b163898cfeaca7 100644 (file)
@@ -1,3 +1,9 @@
+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-debian1) unstable; urgency=low
 
   * First upload for Debian.
index 4bfbf143dde4b496cd21dd657ed06ce1002423f8..d1293dc827e5ce1b64d468ff243bf97fa953fca0 100644 (file)
@@ -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