mathieu: server/kolabd/kolabd/templates freebusy.conf.template.in, 1.20, 1.21 resmgr.conf.template.in, 1.33, 1.34

cvs at kolab.org cvs at kolab.org
Tue Feb 10 23:41:16 CET 2009


Author: mathieu

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

Modified Files:
	freebusy.conf.template.in resmgr.conf.template.in 
Log Message:
allow to configure resmgr and freebusy logging via dist_conf


Index: freebusy.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freebusy.conf.template.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- freebusy.conf.template.in	30 Dec 2008 14:18:34 -0000	1.20
+++ freebusy.conf.template.in	10 Feb 2009 22:41:14 -0000	1.21
@@ -44,8 +44,8 @@
 /* Horde::Log configuration */
 $conf['log']['enabled']          = true;
 $conf['log']['priority']         = PEAR_LOG_DEBUG; // Leave this on DEBUG for now. We just restructured the package...
-$conf['log']['type']             = 'file';
-$conf['log']['name']             = '@freebusy_logdir@/freebusy.log';
+$conf['log']['type']             = '@freebusy_log_type@';
+$conf['log']['name']             = '@freebusy_log_name@';
 $conf['log']['ident']            = 'Kolab Free/Busy';
 $conf['log']['params']['append'] = true;
 

Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- resmgr.conf.template.in	19 Dec 2008 16:45:11 -0000	1.33
+++ resmgr.conf.template.in	10 Feb 2009 22:41:14 -0000	1.34
@@ -179,8 +179,8 @@
  */
 $conf['log']['enabled']          = true;
 $conf['log']['priority']         = PEAR_LOG_DEBUG; // Leave this on DEBUG for now. We just restructured the package...
-$conf['log']['type']             = 'file';
-$conf['log']['name']             = '@resmgr_logdir@/filter.log';
+$conf['log']['type']             = '@resmgr_log_type@';
+$conf['log']['name']             = '@resmgr_log_name@';
 $conf['log']['ident']            = 'Kolab Filter';
 $conf['log']['params']['append'] = true;
 





More information about the commits mailing list