[pkg-kolab] r848 - kolab-filter/trunk/debian/patches kolab-freebusy/trunk/debian kolab-freebusy/trunk/debian/patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Mon May 12 12:18:16 UTC 2008


Author: mparent-guest
Date: 2008-05-12 12:18:15 +0000 (Mon, 12 May 2008)
New Revision: 848

Modified:
   kolab-filter/trunk/debian/patches/20-config-path.dpatch
   kolab-filter/trunk/debian/patches/30-syslog.dpatch
   kolab-freebusy/trunk/debian/patches/20-config-path.dpatch
   kolab-freebusy/trunk/debian/rules
Log:
* Updated freebusy config path
* Updated patch copyright


Modified: kolab-filter/trunk/debian/patches/20-config-path.dpatch
===================================================================
--- kolab-filter/trunk/debian/patches/20-config-path.dpatch	2008-05-05 20:32:51 UTC (rev 847)
+++ kolab-filter/trunk/debian/patches/20-config-path.dpatch	2008-05-12 12:18:15 UTC (rev 848)
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 20-config-path.dpatch by  <math.parent at gmail.com>
+## 20-config-path.dpatch by Mathieu Parent <math.parent at gmail.com>
 ##
 ## DP: Purpose : path of config file
 

Modified: kolab-filter/trunk/debian/patches/30-syslog.dpatch
===================================================================
--- kolab-filter/trunk/debian/patches/30-syslog.dpatch	2008-05-05 20:32:51 UTC (rev 847)
+++ kolab-filter/trunk/debian/patches/30-syslog.dpatch	2008-05-12 12:18:15 UTC (rev 848)
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 30-syslog.dpatch by  <math.parent at gmail.com>
+## 30-syslog.dpatch by Mathieu Parent <math.parent at gmail.com>
 ##
 ## DP: Purpose : enable syslog
 

Modified: kolab-freebusy/trunk/debian/patches/20-config-path.dpatch
===================================================================
--- kolab-freebusy/trunk/debian/patches/20-config-path.dpatch	2008-05-05 20:32:51 UTC (rev 847)
+++ kolab-freebusy/trunk/debian/patches/20-config-path.dpatch	2008-05-12 12:18:15 UTC (rev 848)
@@ -1,5 +1,5 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 20-horde-path.dpatch by  <math.parent at gmail.com>
+## 20-horde-path.dpatch by Mathieu Parent <math.parent at gmail.com>
 ##
 ## DP: Purpose : path of config file
 
@@ -12,7 +12,7 @@
  
  /* Load the configuration */ 
 -require_once 'config.php';
-+require_once '/etc/kolab/freebusy_config.php';
++require_once '/etc/kolab/freebusy/config.php';
  
  /* Profiling */
  $timer = &new Timer();
@@ -24,7 +24,7 @@
  
  /* Load the configuration */ 
 -require_once 'config.php';
-+require_once '/etc/kolab/freebusy_config.php';
++require_once '/etc/kolab/freebusy/config.php';
  
  /* Profiling */
  $timer = &new Timer();

Modified: kolab-freebusy/trunk/debian/rules
===================================================================
--- kolab-freebusy/trunk/debian/rules	2008-05-05 20:32:51 UTC (rev 847)
+++ kolab-freebusy/trunk/debian/rules	2008-05-12 12:18:15 UTC (rev 848)
@@ -21,7 +21,7 @@
 	dh_installdirs
 
 	mkdir -p $(CURDIR)/debian/kolab-freebusy/var/lib/kolab/freebusy-cache/
-	install -D -m 644 config.php $(CURDIR)/debian/kolab-freebusy/etc/kolab/freebusy_config.php
+	install -D -m 644 config.php $(CURDIR)/debian/kolab-freebusy/etc/kolab/freebusy/config.php
 	install -D -m 644 freebusy.php $(CURDIR)/debian/kolab-freebusy/usr/share/kolab/freebusy/freebusy.php
 	install -D -m 644 pfb.php $(CURDIR)/debian/kolab-freebusy/usr/share/kolab/freebusy/pfb.php
 	install -D -m 644 debian/apache.conf debian/kolab-freebusy/etc/kolab/apache.conf




More information about the pkg-kolab-devel mailing list