creation
[drupal.git] / drupal-6.0-scripts-noshebang.patch
1 diff -u scripts/code-clean.sh scripts.new/code-clean.sh
2 --- scripts/code-clean.sh       2008-02-22 07:37:31.000000000 -0600
3 +++ scripts.new/code-clean.sh   2008-02-22 07:37:31.000000000 -0600
4 @@ -1,4 +1,3 @@
5 -#!/bin/sh
6  # $Id: code-clean.sh,v 1.8 2005/08/11 13:02:08 dries Exp $
7  
8  find . -name "*~" -type f | xargs rm -f
9 diff -u scripts/code-style.pl scripts.new/code-style.pl
10 --- scripts/code-style.pl       2008-02-22 07:37:57.000000000 -0600
11 +++ scripts.new/code-style.pl   2008-02-22 07:37:57.000000000 -0600
12 @@ -1,4 +1,3 @@
13 -#!/usr/bin/perl -w
14  # $Id: code-style.pl,v 1.14 2007/02/15 11:40:19 dries Exp $
15  
16  use Pod::Usage;
17 diff -u scripts/cron-curl.sh scripts.new/cron-curl.sh
18 --- scripts/cron-curl.sh        2008-02-22 07:38:04.000000000 -0600
19 +++ scripts.new/cron-curl.sh    2008-02-22 07:38:04.000000000 -0600
20 @@ -1,4 +1,3 @@
21 -#!/bin/sh
22  # $Id: cron-curl.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
23  
24  curl --silent --compressed http://example.com/cron.php
25 diff -u scripts/cron-lynx.sh scripts.new/cron-lynx.sh
26 --- scripts/cron-lynx.sh        2008-02-22 07:38:09.000000000 -0600
27 +++ scripts.new/cron-lynx.sh    2008-02-22 07:38:09.000000000 -0600
28 @@ -1,4 +1,3 @@
29 -#!/bin/sh
30  # $Id: cron-lynx.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
31  
32  /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
33 diff -u scripts/drupal.sh scripts.new/drupal.sh
34 --- scripts/drupal.sh   2008-02-22 07:38:17.000000000 -0600
35 +++ scripts.new/drupal.sh       2008-02-22 07:38:17.000000000 -0600
36 @@ -1,4 +1,3 @@
37 -#!/usr/bin/php
38  <?php
39  // $Id: drupal.sh,v 1.4 2007/07/02 14:41:37 dries Exp $
40