[Openvas-commits] r1680 - trunk/openvas-plugins

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Nov 7 13:59:22 CET 2008


Author: jan
Date: 2008-11-07 13:59:21 +0100 (Fri, 07 Nov 2008)
New Revision: 1680

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/openvas-nvt-sync.in
Log:
* openvas-nvt-sync.in: Added as comment an alternative syntax
of URL for FEED. Thanks to Toan Nguyen for pointing out.


Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2008-11-07 09:35:37 UTC (rev 1679)
+++ trunk/openvas-plugins/ChangeLog	2008-11-07 12:59:21 UTC (rev 1680)
@@ -1,3 +1,8 @@
+2008-11-07  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+	* openvas-nvt-sync.in: Added as comment an alternative syntax
+	of URL for FEED. Thanks to Toan Nguyen for pointing out.
+
 2008-11-06  Vlatko Kosturjak <kost at linux.hr>
 
 	* scripts/webserver_favicon.nasl: added MD5 fingerprints of popular 

Modified: trunk/openvas-plugins/openvas-nvt-sync.in
===================================================================
--- trunk/openvas-plugins/openvas-nvt-sync.in	2008-11-07 09:35:37 UTC (rev 1679)
+++ trunk/openvas-plugins/openvas-nvt-sync.in	2008-11-07 12:59:21 UTC (rev 1680)
@@ -39,6 +39,8 @@
 
 # The URL of the plugin feed
 FEED=rsync://rsync.openvas.org:/nvt-feed
+# An alternative syntax which might work if the above doesn't:
+#FEED=rsync at rsync.openvas.org::nvt-feed
 
 findcmd()
 {



More information about the Openvas-commits mailing list