freebsd-ports/mail/turba/files/patch-ab
Patrick Li 1d4cffaf63 Update to 1.1 final, bump PORTREVISION
PR:		39171
Submitted by:	maintainer
2002-06-18 07:39:40 +00:00

17 lines
521 B
Plaintext

--- config/sources.php.dist.orig Thu Jun 6 16:06:36 2002
+++ config/sources.php.dist Tue Jun 11 19:28:01 2002
@@ -134,10 +134,11 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
+// 'phptype' => 'pgsql',
'phptype' => 'mysql',
'hostspec' => 'localhost',
- 'username' => 'horde',
- 'password' => '*****',
+ 'username' => 'hordemgr',
+ 'password' => 'hordemgr',
'database' => 'horde',
'table' => 'turba_objects'
),