summaryrefslogtreecommitdiff
path: root/php-pear-PEAR-sysconfdir.patch
blob: 33758e94f1c6afe18551510a4e010c4766881cbb (plain)
1
2
3
4
5
6
7
8
9
10
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