aboutsummaryrefslogtreecommitdiffstats
path: root/www/mediawiki110/files/patch-index.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mediawiki110/files/patch-index.php')
-rw-r--r--www/mediawiki110/files/patch-index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mediawiki110/files/patch-index.php b/www/mediawiki110/files/patch-index.php
new file mode 100644
index 000000000000..13c2cb716361
--- /dev/null
+++ b/www/mediawiki110/files/patch-index.php
@@ -0,0 +1,11 @@
+--- config/index.php.orig Tue Jun 6 11:04:04 2006
++++ config/index.php Sat Jul 1 13:27:04 2006
+@@ -340,7 +340,7 @@
+ $diff3locations = array("/usr/bin", "/opt/csw/bin", "/usr/gnu/bin", "/usr/sfw/bin") + explode($sep, getenv("PATH"));
+ $diff3names = array("gdiff3", "diff3", "diff3.exe");
+
+-$diff3versioninfo = array('$1 --version 2>&1', 'diff3 (GNU diffutils)');
++$diff3versioninfo = array('$1 --version 2>&1', 'diff3 - GNU diffutils');
+ foreach ($diff3locations as $loc) {
+ $exe = locate_executable($loc, $diff3names, $diff3versioninfo);
+ if ($exe !== false) {