steffen: server/perl-kolab/Kolab Kolab.pm,1.20,1.21

cvs at intevation.de cvs at intevation.de
Sun May 29 00:10:22 CEST 2005


Author: steffen

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

Modified Files:
	Kolab.pm 
Log Message:
no special legacy-mode handling

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Kolab.pm	5 Jan 2005 13:13:31 -0000	1.20
+++ Kolab.pm	28 May 2005 22:10:20 -0000	1.21
@@ -208,11 +208,6 @@
         $config{'proftpd-userPassword'} = '';
     }
 
-    # Apache legacy mode
-    $config{'legacy-mode'} = "# no legacy configuration";
-    if (exists $config{'apache-http'} && $config{'apache-http'} =~ /true/i) {
-        $config{'legacy-mode'} = 'Include "' . $config{'prefix'} . '/etc/apache/legacy.conf"';
-    }
     $config{'fqdn'} = trim(`hostname`);
 
     # Cyrus admin account





More information about the commits mailing list