steffen: server/perl-kolab/Kolab-Util Util.pm,1.2,1.3

cvs at intevation.de cvs at intevation.de
Mon Feb 21 14:55:39 CET 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Util
In directory doto:/tmp/cvs-serv11917/Kolab-Util

Modified Files:
	Util.pm 
Log Message:
Issue621 (comment char # in kolab.conf)

Index: Util.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Util/Util.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Util.pm	22 Dec 2004 13:50:15 -0000	1.2
+++ Util.pm	21 Feb 2005 13:55:37 -0000	1.3
@@ -100,7 +100,7 @@
     }
 
     foreach (<$fd>) {
-        if (/^([^$sep#]+)$sep+([^#]*)/) {
+        if (/^([^$sep#]+)$sep(.*)/) {
             $cfg{trim($1)} = trim($2);
         }
     }





More information about the commits mailing list