From 654199b0212fb45cff4c0e10b8b77c6d9b140cd3 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 9 Feb 2009 17:20:42 +1300 Subject: [PATCH] Changes for 1.10 in Jaunty. --- debian/changelog | 6 ++++++ debian/update-motd.cron.d | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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 -- 2.30.2