~ubuntu-branches/ubuntu/hardy/drupal5/hardy-security

« back to all changes in this revision

Viewing changes to debian/patches/10_cronjob.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-02-13 18:37:02 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080213183702-0txo634fb8kyacst
Tags: 5.7-1ubuntu1
* Merge from debian unstable, remaining changes (LP: #191621):
  + debian/patches/02_htaccess:
    - Add RewriteBase /drupal5
  + debian/control:
    - Replace exim4 with postfix in Depends.
    - Modify Maintainer value to match DebianMaintainerField spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 10_cronjob.dpatch by  <khn@bluejack.ath.cx>
 
2
## 10_cronjob.dpatch by  <emgent@emanuele-gentili.com>
3
3
##
4
4
## All lines beginning with `## DP:' are a description of the patch.
5
5
## DP: No description.
6
6
 
7
7
@DPATCH@
8
 
diff -urNad drupal-5.0~/includes/common.inc drupal-5.0/includes/common.inc
9
 
--- drupal-5.0~/includes/common.inc     2007-01-26 20:14:48.000000000 +0100
10
 
+++ drupal-5.0/includes/common.inc      2007-01-26 20:32:21.000000000 +0100
11
 
@@ -2011,7 +2011,7 @@
 
8
diff -urNad drupal5-5.7~/includes/common.inc drupal5-5.7/includes/common.inc
 
9
--- drupal5-5.7~/includes/common.inc    2008-01-22 10:36:49.000000000 +0100
 
10
+++ drupal5-5.7/includes/common.inc     2008-02-13 18:35:57.000000000 +0100
 
11
@@ -2032,7 +2032,7 @@
12
12
 
13
13
     // Record cron time
14
14
     variable_set('cron_last', time());