mathieu: server/perl-kolab/sbin kolabconf.in,1.4,1.5

cvs at kolab.org cvs at kolab.org
Sun Dec 13 17:05:40 CET 2009


Author: mathieu

Update of /kolabrepository/server/perl-kolab/sbin
In directory doto:/tmp/cvs-serv24275/perl-kolab/sbin

Modified Files:
	kolabconf.in 
Log Message:
$Kolab::do_reload is now an argument to Kolab::Conf::rebuildTemplates().


Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolabconf.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- kolabconf.in	13 Dec 2009 15:19:23 -0000	1.4
+++ kolabconf.in	13 Dec 2009 16:05:38 -0000	1.5
@@ -93,9 +93,9 @@
     exit 0;
 }
 
-$Kolab::do_reload = 1;
+my $do_reload = 1;
 if($opt_n) {
-    $Kolab::do_reload = 0;
+    $do_reload = 0;
 }
 
 if( !$Kolab::reloadOk ) {
@@ -106,6 +106,6 @@
 }
 
 Kolab::log('KC', 'Rebuilding templates');
-Kolab::Conf::rebuildTemplates;
+Kolab::Conf::rebuildTemplates(doreload => $do_reload);
 Kolab::log('KC', 'Finished');
 





More information about the commits mailing list