From: Evan Broder Date: Mon, 31 Mar 2008 09:49:56 +0000 (-0400) Subject: And...I should actually read examples before I copy them X-Git-Tag: sipb-xen-www/3.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/ce573bfe6fb46ed2fe34fc96abc346b3a4aec2a4 And...I should actually read examples before I copy them svn path=/trunk/packages/sipb-xen-www/; revision=375 --- 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