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 );
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to