]> git.pld-linux.org Git - packages/gallery.git/blame - gallery-setup.patch
- don't package config.php twice
[packages/gallery.git] / gallery-setup.patch
CommitLineData
9527eb2c
RT
1--- install/steps/DatabaseSetupStep.class.orig 2007-03-17 18:35:42.000000000 +0100
2+++ install/steps/DatabaseSetupStep.class 2007-03-17 18:38:53.000000000 +0100
3@@ -37,7 +37,7 @@
ece7b8ef 4 $this->_config = array();
9527eb2c 5 $this->_config['type'] = 'mysqlt';
ece7b8ef
ER
6 $this->_config['hostname'] = 'localhost';
7- $this->_config['username'] = 'root';
8+ $this->_config['username'] = 'mysql';
9 $this->_config['password'] = '';
10 $this->_config['database'] = 'gallery2';
11 $this->_config['tablePrefix'] = 'g2_';
9527eb2c
RT
12--- install/steps/StorageSetupStep.class.orig 2007-03-17 18:37:13.000000000 +0100
13+++ install/steps/StorageSetupStep.class 2007-03-17 18:39:22.000000000 +0100
14@@ -33,7 +33,7 @@
ece7b8ef
ER
15 if (empty($this->_dir)) {
16 $this->_dir = $galleryStub->getConfig('data.gallery.base');
17 if (empty($this->_dir)) {
18- $this->_dir = $_SESSION['configPath'] . DIRECTORY_SEPARATOR . 'g2data';
ea6ad6ff 19+ $this->_dir = '/var/lib/gallery';
ece7b8ef
ER
20 }
21 }
9527eb2c 22 /*
This page took 0.077902 seconds and 4 git commands to generate.