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

Steffen Joeris white-guest at costa.debian.org
Thu Jan 5 10:49:26 UTC 2006


Author: white-guest
Date: 2006-01-05 10:49:26 +0000 (Thu, 05 Jan 2006)
New Revision: 105

Modified:
   trunk/kolab-resource-handlers/debian/patches/50-kolabfilter.php.dpatch
Log:
* add a new line to patch for the define of
  the filter-dir


Modified: trunk/kolab-resource-handlers/debian/patches/50-kolabfilter.php.dpatch
===================================================================
--- trunk/kolab-resource-handlers/debian/patches/50-kolabfilter.php.dpatch	2006-01-05 10:37:10 UTC (rev 104)
+++ trunk/kolab-resource-handlers/debian/patches/50-kolabfilter.php.dpatch	2006-01-05 10:49:26 UTC (rev 105)
@@ -23,8 +23,8 @@
 exit 0
 
 @DPATCH@
---- kolab-resource-handlers-0.3.9/kolab-resource-handlers/resmgr/kolabfilter.php.orig	2006-01-05 11:12:08.000000000 +0100
-+++ kolab-resource-handlers-0.3.9/kolab-resource-handlers/resmgr/kolabfilter.php	2006-01-05 11:28:36.000000000 +0100
+--- kolab-resource-handlers-0.3.9/kolab-resource-handlers/resmgr/kolabfilter.php.orig	2006-01-05 11:44:23.000000000 +0100
++++ kolab-resource-handlers-0.3.9/kolab-resource-handlers/resmgr/kolabfilter.php	2006-01-05 11:44:19.000000000 +0100
 @@ -1,4 +1,3 @@
 -#!@l_prefix@/bin/php
  <?php
@@ -45,7 +45,7 @@
  
  // Profiling code
  /*
-@@ -58,7 +57,7 @@
+@@ -58,10 +57,10 @@
  
  // Load our configuration file
  $params = array();
@@ -53,7 +53,11 @@
 +require_once '/etc/resmgr/resmgr.conf';
  init();
  
- define( 'TMPDIR', '@l_prefix@/var/resmgr/filter' );
+-define( 'TMPDIR', '@l_prefix@/var/resmgr/filter' );
++define( 'TMPDIR', '/var/lib/kolab/resmgr/filter' );
+ define( 'EX_TEMPFAIL', 75 );
+ define( 'EX_UNAVAILABLE', 69 );
+ 
 @@ -221,7 +220,7 @@
  
  if( !$senderok ) {




More information about the pkg-kolab-devel mailing list