[pkg-kolab] Slave server with kolab_bootstrap

Price,Neil NPrice at gibb.co.za
Fri Oct 2 09:50:03 UTC 2009


> And again on line 811
> 
>     kolab_system("ssh -C $master_host \'$Kolab::config{'KOLABRC'} rc 
> $Kolab::config{'LDAPD'} stop".
>                  " && $Kolab::config{'TAR'} -C 
> $Kolab::config{'ldapserver_statedir'} -pcf - openldap-data".
>                  " && $Kolab::config{'KOLABRC'} rc 
> $Kolab::config{'LDAPD'} start\'".
>                  " | $Kolab::config{'TAR'} -C 
> $Kolab::config{'ldapserver_statedir'} -pxf -");
>   }
 
Wait... I just noticed the real problem here.

Line 805

  if ($kolab_config{'directory_mode'} ne "syncrepl" ) {

Should be

  if ($Kolab::config{'directory_mode'} ne "syncrepl" ) {
 



More information about the pkg-kolab-devel mailing list