SOURCES: php-pear-PEAR-sysconfdir.patch (NEW) - hold pear.conf in ...

glen glen at pld-linux.org
Sun Sep 18 10:40:27 CEST 2005


Author: glen                         Date: Sun Sep 18 08:40:27 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hold pear.conf in /etc, not in php inidir

---- Files affected:
SOURCES:
   php-pear-PEAR-sysconfdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/php-pear-PEAR-sysconfdir.patch
diff -u /dev/null SOURCES/php-pear-PEAR-sysconfdir.patch:1.1
--- /dev/null	Sun Sep 18 10:40:27 2005
+++ SOURCES/php-pear-PEAR-sysconfdir.patch	Sun Sep 18 10:40:22 2005
@@ -0,0 +1,11 @@
+--- /usr/share/pear/PEAR/Config.php~	2005-09-18 10:41:04.000000000 +0300
++++ /usr/share/pear/PEAR/Config.php	2005-09-18 10:48:21.000000000 +0300
+@@ -61,7 +61,7 @@
+ } elseif (getenv('SystemRoot')) {
+     define('PEAR_CONFIG_SYSCONFDIR', getenv('SystemRoot'));
+ } else {
+-    define('PEAR_CONFIG_SYSCONFDIR', PHP_SYSCONFDIR);
++    define('PEAR_CONFIG_SYSCONFDIR', '/etc');
+ }
+ 
+ // Default for master_server
================================================================



More information about the pld-cvs-commit mailing list