1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/deskutils/nag/files/patch-ab
SADA Kenji 2209bc25ca Add new port: deskutils/nag - Horde's task list manager.
PR:	ports/36908
Submitted by:	Thierry Thomas <thierry@pompo.net>
2002-05-18 00:22:48 +00:00

22 lines
898 B
Plaintext

--- config/conf.php.dist.orig Tue Mar 12 18:07:16 2002
+++ config/conf.php.dist Mon Apr 8 23:08:04 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'] = 'nag_tasks';
+$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'] = 'nag_tasks';
/**