]> git.pld-linux.org Git - packages/php-pear-PEAR.git/blobdiff - php-pear-PEAR-sysconfdir.patch
- hold pear.conf in /etc, not in php inidir
[packages/php-pear-PEAR.git] / php-pear-PEAR-sysconfdir.patch
diff --git a/php-pear-PEAR-sysconfdir.patch b/php-pear-PEAR-sysconfdir.patch
new file mode 100644 (file)
index 0000000..833f287
--- /dev/null
@@ -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
This page took 0.075544 seconds and 4 git commands to generate.