gunnar: server/perl-kolab/sbin kolabconf.in,1.2,1.2.2.1

cvs at kolab.org cvs at kolab.org
Mon Dec 7 16:17:21 CET 2009


Author: gunnar

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

Modified Files:
      Tag: kolab_2_2_branch
	kolabconf.in 
Log Message:
MFH:  kolab/issue3951 (kolabconf -n (noreload) restarts services if RUNONCHANGE is used)

Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolabconf.in,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- kolabconf.in	20 Jan 2009 17:22:12 -0000	1.2
+++ kolabconf.in	7 Dec 2009 15:17:19 -0000	1.2.2.1
@@ -93,9 +93,9 @@
     exit 0;
 }
 
-my $do_reload = 1;
+$Kolab::do_reload = 1;
 if($opt_n) {
-    $do_reload = 0;
+    $Kolab::do_reload = 0;
 }
 
 if( !$Kolab::reloadOk ) {
@@ -109,7 +109,7 @@
 Kolab::Conf::rebuildTemplates;
 Kolab::log('KC', 'Reloading kolab components');
 
-if( $do_reload ) {
+if( $Kolab::do_reload ) {
     Kolab::Conf::reload;
 }
 





More information about the commits mailing list