[Pkg-drupal-commits] r1854 - in /branches/drupal-5.0/debian: changelog cron.d

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Fri Jan 11 14:16:28 UTC 2008


Author: luigi
Date: Fri Jan 11 14:16:28 2008
New Revision: 1854

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1854
Log:
Run cron script every hour and not every 5 minutes (Closes: #456182)

Modified:
    branches/drupal-5.0/debian/changelog
    branches/drupal-5.0/debian/cron.d

Modified: branches/drupal-5.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/changelog?rev=1854&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Fri Jan 11 14:16:28 2008
@@ -8,6 +8,9 @@
       (Ref: SA-2008-005, CVE-TBA)
     - Fixes Cross site scripting vulnerability with IE6 and user submitted
       UTF8 input (Ref: SA-2008-006, CVE-TBA)
+
+  * debian/cron.d
+    - Run cron script every hour and not every 5 minutes (Closes: #456182)
 
  -- Luigi Gangitano <luigi at debian.org>  Fri, 11 Jan 2008 15:02:09 +0100
 

Modified: branches/drupal-5.0/debian/cron.d
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-5.0/debian/cron.d?rev=1854&op=diff
==============================================================================
--- branches/drupal-5.0/debian/cron.d (original)
+++ branches/drupal-5.0/debian/cron.d Fri Jan 11 14:16:28 2008
@@ -1,1 +1,1 @@
-*/5 * * * *    www-data          [ -x /usr/share/drupal5/scripts/cron.sh ] && /usr/share/drupal5/scripts/cron.sh
+* * * * *    www-data          [ -x /usr/share/drupal5/scripts/cron.sh ] && /usr/share/drupal5/scripts/cron.sh




More information about the Pkg-drupal-commits mailing list