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

Reply via email to