wilde: utils/admin kolab-mailboxinfo.pl,1.3,1.4

cvs at kolab.org cvs at kolab.org
Fri Feb 15 10:46:34 CET 2008


Author: wilde

Update of /kolabrepository/utils/admin
In directory doto:/tmp/cvs-serv19493

Modified Files:
	kolab-mailboxinfo.pl 
Log Message:
Reload config at startup (needed for server 2.2).


Index: kolab-mailboxinfo.pl
===================================================================
RCS file: /kolabrepository/utils/admin/kolab-mailboxinfo.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kolab-mailboxinfo.pl	30 Jan 2008 15:22:32 -0000	1.3
+++ kolab-mailboxinfo.pl	15 Feb 2008 09:46:32 -0000	1.4
@@ -13,8 +13,11 @@
 #
 # $Id$
 
+use Kolab;
 use Kolab::Cyrus;
 use Getopt::Std;
+
+Kolab::reloadConfig("/kolab/etc/kolab/kolab.globals");
 
 my $cyrus = Kolab::Cyrus::create;
 $cyrus || die 'Unable to login to Cyrus IMAP server\n';





More information about the commits mailing list