[Pkg-drupal-commits] r1783 - in /branches/drupal-4.7/debian: changelog cron.d

luigi at users.alioth.debian.org luigi at users.alioth.debian.org
Tue Jun 5 22:55:28 UTC 2007


Author: luigi
Date: Tue Jun  5 22:55:28 2007
New Revision: 1783

URL: http://svn.debian.org/wsvn/pkg-drupal/?sc=1&rev=1783
Log:
Fixed cron.sh path (Closes: #419663)

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

Modified: branches/drupal-4.7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-4.7/debian/changelog?rev=1783&op=diff
==============================================================================
--- branches/drupal-4.7/debian/changelog (original)
+++ branches/drupal-4.7/debian/changelog Tue Jun  5 22:55:28 2007
@@ -6,10 +6,13 @@
   - debian/control
     * Added Xs-Vcs-{Svn,Browser} tags
 
+  - debian/cron.d
+    * Fixed cron.sh path (Closes: #419663)
+
   [ Bart Cornelis (cobaco) ]
-  * New Norwegian Bokmael translation by Hans Fredrik Nordhaug 
-
- -- Bart Cornelis (cobaco) <cobaco at linux.be>  Fri, 30 Mar 2007 10:27:13 +0200
+  - New Norwegian Bokmael translation by Hans Fredrik Nordhaug 
+
+ -- Luigi Gangitano <luigi at debian.org>  Tue, 13 Mar 2007 00:17:39 +0100
 
 drupal (4.7.6-2) unstable; urgency=low
 

Modified: branches/drupal-4.7/debian/cron.d
URL: http://svn.debian.org/wsvn/pkg-drupal/branches/drupal-4.7/debian/cron.d?rev=1783&op=diff
==============================================================================
--- branches/drupal-4.7/debian/cron.d (original)
+++ branches/drupal-4.7/debian/cron.d Tue Jun  5 22:55:28 2007
@@ -1,1 +1,1 @@
-*/5 * * * *    www-data          [ -x /usr/share/drupal/scripts/cron.sh ] && /usr/share/drupal/scripts/cron.sh
+*/5 * * * *    www-data          [ -x /usr/share/drupal-4.7/scripts/cron.sh ] && /usr/share/drupal-4.7/scripts/cron.sh




More information about the Pkg-drupal-commits mailing list