[pkg-kolab] r525 - in kolab-resource-handlers/trunk/debian: . patches

Peter Eisentraut petere at alioth.debian.org
Fri Dec 1 14:45:45 CET 2006


Author: petere
Date: 2006-12-01 14:45:45 +0100 (Fri, 01 Dec 2006)
New Revision: 525

Modified:
   kolab-resource-handlers/trunk/debian/changelog
   kolab-resource-handlers/trunk/debian/patches/50-kolabfilter.php.dpatch
Log:
* Fixed path for resmgr.conf (closes: #401116)

Modified: kolab-resource-handlers/trunk/debian/changelog
===================================================================
--- kolab-resource-handlers/trunk/debian/changelog	2006-11-24 16:05:11 UTC (rev 524)
+++ kolab-resource-handlers/trunk/debian/changelog	2006-12-01 13:45:45 UTC (rev 525)
@@ -1,3 +1,9 @@
+kolab-resource-handlers (0.3.9-20060811-3) UNRELEASED; urgency=medium
+
+  * Fixed path for resmgr.conf (closes: #401116)
+
+ -- Peter Eisentraut <petere at debian.org>  Fri,  1 Dec 2006 14:32:02 +0100
+
 kolab-resource-handlers (0.3.9-20060811-2) unstable; urgency=medium
 
   * Automate Apache configuration

Modified: kolab-resource-handlers/trunk/debian/patches/50-kolabfilter.php.dpatch
===================================================================
--- kolab-resource-handlers/trunk/debian/patches/50-kolabfilter.php.dpatch	2006-11-24 16:05:11 UTC (rev 524)
+++ kolab-resource-handlers/trunk/debian/patches/50-kolabfilter.php.dpatch	2006-12-01 13:45:45 UTC (rev 525)
@@ -31,7 +31,7 @@
  // Load our configuration file
  $params = array();
 -require_once '@l_prefix@/etc/resmgr/resmgr.conf';
-+require_once '/etc/resmgr/resmgr.conf';
++require_once '/etc/kolab/resmgr.conf';
  init();
  
 -define( 'TMPDIR', '@l_prefix@/var/resmgr/filter' );




More information about the pkg-kolab-devel mailing list