[pkg-kolab] r850 - kolabconf/trunk/debian/patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed May 14 18:39:01 UTC 2008


Author: mparent-guest
Date: 2008-05-14 18:39:00 +0000 (Wed, 14 May 2008)
New Revision: 850

Modified:
   kolabconf/trunk/debian/patches/95-runonchange.dpatch
Log:
Corrected a silly syntax error


Modified: kolabconf/trunk/debian/patches/95-runonchange.dpatch
===================================================================
--- kolabconf/trunk/debian/patches/95-runonchange.dpatch	2008-05-12 15:23:37 UTC (rev 849)
+++ kolabconf/trunk/debian/patches/95-runonchange.dpatch	2008-05-14 18:39:00 UTC (rev 850)
@@ -14,7 +14,7 @@
      my $oldmask = umask 077;
 +    #creating the config file is changing it
 +    if (! -f $cfg) { 
-+        $templatehaschanged{$tmpl} = 1
++        $templatehaschanged{$tmpl} = 1;
 +        Kolab::log('T', "`$cfg' creation detected", KOLAB_DEBUG );
 +    }
      copy($cfg, $oldcfg);




More information about the pkg-kolab-devel mailing list