[pkg-lighttpd] r301 - lighttpd/trunk/debian

madcoder at alioth.debian.org madcoder at alioth.debian.org
Sun Mar 16 09:38:22 UTC 2008


Author: madcoder
Date: 2008-03-16 09:38:21 +0000 (Sun, 16 Mar 2008)
New Revision: 301

Added:
   lighttpd/trunk/debian/lighttpd.cron.daily
Modified:
   lighttpd/trunk/debian/changelog
Log:
Closes 445224



Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2008-03-16 09:34:53 UTC (rev 300)
+++ lighttpd/trunk/debian/changelog	2008-03-16 09:38:21 UTC (rev 301)
@@ -11,6 +11,8 @@
      + don't fail to remove a module that is already removed.
        Patch from Michal Čihař (Closes: 448682).
      + Allow full stops in module names (Closes: 462199).
+  * debian/lighttpd.cron.daily: new file, cleanup compressed cache.
+    Thanks to Michal Čihař (Closes: 445224).
 
  -- Pierre Habouzit <madcoder at debian.org>  Sun, 16 Mar 2008 10:11:45 +0100
 

Added: lighttpd/trunk/debian/lighttpd.cron.daily
===================================================================
--- lighttpd/trunk/debian/lighttpd.cron.daily	                        (rev 0)
+++ lighttpd/trunk/debian/lighttpd.cron.daily	2008-03-16 09:38:21 UTC (rev 301)
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Cleanup lighttpd compress cache
+su -s /bin/sh -c "find /var/cache/lighttpd/compress -type f -atime +30 -print0 | xargs -0 -r rm" www-data




More information about the pkg-lighttpd-maintainers mailing list