gunnar: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.34, 1.35

cvs at kolab.org cvs at kolab.org
Fri Mar 6 09:40:58 CET 2009


Author: gunnar

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Prepare kolabd for kolab/issue1382 (resmgr accepts concurrent overlapping invitations) and kolab/issue2499 (Notification messages by the resource manager sould be localized)

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- resmgr.conf.template.in	10 Feb 2009 22:41:14 -0000	1.34
+++ resmgr.conf.template.in	6 Mar 2009 08:40:56 -0000	1.35
@@ -157,6 +157,17 @@
 /* Temporary data storage for the scripts */
 $conf['kolab']['filter']['tempdir'] = '@resmgr_tmpdir@';
 
+/* Uncomment if the resource manager should generate translated messages. */
+//$conf['kolab']['filter']['locale_path'] = '@resmgr_localedir@';
+//$conf['kolab']['filter']['locale'] = 'de_DE';
+
+/* Use locking for the resource manager? */
+$conf['kolab']['filter']['simple_locks'] = true;
+/* Timeout for the locks */
+$conf['kolab']['filter']['simple_locks_timeout'] = 60;
+/* Directory for storing the locks */
+$conf['kolab']['filter']['simple_locks_dir'] = '@resmgr_locksdir@';
+
 /* PHP error logging */
 $conf['kolab']['filter']['error_log'] = '@resmgr_logdir@/fatal.log';
 





More information about the commits mailing list