diff options
Diffstat (limited to 'mail/horde4-turba/files/patch-ab')
-rw-r--r-- | mail/horde4-turba/files/patch-ab | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab new file mode 100644 index 000000000000..f76a7c518225 --- /dev/null +++ b/mail/horde4-turba/files/patch-ab @@ -0,0 +1,35 @@ +--- config/sources.php.dist.orig Sun Nov 4 01:42:12 2001 ++++ config/sources.php.dist Sun Nov 18 17:25:08 2001 +@@ -83,21 +83,25 @@ + 'title' => 'Local SQL', + 'type' => 'sql', + 'params' => array( +- 'phptype' => 'pgsql', +- 'hostspec' => '', +- 'username' => '', +- 'password' => '', ++// 'phptype' => 'pgsql', ++ 'phptype' => 'mysql', ++ 'hostspec' => 'localhost', ++ 'username' => 'hordemgr', ++ 'password' => 'hordemgr', + 'database' => 'horde', + 'options' => '', +- 'tty' => '', +- 'port' => '5432', +- 'protocol' => 'unix', ++// 'tty' => '', ++// Default port: 5432 for pgsql (PostGres), 3306 for mysql ++// 'port' => '5432', ++// 'port' => '3306', ++// 'protocol' => 'unix', + 'table' => 'turba_objects' + ), + 'map' => array( + '__key' => 'object_id', + '__owner' => 'owner_id', + 'name' => 'object_name', ++ 'alias' => 'object_alias', + 'email' => 'object_email', + 'homeAddress' => 'object_homeAddress', + 'workAddress' => 'object_workAddress', |