]> TLD Linux GIT Repositories - packages/php-pear-PEAR.git/blob - php-pear-PEAR-FHS.patch
- from PLD
[packages/php-pear-PEAR.git] / php-pear-PEAR-FHS.patch
1 --- /usr/share/pear/PEAR/Registry.php~  2006-03-02 01:40:24.000000000 +0200
2 +++ /usr/share/pear/PEAR/Registry.php   2006-03-02 01:46:34.000000000 +0200
3 @@ -143,8 +143,8 @@
4          parent::PEAR();
5          $ds = DIRECTORY_SEPARATOR;
6          $this->install_dir = $pear_install_dir;
7 -        $this->channelsdir = $pear_install_dir.$ds.'.channels';
8 -        $this->statedir = $pear_install_dir.$ds.'.registry';
9 +        $this->channelsdir = '/var/lib/pear/channels';
10 +        $this->statedir = '/var/lib/pear/registry';
11          $this->filemap  = $pear_install_dir.$ds.'.filemap';
12          $this->lockfile = $pear_install_dir.$ds.'.lock';
13          $this->_pearChannel = $pear_channel;