[pkg-kolab] r784 - in libkolab-perl/branches/2.2/debian: . patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Apr 2 20:33:59 UTC 2008


Author: mparent-guest
Date: 2008-04-02 20:33:58 +0000 (Wed, 02 Apr 2008)
New Revision: 784

Modified:
   libkolab-perl/branches/2.2/debian/changelog
   libkolab-perl/branches/2.2/debian/patches/90-fds-backend.dpatch
Log:
Updated 90-fds-backend patch to have the good kolabconf path


Modified: libkolab-perl/branches/2.2/debian/changelog
===================================================================
--- libkolab-perl/branches/2.2/debian/changelog	2008-04-02 16:02:51 UTC (rev 783)
+++ libkolab-perl/branches/2.2/debian/changelog	2008-04-02 20:33:58 UTC (rev 784)
@@ -1,3 +1,9 @@
+libkolab-perl (5.8.7-20080314-3) experimental; urgency=low
+
+  * updated fds patch to have the good kolabconf path 
+
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 02 Apr 2008 22:32:40 +0200
+
 libkolab-perl (5.8.7-20080314-2) experimental; urgency=low
 
   * Added FDS LDAP Backend, for persistent searches (OpenLDAP 2.4 doesn't have

Modified: libkolab-perl/branches/2.2/debian/patches/90-fds-backend.dpatch
===================================================================
--- libkolab-perl/branches/2.2/debian/patches/90-fds-backend.dpatch	2008-04-02 16:02:51 UTC (rev 783)
+++ libkolab-perl/branches/2.2/debian/patches/90-fds-backend.dpatch	2008-04-02 20:33:58 UTC (rev 784)
@@ -119,7 +119,7 @@
 +FOO:
 +    Kolab::log('FDS', "Calling Kolab::LDAP::sync", KOLAB_DEBUG);
 +    Kolab::LDAP::sync;
-+    system("/kolab/sbin/kolabconf") == 0 || Kolab::log('SD', "Failed to run kolabconf: $?", KOLAB_ERROR);
++    system("/usr/sbin/kolabconf") == 0 || Kolab::log('SD', "Failed to run kolabconf: $?", KOLAB_ERROR);
 +    Kolab::log('FDS', "Finished Kolab::LDAP::sync sleeping 1s", KOLAB_DEBUG);
 +    sleep 1; # we get too many bogus change notifications!
 +




More information about the pkg-kolab-devel mailing list