gunnar: server/kolabconf/bin kolabconf.in,1.2,1.3

cvs at kolab.org cvs at kolab.org
Thu Aug 2 08:43:12 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolabconf/bin
In directory doto:/tmp/cvs-serv17255/bin

Modified Files:
	kolabconf.in 
Log Message:
Fixes for the splitted packages. Configuration values read via Kolab.pm should not be used in global scope. The release number should be set manually.

Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/kolabconf/bin/kolabconf.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolabconf.in	1 Aug 2007 14:31:35 -0000	1.2
+++ kolabconf.in	2 Aug 2007 06:43:09 -0000	1.3
@@ -35,13 +35,12 @@
 use Sys::Syslog;
 use IO::File;
 use Kolab;
-
-Kolab::reloadConfig("@CONFIG_FILE@");
-
 use Kolab::Util;
 use Kolab::Conf;
 use Kolab::LDAP;
 use vars qw($opt_d $opt_n $opt_h);
+
+Kolab::reloadConfig("@CONFIG_FILE@");
 
 openlog('kolabconf', 'cons, pid', 'user');
 





More information about the commits mailing list