aboutsummaryrefslogtreecommitdiff
path: root/deskutils/horde-mnemo/files/patch-config_conf.php.dist
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-18 05:34:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-18 05:34:21 +0000
commit956668e909dcc6b3353e1104af4ca100e0f93886 (patch)
treec43bb650834b689fad10dc3d7327e6c9d5de91eb /deskutils/horde-mnemo/files/patch-config_conf.php.dist
parentac4750b4162935d8620878d35e712ffad7a30e92 (diff)
downloadports-956668e909dcc6b3353e1104af4ca100e0f93886.tar.gz
ports-956668e909dcc6b3353e1104af4ca100e0f93886.zip
Notes
Diffstat (limited to 'deskutils/horde-mnemo/files/patch-config_conf.php.dist')
-rw-r--r--deskutils/horde-mnemo/files/patch-config_conf.php.dist21
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/horde-mnemo/files/patch-config_conf.php.dist b/deskutils/horde-mnemo/files/patch-config_conf.php.dist
new file mode 100644
index 000000000000..d3a504dd3711
--- /dev/null
+++ b/deskutils/horde-mnemo/files/patch-config_conf.php.dist
@@ -0,0 +1,21 @@
+--- config/conf.php.dist.orig Mon Apr 22 20:39:23 2002
++++ config/conf.php.dist Sun May 19 11:10:29 2002
+@@ -42,12 +42,12 @@
+ // Below is an example configuration for an sql driver, in this case
+ // MySQL.
+ $conf['storage']['params'] = array();
+-// $conf['storage']['params']['phptype'] = 'mysql';
+-// $conf['storage']['params']['hostspec'] = 'localhost';
+-// $conf['storage']['params']['username'] = 'horde';
+-// $conf['storage']['params']['password'] = '*****';
+-// $conf['storage']['params']['database'] = 'horde';
+-// $conf['storage']['params']['table'] = 'mnemo_memos';
++$conf['storage']['params']['phptype'] = 'mysql';
++$conf['storage']['params']['hostspec'] = 'localhost';
++$conf['storage']['params']['username'] = 'hordemgr';
++$conf['storage']['params']['password'] = 'hordemgr';
++$conf['storage']['params']['database'] = 'horde';
++$conf['storage']['params']['table'] = 'mnemo_memos';
+
+
+ /**