diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-23 11:44:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-23 11:44:31 +0000 |
commit | 4e7fff565594eb7bd91dee3de16cafd3877078d4 (patch) | |
tree | 1562b888dbe75493d7c01d6c8970df56362bfa7a /mail/horde4-turba/files | |
parent | 6089e3ea54daa71efccfe122974ca50cb09b83a5 (diff) | |
download | ports-4e7fff565594eb7bd91dee3de16cafd3877078d4.tar.gz ports-4e7fff565594eb7bd91dee3de16cafd3877078d4.zip |
Notes
Diffstat (limited to 'mail/horde4-turba/files')
-rw-r--r-- | mail/horde4-turba/files/patch-aa | 8 | ||||
-rw-r--r-- | mail/horde4-turba/files/patch-ab | 18 |
2 files changed, 13 insertions, 13 deletions
diff --git a/mail/horde4-turba/files/patch-aa b/mail/horde4-turba/files/patch-aa index 1a51d8aec31c..81d0eeaf6419 100644 --- a/mail/horde4-turba/files/patch-aa +++ b/mail/horde4-turba/files/patch-aa @@ -1,9 +1,7 @@ ---- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001 -+++ config/conf.php.dist Sat Nov 17 21:38:00 2001 -@@ -29,5 +29,6 @@ +--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 ++++ config/conf.php.dist Sun May 19 00:11:06 2002 +@@ -30,3 +30,4 @@ // example providing a link to IMP (an email program) would be: // $conf['menu']['apps'] = array('imp'); $conf['menu']['apps'] = array(); +//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); - - ?> diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab index 5cc76966a8a9..c2361cdecf8e 100644 --- a/mail/horde4-turba/files/patch-ab +++ b/mail/horde4-turba/files/patch-ab @@ -1,6 +1,6 @@ ---- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002 -+++ config/sources.php.dist Thu Jan 3 18:04:12 2002 -@@ -92,21 +92,25 @@ +--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002 ++++ config/sources.php.dist Sun May 19 00:50:20 2002 +@@ -137,22 +137,26 @@ 'title' => 'My Addressbook', 'type' => 'sql', 'params' => array( @@ -8,7 +8,7 @@ - 'hostspec' => '', - 'username' => '', - 'password' => '', -+// 'phptype' => 'pgsql', ++// 'phptype' => 'pgsql', + 'phptype' => 'mysql', + 'hostspec' => 'localhost', + 'username' => 'hordemgr', @@ -18,11 +18,13 @@ - 'tty' => '', - 'port' => '5432', - 'protocol' => 'unix', -+// 'tty' => '', +- 'socket' => '', ++// 'tty' => '', +// Default port: 5432 for pgsql (PostGres), 3306 for mysql -+// 'port' => '5432', -+// 'port' => '3306', -+// 'protocol' => 'unix', ++// 'port' => '5432', ++// 'port' => '3306', ++// 'protocol' => 'unix', ++// 'socket' => '', 'table' => 'turba_objects' ), 'map' => array( |