X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=configure.pl;h=a48ffc6a9dfbb0500591ce850847d75e67e18974;hp=fe0499454dd5f0dceda71b92394066aa2705d10f;hb=d6dd48e6594d937dea49e3dd1c5ddaba6719df0d;hpb=613c6ee622bcfc96a126d8df00b1455f4cdb4b97;ds=sidebyside diff --git a/configure.pl b/configure.pl index fe04994..a48ffc6 100755 --- a/configure.pl +++ b/configure.pl @@ -15,7 +15,7 @@ # Craig Barratt # # COPYRIGHT -# Copyright (C) 2001-2003 Craig Barratt +# Copyright (C) 2001-2004 Craig Barratt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -432,6 +432,7 @@ foreach my $lib ( qw( BackupPC/Xfer/Tar.pm BackupPC/Xfer/Smb.pm BackupPC/Xfer/Rsync.pm + BackupPC/Xfer/RsyncDigest.pm BackupPC/Xfer/RsyncFileIO.pm BackupPC/Zip/FileMember.pm BackupPC/Lang/en.pm @@ -549,6 +550,11 @@ if ( defined($Conf{BlackoutHourBegin}) ) { delete($Conf{BlackoutWeekDays}); } +# +# $Conf{RsyncLogLevel} has been replaced by $Conf{XferLogLevel} +# +$Conf{XferLogLevel} = $Conf{RsyncLogLevel}; + # # IncrFill should now be off #