SVN: toys/rsget.pl/RSGet/Curl.pm

sparky sparky at pld-linux.org
Sat Jul 3 22:26:19 CEST 2010


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.",


More information about the pld-cvs-commit mailing list