/[packages]/cauldron/mariadb/current/SOURCES/mariadb-5.5-shebang.patch
ViewVC logotype

Contents of /cauldron/mariadb/current/SOURCES/mariadb-5.5-shebang.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 166284 - (show annotations) (download)
Thu Nov 10 21:04:54 2011 UTC (12 years, 5 months ago) by alien
File size: 1496 byte(s)
imported package mariadb
1 scripts need to have proper shebang
2
3 Filed upstream at https://bugs.launchpad.net/maria/+bug/886526
4
5 diff -Naru mysql-5.1.31-bak/mysql-test/t/long_tmpdir-master.sh mysql-5.1.31/mysql-test/t/long_tmpdir-master.sh
6 --- mysql-5.1.31-bak/mysql-test/t/long_tmpdir-master.sh 2009-02-23 17:18:48.000000000 +0100
7 +++ mysql-5.1.31/mysql-test/t/long_tmpdir-master.sh 2009-02-24 17:57:42.000000000 +0100
8 @@ -1,3 +1,4 @@
9 +#!/bin/sh
10 d="$MYSQLTEST_VARDIR/tmp/long_temporary_directory_path_123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789"
11 test -d "$d" || mkdir "$d"
12 rm -f "$d"/*
13 diff -Naru mysql-5.1.31-bak/mysql-test/t/lowercase_mixed_tmpdir-master.sh mysql-5.1.31/mysql-test/t/lowercase_mixed_tmpdir-master.sh
14 --- mysql-5.1.31-bak/mysql-test/t/lowercase_mixed_tmpdir-master.sh 2009-02-23 17:18:48.000000000 +0100
15 +++ mysql-5.1.31/mysql-test/t/lowercase_mixed_tmpdir-master.sh 2009-02-24 17:58:12.000000000 +0100
16 @@ -1,3 +1,4 @@
17 +#!/bin/sh
18 # This test requires a non-lowercase tmpdir directory on a case-sensitive
19 # filesystem.
20
21 diff -Naru mysql-5.1.31-bak/sql-bench/graph-compare-results.sh mysql-5.1.31/sql-bench/graph-compare-results.sh
22 --- mysql-5.1.31-bak/sql-bench/graph-compare-results.sh 2009-02-23 17:18:49.000000000 +0100
23 +++ mysql-5.1.31/sql-bench/graph-compare-results.sh 2009-02-24 18:00:16.000000000 +0100
24 @@ -1,3 +1,4 @@
25 +#!/usr/bin/perl
26 ####
27 #### Hello ... this is a heavily hacked script by Luuk
28 #### instead of printing the result it makes a nice gif

  ViewVC Help
Powered by ViewVC 1.1.30