thomas: server/perl-kolab/Kolab-Conf Conf.pm.in,1.11,1.12

cvs at kolab.org cvs at kolab.org
Tue Jul 17 17:07:17 CEST 2007


Author: thomas

Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv14170/perl-kolab/Kolab-Conf

Modified Files:
	Conf.pm.in 
Log Message:
Adapt Kolab server for OpenPKG-CURRENT
(imported patch "openpkg-current" from 2.2-beta1 release)


Index: Conf.pm.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Conf.pm.in	4 Jun 2007 06:41:10 -0000	1.11
+++ Conf.pm.in	17 Jul 2007 15:07:15 -0000	1.12
@@ -328,8 +328,8 @@
                 $Kolab::haschanged{'postfix'} = 1;
             } elsif ($cfg =~ /saslauthd/) {
                 $Kolab::haschanged{'saslauthd'} = 1;
-            } elsif ($cfg =~ /apache/) {
-                $Kolab::haschanged{'apache'} = 1;
+            } elsif ($cfg =~ /apache2/) {
+                $Kolab::haschanged{'apache2'} = 1;
             } elsif ($cfg =~ /proftpd/) {
                 $Kolab::haschanged{'proftpd'} = 1;
             } elsif ($cfg =~ /openldap/) {





More information about the commits mailing list