richard: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Tue Feb 6 15:53:45 CET 2007


Author: richard

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
fix the path to the freebusy directory



Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- resmgr.conf.template.in	21 Dec 2006 10:59:22 -0000	1.5
+++ resmgr.conf.template.in	6 Feb 2007 14:53:43 -0000	1.6
@@ -72,7 +72,7 @@
 $params['calendar_store'] = 'Calendar';
 
 // Where can we get free/busy information from?
-$params['freebusy_url'] = 'https://@@@fqdnhostname@@@/freebusy/${USER}.xfb';
+$params['freebusy_url'] = 'https://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/${USER}.xfb';
  
 // PFB url to trigger creation of pfb
 $params['pfb_trigger_url'] = 'https://@@@fqdnhostname@@@@webserver_web_prefix@/freebusy/trigger/${USER}/${FOLDER}.xpfb';





More information about the commits mailing list