[pkg-kolab] r954 - kolabd/trunk/debian/patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Thu Oct 23 15:01:01 UTC 2008


Author: mparent-guest
Date: 2008-10-23 15:01:00 +0000 (Thu, 23 Oct 2008)
New Revision: 954

Modified:
   kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch
Log:
Corrected string comparison. Thanks to Neil Price.


Modified: kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch
===================================================================
--- kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch	2008-10-19 15:49:22 UTC (rev 953)
+++ kolabd/trunk/debian/patches/86-slapd-syncrepl-24.dpatch	2008-10-23 15:01:00 UTC (rev 954)
@@ -21,7 +21,7 @@
 +    || die "could not open $kolab_globals";
 +  foreach (<$fd>) {
 +    if (/(.*) : (.*)/) {
-+      if ($1 == "directory_mode") { $directory_mode = $2};
++      if ($1 eq "directory_mode") { $directory_mode = $2};
 +    }
 +  }
 +




More information about the pkg-kolab-devel mailing list