aboutsummaryrefslogtreecommitdiff
path: root/www/mediawiki111/files/patch-index.php
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
commitcec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch)
tree26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /www/mediawiki111/files/patch-index.php
parent6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'.4-eol
Notes
Notes: svn path=/head/; revision=183609 svn path=/tags/RELEASE_4_EOL/; revision=183610; tag=4-eol
Diffstat (limited to 'www/mediawiki111/files/patch-index.php')
-rw-r--r--www/mediawiki111/files/patch-index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mediawiki111/files/patch-index.php b/www/mediawiki111/files/patch-index.php
deleted file mode 100644
index b1d9e238d4d9..000000000000
--- a/www/mediawiki111/files/patch-index.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/index.php.orig Sat Oct 14 02:06:36 2006
-+++ config/index.php Sun Dec 3 16:18:18 2006
-@@ -434,7 +434,7 @@
- $diff3locations = array( "/usr/bin", "/usr/local/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) {