steffen: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Fri Mar 2 05:37:12 CET 2007


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv28020

Modified Files:
	freebusy.conf.template.in 
Log Message:
switch to db4 for php fb

Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- freebusy.conf.template.in	5 Feb 2007 17:23:11 -0000	1.6
+++ freebusy.conf.template.in	2 Mar 2007 04:37:10 -0000	1.7
@@ -89,13 +89,13 @@
 $params['log_level'] = 4;
 
 // What db type to use for freebusy caches
-$params['dbtype'] = 'gdbm';
+$params['dbtype'] = 'db4';
 
 // IMAP options passed to imap_open
 //$params['imap_options'] = "/notls/secure/readonly";
 $params['imap_options'] = "/notls/readonly";
 
-$params['pfb_dbformat'] = 'gdbm';          // default: gdbm
+$params['pfb_dbformat'] = 'db4';          // default: db4
 
 // Location of the cache files
 $params['cache_dir'] = '@freebusy_cachedir@';





More information about the commits mailing list