gunnar: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Wed Nov 1 15:00:09 CET 2006


Author: gunnar

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

Modified Files:
	freebusy.conf.template.in 
Log Message:
	* templates/freebusy.conf.template.in: 

	Commit
	http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/kolab-resource-handlers/kolab-resource-handlers/freebusy/freebusy.php.in.diff?r1=1.3&r2=1.4
	leads to resmgr/misc.php not being imported before
	freebusy.conf. Consequently RM_LOG_DEBUG remains undefined and
	results in an error. Either the order of the include statements in
	kolab-resource-handlers/freebusy/freebusy.php.in is being changed
	or the template uses integer values for the log_level. Chose the
	second option for now.

	In addition $params['cache_dir'] was set to @freebusy_cachedir@ in
	order to get the correct path under all distributions.


Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- freebusy.conf.template.in	25 Oct 2006 02:29:51 -0000	1.3
+++ freebusy.conf.template.in	1 Nov 2006 14:00:07 -0000	1.4
@@ -85,8 +85,8 @@
 // $params['log'] = 'syslog:cons, pid';            // Or syslog...
 
 // What level of output should we log? Higher levels give more verbose output.
-// One of: RM_LOG_SILENT; RM_LOG_ERROR; RM_LOG_WARN; RM_LOG_INFO or RM_LOG_DEBUG.
-$params['log_level'] = RM_LOG_DEBUG;
+// One of: 0 (RM_LOG_SILENT); 1 (RM_LOG_ERROR); 2 (RM_LOG_WARN); 3 (RM_LOG_INFO) or 4 (RM_LOG_DEBUG).
+$params['log_level'] = 4;
 
 // IMAP options passed to imap_open
 //$params['imap_options'] = "/notls/secure/readonly";
@@ -95,7 +95,7 @@
 $params['pfb_dbformat'] = "";          // default: gdbm
 
 // Location of the cache files
-$params['cache_dir'] = '/var/kolab/www/freebusy/cache';
+$params['cache_dir'] = '@freebusy_cachedir@';
 
 // don't change this if you don't have to
 //$params['ldap_classname_suffix'] = "_dummy";





More information about the commits mailing list