SVN: toys/rsget.pl/RSGet/Main.pm
sparky
sparky at pld-linux.org
Sat Oct 3 15:13:07 CEST 2009
Author: sparky
Date: Sat Oct 3 15:13:04 2009
New Revision: 10658
Modified:
toys/rsget.pl/RSGet/Main.pm
Log:
- fixed interface check
Modified: toys/rsget.pl/RSGet/Main.pm
==============================================================================
--- toys/rsget.pl/RSGet/Main.pm (original)
+++ toys/rsget.pl/RSGet/Main.pm Sat Oct 3 15:13:04 2009
@@ -20,7 +20,7 @@
set_rev qq$Id$;
def_settings(
- interfaces => [ "Specify output interfaces or IP addresses.", undef, qr/\d+/ ],
+ interfaces => [ "Specify output interfaces or IP addresses.", undef, qr/.+/ ],
http_port => [ "Start HTTP server on specified port.", undef, qr/\d+/ ],
verbose => [ "Verbosity level.", 0, qr/\d+/ ],
);
More information about the pld-cvs-commit
mailing list