Author: sparky
Date: Sat Jul  3 22:26:19 2010
New Revision: 11628

Modified:
   toys/rsget.pl/RSGet/Curl.pm
Log:
- (new default) don't make copies when continuing download


Modified: toys/rsget.pl/RSGet/Curl.pm
==============================================================================
--- toys/rsget.pl/RSGet/Curl.pm (original)
+++ toys/rsget.pl/RSGet/Curl.pm Sat Jul  3 22:26:19 2010
@@ -21,7 +21,7 @@
 def_settings(
        backup => {
                desc => "Make backups if downloaded file exists.",
-               default => "done,continue,scratch",
+               default => "done,scratch",
                allowed => 
qr/(no|(done|continue|scratch)(?:,(done|continue|scratch))*)/,
                dynamic => {
                        'done,continue,scratch' => "Always.",
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to