]> git.pld-linux.org Git - packages/php-pear-PEAR.git/blame - php-pear-PEAR-sysconfdir.patch
- hold pear.conf in /etc, not in php inidir
[packages/php-pear-PEAR.git] / php-pear-PEAR-sysconfdir.patch
CommitLineData
73ef165b
ER
1--- /usr/share/pear/PEAR/Config.php~ 2005-09-18 10:41:04.000000000 +0300
2+++ /usr/share/pear/PEAR/Config.php 2005-09-18 10:48:21.000000000 +0300
3@@ -61,7 +61,7 @@
4 } elseif (getenv('SystemRoot')) {
5 define('PEAR_CONFIG_SYSCONFDIR', getenv('SystemRoot'));
6 } else {
7- define('PEAR_CONFIG_SYSCONFDIR', PHP_SYSCONFDIR);
8+ define('PEAR_CONFIG_SYSCONFDIR', '/etc');
9 }
10
11 // Default for master_server
This page took 0.131794 seconds and 4 git commands to generate.