summaryrefslogtreecommitdiff
path: root/www/mediawiki112/files/patch-index.php
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /www/mediawiki112/files/patch-index.php
parent- Fix PLIST (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Diffstat (limited to 'www/mediawiki112/files/patch-index.php')
-rw-r--r--www/mediawiki112/files/patch-index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/mediawiki112/files/patch-index.php b/www/mediawiki112/files/patch-index.php
deleted file mode 100644
index b1d9e238d4d9..000000000000
--- a/www/mediawiki112/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) {