summaryrefslogtreecommitdiff
path: root/www/mediawiki12/files/patch-index.php
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-18 22:51:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-18 22:51:22 +0000
commitb25b454f0cc9b3c8b3455f391602c84fd0339637 (patch)
treeefd984930d8491d295e975367c05abf4b6fd807a /www/mediawiki12/files/patch-index.php
parent- Update to 3.025 (diff)
- Foce commit
Repocopy from www/mediawiki12 to www/mediawiki112
Notes
Notes: svn path=/head/; revision=239904
Diffstat (limited to 'www/mediawiki12/files/patch-index.php')
-rw-r--r--www/mediawiki12/files/patch-index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mediawiki12/files/patch-index.php b/www/mediawiki12/files/patch-index.php
deleted file mode 100644
index b1d9e238d4d9..000000000000
--- a/www/mediawiki12/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) {