[pkg-kolab] r305 - trunk/kolab-resource-handlers/debian/patches

Steffen Joeris white-guest at costa.debian.org
Thu Feb 9 15:56:45 UTC 2006


Author: white-guest
Date: 2006-02-09 15:56:45 +0000 (Thu, 09 Feb 2006)
New Revision: 305

Modified:
   trunk/kolab-resource-handlers/debian/patches/100-pfb.php-path.dpatch
Log:
* correct path


Modified: trunk/kolab-resource-handlers/debian/patches/100-pfb.php-path.dpatch
===================================================================
--- trunk/kolab-resource-handlers/debian/patches/100-pfb.php-path.dpatch	2006-02-09 15:34:01 UTC (rev 304)
+++ trunk/kolab-resource-handlers/debian/patches/100-pfb.php-path.dpatch	2006-02-09 15:56:45 UTC (rev 305)
@@ -23,8 +23,8 @@
 exit 0
 
 @DPATCH@
---- kolab-resource-handlers-0.3.9/kolab-resource-handlers/freebusy/pfb.php.orig	2006-02-01 15:45:57.000000000 +0100
-+++ kolab-resource-handlers-0.3.9/kolab-resource-handlers/freebusy/pfb.php	2006-02-01 15:54:00.000000000 +0100
+--- pfb.php.orig	2006-02-09 16:38:27.000000000 +0100
++++ kolab-resource-handlers-0.3.9/kolab-resource-handlers/freebusy/pfb.php	2006-02-09 16:45:46.000000000 +0100
 @@ -34,7 +34,7 @@
  require_once('freebusy/freebusycache.class.php');
  require_once('freebusy/misc.php');
@@ -34,15 +34,16 @@
  
  logInit('pfb');
  
-@@ -101,9 +101,9 @@
+@@ -101,10 +101,8 @@
    exit;
  }
  
 -$cache =& new FreeBusyCache( $params['kolab_prefix'].'/var/kolab/www/freebusy/cache',
-+$cache =& new FreeBusyCache( $params['kolab_prefix'].'/var/lib/kolab/freebusy-cache',
- 			     false );
+-			     false );
 -$xcache =& new FreeBusyCache( $params['kolab_prefix'].'/var/kolab/www/freebusy/cache',
-+$xcache =& new FreeBusyCache( $params['kolab_prefix'].'/var/lib/kolab/freebusy-cache',
- 			     true );
+-			     true );
++$cache =& new FreeBusyCache( '/var/lib/kolab/freebusy-cache', false );
++$xcache =& new FreeBusyCache( '/var/lib/kolab/freebusy-cache', true );
  
  if( $req_cache ) {
+   $acl = false;




More information about the pkg-kolab-devel mailing list