When doing an upgrade to 3.2.0 configure.pl inserts parameter values in
config.pl without quotes if one has an "undef" value in old config.
How to reproduce:
Set this values in old config file
$Conf{RsyncClientPath} = undef;
$Conf{NmbLookupPath} = undef;
Values in generated config.pl:
$Conf{RsyncClientPath} = /usr/local/bin/rsync;
$Conf{NmbLookupPath} = /usr/local/bin/nmblookup;
--
Alexander Moisseev
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
BackupPC-devel mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/