]> git.etc.gen.nz Git - update-motd.git/commitdiff
* debian/update-motd.cron.d: Fix broken crontab entries, LP: #312809
authorDustin Kirkland <kirkland@canonical.com>
Thu, 5 Mar 2009 14:09:33 +0000 (08:09 -0600)
committerDustin Kirkland <kirkland@canonical.com>
Thu, 5 Mar 2009 14:09:33 +0000 (08:09 -0600)
debian/changelog
debian/update-motd.cron.d

index cc4192e259944db7821fc7b2132973a995327020..b0b3a4ae7e2d65b7939b2cec030475fc166cc8c1 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) jaunty; urgency=low
 
   * update-motd: support other run frequencies, run very "nice" when not
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