From 73ef165b620d0b173f6312e10605e59cb61453d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 18 Sep 2005 08:40:22 +0000 Subject: [PATCH] - hold pear.conf in /etc, not in php inidir Changed files: php-pear-PEAR-sysconfdir.patch -> 1.1 --- php-pear-PEAR-sysconfdir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 php-pear-PEAR-sysconfdir.patch diff --git a/php-pear-PEAR-sysconfdir.patch b/php-pear-PEAR-sysconfdir.patch new file mode 100644 index 0000000..833f287 --- /dev/null +++ b/php-pear-PEAR-sysconfdir.patch @@ -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 -- 2.44.0