SVN: toys/rsget.pl: README.config rsget.pl.user.js rsget_pl.user.js

sparky sparky at pld-linux.org
Thu Mar 18 01:26:22 CET 2010


Author: sparky
Date: Thu Mar 18 01:26:21 2010
New Revision: 11279

Modified:
   toys/rsget.pl/README.config
   toys/rsget.pl/rsget.pl.user.js
   toys/rsget.pl/rsget_pl.user.js
Log:
- suggest port 7666 for http


Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config	(original)
+++ toys/rsget.pl/README.config	Thu Mar 18 01:26:21 2010
@@ -20,10 +20,10 @@
 # to name backups as FILE_NAME.EXT~{N} use:
 backup_suf = ~
 
-# Start http server on port 5666 (won't be started by default or if port is 0).
+# Start http server on port 7666 (won't be started by default or if port is 0).
 # Make sure the port is blocked in the firewall (only allow IPs you trust),
 # because rsget.pl has very weak authentication.
-http_port = 5666
+http_port = 7666
 
 # require authentication for http:
 #  user: root

Modified: toys/rsget.pl/rsget.pl.user.js
==============================================================================
--- toys/rsget.pl/rsget.pl.user.js	(original)
+++ toys/rsget.pl/rsget.pl.user.js	Thu Mar 18 01:26:21 2010
@@ -278,7 +278,7 @@
  {
 	server = GM_getValue( "server" );
 	if ( server == null ) {
-		server = prompt( get_text( "specify_location" ), "http://localhost:5666/" );
+		server = prompt( get_text( "specify_location" ), "http://localhost:7666/" );
 		GM_setValue( "server", server );
 	}
 

Modified: toys/rsget.pl/rsget_pl.user.js
==============================================================================
--- toys/rsget.pl/rsget_pl.user.js	(original)
+++ toys/rsget.pl/rsget_pl.user.js	Thu Mar 18 01:26:21 2010
@@ -7,7 +7,7 @@
 // @include		file://*
 // ==/UserScript==
 
-var server = 'http://localhost:5666/';
+var server = 'http://localhost:7666/';
 
 /* supported links {{{ */
 /* update supported lists:


More information about the pld-cvs-commit mailing list