SOURCES: horde-mime_drivers.patch - disable all program handlers t...
glen
glen at pld-linux.org
Thu Mar 9 15:38:26 CET 2006
Author: glen Date: Thu Mar 9 14:38:26 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- disable all program handlers that aren't usually installed
---- Files affected:
SOURCES:
horde-mime_drivers.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/horde-mime_drivers.patch
diff -u SOURCES/horde-mime_drivers.patch:1.1 SOURCES/horde-mime_drivers.patch:1.2
--- SOURCES/horde-mime_drivers.patch:1.1 Thu Mar 9 15:36:29 2006
+++ SOURCES/horde-mime_drivers.patch Thu Mar 9 15:38:21 2006
@@ -1,5 +1,6 @@
---- horde-3.1/config/mime_drivers.php~ 2005-10-18 14:33:37.000000000 +0300
-+++ horde-3.1/config/mime_drivers.php 2006-03-09 16:12:53.000000000 +0200
+diff -u horde-3.1/config/mime_drivers.php horde-3.1/config/mime_drivers.php
+--- horde-3.1/config/mime_drivers.php 2006-03-09 16:12:53.000000000 +0200
++++ horde-3.1/config/mime_drivers.php 2006-03-09 16:37:22.000000000 +0200
@@ -161,7 +161,7 @@
* Web C Plus Plus driver settings
* http://webcpp.sourceforge.net/
@@ -9,6 +10,33 @@
$mime_drivers['horde']['webcpp']['inline'] = true;
$mime_drivers['horde']['webcpp']['handles'] = array(
'text/xml', 'text/sgml', 'application/xml',
+@@ -188,7 +188,7 @@
+ * Source-Highlight driver settings
+ * http://www.gnu.org/software/src-highlite/
+ */
+-$mime_drivers['horde']['srchighlite']['location'] = '/usr/bin/source-highlight';
++#$mime_drivers['horde']['srchighlite']['location'] = '/usr/bin/source-highlight';
+ $mime_drivers['horde']['srchighlite']['inline'] = true;
+ $mime_drivers['horde']['srchighlite']['handles'] = array(
+ 'text/x-csrc', 'text/x-c++src', 'text/x-java',
+@@ -204,7 +204,7 @@
+ /**
+ * GNU Enscript driver settings
+ */
+-$mime_drivers['horde']['enscript']['location'] = '/usr/bin/enscript';
++#$mime_drivers['horde']['enscript']['location'] = '/usr/bin/enscript';
+ $mime_drivers['horde']['enscript']['inline'] = true;
+ $mime_drivers['horde']['enscript']['handles'] = array(
+ 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
+@@ -272,7 +272,7 @@
+ * The 'location' entry should point to the 'wvHtml' program, NOT the
+ * 'wvWare' program.
+ */
+-$mime_drivers['horde']['msword']['location'] = '/usr/bin/wvHtml';
++#$mime_drivers['horde']['msword']['location'] = '/usr/bin/wvHtml';
+ $mime_drivers['horde']['msword']['inline'] = false;
+ $mime_drivers['horde']['msword']['handles'] = array(
+ 'application/vnd.ms-word',
@@ -288,7 +288,7 @@
* This driver requires xlhtml to be installed.
* xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/horde-mime_drivers.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list