Hello, today I was installing bweb from git and exist a problem that make a loop in the configuration system, because a variable is not defined correctly:
========================= --- lib/Bweb.pm-old 2011-04-18 15:21:57.000000000 -0300 +++ lib/Bweb.pm-new 2011-04-18 14:59:05.000000000 -0300 @@ -305,7 +305,7 @@ # keep a backup of the original config foreach my $k (keys %$VAR1) { if (exists $k_re{$k} and defined $VAR1->{$k}) { - $self->{$k} = $VAR1->{$k}; + $self->{main_conf}->{$k} = $VAR1->{$k}; } } return 1; ========================= that is all. thanks -- -- Victor Hugo dos Santos Linux Counter #224399 ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Bacula-devel mailing list Bacula-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-devel