SVN: toys/rsget.pl/README.config

sparky sparky at pld-linux.org
Mon Nov 2 13:51:55 CET 2009


Author: sparky
Date: Mon Nov  2 13:51:54 2009
New Revision: 10924

Modified:
   toys/rsget.pl/README.config
Log:
- clarification, nitified by paszczus


Modified: toys/rsget.pl/README.config
==============================================================================
--- toys/rsget.pl/README.config	(original)
+++ toys/rsget.pl/README.config	Mon Nov  2 13:51:54 2009
@@ -21,9 +21,9 @@
 # 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),
-# make sure the port is blocked in the firewall, as rsget.pl has no
-# authentification
+# Start http server on port 5666 (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 authentification.
 http_port = 5666
 
 # require authentication for http:
@@ -48,7 +48,7 @@
 
 # if your vim stores swap files in different directory and you want list
 # file locking:
-#list_lock = /path/to/swaps/.$(file).swp
+#list_lock = ${HOME}/.vim/.$(file).swp
 # list will be manipulated by some external app which creates .lock file
 # in the same directory as list file:
 #list_lock = $(dir)/.lock


More information about the pld-cvs-commit mailing list