gunnar: server/perl-kolab/sbin kolab_bootstrap.in,1.9,1.10

cvs at kolab.org cvs at kolab.org
Sun May 31 22:07:05 CEST 2009


Author: gunnar

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

Modified Files:
	kolab_bootstrap.in 
Log Message:
kolab_config is the filename where we stored the kolab.conf file. I'm pretty certain we want to access the kolab configuration hash value directory_mode here.

Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolab_bootstrap.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kolab_bootstrap.in	7 May 2009 18:42:37 -0000	1.9
+++ kolab_bootstrap.in	31 May 2009 20:07:02 -0000	1.10
@@ -781,7 +781,7 @@
   chmod 0600, $kolab_config;
   kolab_chown "$Kolab::config{'kolab_musr'}","$Kolab::config{'kolab_mgrp'}",$kolab_config;
 
-  if ($kolab_config{'directory_mode'} ne "syncrepl" ) {
+  if ($Kolab::config{'directory_mode'} ne "syncrepl" ) {
     print << 'EOS';
 Now the master server needs to be stopped briefly while the contents of the LDAP database
 is copied over to this slave. Please make sure that this slave is entered into the list





More information about the commits mailing list