[pkg-kolab] r1507 - in libkolab-perl/trunk/debian: . patches

Mathieu Parent sathieu at alioth.debian.org
Mon Jul 5 22:10:02 UTC 2010


Author: sathieu
Date: 2010-07-05 22:10:02 +0000 (Mon, 05 Jul 2010)
New Revision: 1507

Added:
   libkolab-perl/trunk/debian/patches/70-reload-cyrus-conf.diff
Modified:
   libkolab-perl/trunk/debian/changelog
   libkolab-perl/trunk/debian/patches/series
Log:
added 70-reload-cyrus-conf.diff: Reload cyrus when cyrus.conf is changed
(Related to #579933: kolabd: I can't enable/disable pop3/s and imap/s)



Modified: libkolab-perl/trunk/debian/changelog
===================================================================
--- libkolab-perl/trunk/debian/changelog	2010-07-05 22:01:57 UTC (rev 1506)
+++ libkolab-perl/trunk/debian/changelog	2010-07-05 22:10:02 UTC (rev 1507)
@@ -6,8 +6,10 @@
   * Switch to dpkg-source 3.0 (quilt) format
   * Updated Standards-Version to 3.9.0: use Breaks instead of Conflicts
     with kolabconf and kolabd as suggested by lintian
+  * added 70-reload-cyrus-conf.diff: Reload cyrus when cyrus.conf is changed
+    (Related to #579933: kolabd: I can't enable/disable pop3/s and imap/s)
 
- -- Mathieu Parent <sathieu at debian.org>  Tue, 06 Jul 2010 00:01:04 +0200
+ -- Mathieu Parent <sathieu at debian.org>  Tue, 06 Jul 2010 00:09:21 +0200
 
 libkolab-perl (1:2.2.3-20091217-1) unstable; urgency=low
 

Added: libkolab-perl/trunk/debian/patches/70-reload-cyrus-conf.diff
===================================================================
--- libkolab-perl/trunk/debian/patches/70-reload-cyrus-conf.diff	                        (rev 0)
+++ libkolab-perl/trunk/debian/patches/70-reload-cyrus-conf.diff	2010-07-05 22:10:02 UTC (rev 1507)
@@ -0,0 +1,21 @@
+Goal: Reload cyrus when cyrus.conf is changed
+
+Related to #579933: kolabd: I can't enable/disable pop3/s and imap/s
+
+Author: Mathieu Parent <math.parent at gmail.com>
+
+Upstream status: Better change already commited to HEAD
+
+Index: libkolab-perl-2.2.4-20100624/lib/Kolab/Conf.pm
+===================================================================
+--- libkolab-perl-2.2.4-20100624.orig/lib/Kolab/Conf.pm	2010-07-06 00:04:50.000000000 +0200
++++ libkolab-perl-2.2.4-20100624/lib/Kolab/Conf.pm	2010-07-06 00:05:08.000000000 +0200
+@@ -297,7 +297,7 @@
+                 $haschanged{'apache'} = 1;
+             } elsif ($cfg =~ /openldap/) {
+                 $haschanged{'slapd'} = 1;
+-            } elsif ($cfg =~ /imapd/) {
++            } elsif ($cfg =~ /(imapd|cyrus)/) {
+                 $haschanged{'imapd'} = 1;
+ 	    } elsif ($cfg =~ /amavisd/) {
+                 $haschanged{'amavisd'} = 1;

Modified: libkolab-perl/trunk/debian/patches/series
===================================================================
--- libkolab-perl/trunk/debian/patches/series	2010-07-05 22:01:57 UTC (rev 1506)
+++ libkolab-perl/trunk/debian/patches/series	2010-07-05 22:10:02 UTC (rev 1507)
@@ -2,3 +2,4 @@
 30-bootstrap.diff
 40-disable-amavis.diff
 60-fix-build.diff
+70-reload-cyrus-conf.diff




More information about the pkg-kolab-devel mailing list