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

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Sat Jan 26 19:53:51 UTC 2008


Author: luigi
Date: Sat Jan 26 19:53:51 2008
New Revision: 1871

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1871
Log:
 Fix typo in cron script that makes it running every minutes, set it to one hour (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=1871&op=diff
==============================================================================
--- branches/drupal-5.0/debian/changelog (original)
+++ branches/drupal-5.0/debian/changelog Sat Jan 26 19:53:51 2008
@@ -1,6 +1,11 @@
 drupal5 (5.6-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+
+  [ Luigi Gangitano ]
+  * debian/cron.d
+    - Fix typo in cron script that makes it running every minutes, set it
+      to one hour (Closes: #456182)
 
  -- Luigi Gangitano <luigi at debian.org>  Sat, 26 Jan 2008 20:51:39 +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=1871&op=diff
==============================================================================
--- branches/drupal-5.0/debian/cron.d (original)
+++ branches/drupal-5.0/debian/cron.d Sat Jan 26 19:53:51 2008
@@ -1,1 +1,1 @@
-* * * * *    www-data          [ -x /usr/share/drupal5/scripts/cron.sh ] && /usr/share/drupal5/scripts/cron.sh
+0 * * * *    www-data          [ -x /usr/share/drupal5/scripts/cron.sh ] && /usr/share/drupal5/scripts/cron.sh




More information about the Pkg-drupal-commits mailing list