Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > e07dedf8757a13d631cf617e2d5d4a1a > files > 13

kolab-1.9.5-0.20050801.4mdk.src.rpm

--- kolab/templates/resmgr.conf.template.orig	2005-07-21 17:26:12.000000000 -0300
+++ kolab/templates/resmgr.conf.template	2005-07-21 17:26:24.000000000 -0300
@@ -1,7 +1,7 @@
 <?php
 
 // What is the root directory of our Horde instance?
-@define('HORDE_BASE', '@l_prefix@/var/kolab/www/fbview');
+@define('HORDE_BASE', '/var/www/html/kolab/fbview');
 
 // What is the address of the Cyrus server where the calendar data is stored?
 $params['server'] = 'localhost';
@@ -72,7 +72,7 @@
 $params['freebusy_url'] = 'https://@@@fqdnhostname@@@/freebusy/${USER}.xfb';
  
 // PFB url to trigger creation of pfb
-$params['pfb_trigger_url'] = 'https://@@@fqdnhostname@@@/freebusy/trigger/${USER}/${FOLDER}.xpfb';
+$params['pfb_trigger_url'] = 'https://@@@fqdnhostname@@@/kolab/freebusy/trigger/${USER}/${FOLDER}.xpfb';
 
 // Where are we logging to?
 $params['log'] = 'file:@l_prefix@/var/resmgr/resmgr.log';                // File...