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

sparky sparky at pld-linux.org
Sun Jul 11 21:14:20 CEST 2010


Author: sparky
Date: Sun Jul 11 21:14:19 2010
New Revision: 11648

Modified:
   toys/rsget.pl/RSGet/Main.pm
Log:
- disable userconfig because it isn't used anyways


Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm	(original)
+++ toys/rsget.pl/RSGet/Main.pm	Sun Jul 11 21:14:19 2010
@@ -40,11 +40,11 @@
 		default => 0,
 		allowed => qr/\d+/,
 	},
-	userconfig => {
-		desc => "User configuration file.",
-		allowed => qr/.+/,
-		type => "PATH",
-	},
+	#userconfig => {
+	#	desc => "User configuration file.",
+	#	allowed => qr/.+/,
+	#	type => "PATH",
+	#},
 	daemon => {
 		desc => "Enter daemon mode. 1 - disable console output, 2 - also fork",
 		default => 0,
@@ -74,7 +74,7 @@
 	maybe_update( $argv );
 
 	check_settings( \%main::settings );
-	read_userconfig();
+	#read_userconfig();
 	my $daemon = setting( "daemon" );
 	RSGet::Line::init( $daemon );
 	print_settings() if verbose( 1 );


More information about the pld-cvs-commit mailing list