From 4f386e548c92adfa2be3c73e8bd8dcd70fe0956d Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 31 Mar 2008 05:39:39 -0400 Subject: [PATCH 1/1] Refresh the ACL cache every 5 minutes svn path=/trunk/packages/sipb-xen-www/; revision=373 --- debian/changelog | 6 ++++++ debian/sipb-xen-www.cron.d | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 debian/sipb-xen-www.cron.d diff --git a/debian/changelog b/debian/changelog index 8a6ba5e..bc0b23c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3) unstable; urgency=low + + * Refresh the ACL cache every 5 minutes + + -- SIPB Xen Project Mon, 31 Mar 2008 05:38:16 -0400 + sipb-xen-www (2) unstable; urgency=low * Create sipb-xen group in preinst script. diff --git a/debian/sipb-xen-www.cron.d b/debian/sipb-xen-www.cron.d new file mode 100644 index 0000000..e41aeed --- /dev/null +++ b/debian/sipb-xen-www.cron.d @@ -0,0 +1,6 @@ +# +# cron-jobs for sipb-xen-www +# Refresh the ACL cache +# + +*/5 * * * * python /var/www/sipb-xen-www/cache_acls.py -- 1.7.9.5