follow-up to r49669
authorThomasV <thomasv@users.mediawiki.org>
Fri, 24 Apr 2009 08:58:05 +0000 (08:58 +0000)
committerThomasV <thomasv@users.mediawiki.org>
Fri, 24 Apr 2009 08:58:05 +0000 (08:58 +0000)
includes/DefaultSettings.php

index 2b29744..e971aa7 100644 (file)
@@ -1898,9 +1898,10 @@ $wgDiff3 = '/usr/bin/diff3';
 $wgDiff = '/usr/bin/diff';
 
 /**
- * Path to the GNU sed utility.
+ * Path to the GNU sed utility. Required by $wgDjvuTxt.
  */
-$wgSed = '/bin/sed';
+#$wgSed = '/bin/sed';
+$wgSed = null;
 
 /**
  * We can also compress text stored in the 'text' table. If this is set on, new
@@ -3540,7 +3541,7 @@ $wgDjvuRenderer = null;
 
 /**
  * Path of the djvutxt DJVU text extraction utility
- * Enable this and $wgDjvuDump to enable text layer extraction from djvu files
+ * Enable this and $wgSed, $wgDjvuDump to enable text layer extraction from djvu files
  */
 # $wgDjvuTxt = 'djvutxt';
 $wgDjvuTxt = null;