From ce573bfe6fb46ed2fe34fc96abc346b3a4aec2a4 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 31 Mar 2008 05:49:56 -0400 Subject: [PATCH] And...I should actually read examples before I copy them svn path=/trunk/packages/sipb-xen-www/; revision=375 --- debian/changelog | 6 ++++++ debian/sipb-xen-www.cron.d | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bc0b23c..aaf5846 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3.1) unstable; urgency=low + + * Fixed the crontab definition + + -- SIPB Xen Project Mon, 31 Mar 2008 05:49:32 -0400 + sipb-xen-www (3) unstable; urgency=low * Refresh the ACL cache every 5 minutes diff --git a/debian/sipb-xen-www.cron.d b/debian/sipb-xen-www.cron.d index e41aeed..146e0ad 100644 --- a/debian/sipb-xen-www.cron.d +++ b/debian/sipb-xen-www.cron.d @@ -3,4 +3,6 @@ # Refresh the ACL cache # -*/5 * * * * python /var/www/sipb-xen-www/cache_acls.py +MAILTO=root + +*/5 * * * * www-data python /var/www/sipb-xen-www/cache_acls.py -- 1.7.9.5