[Openvas-commits] r7341 - in trunk/openvas-libraries: . doc

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 19 10:00:01 CEST 2010


Author: geoff
Date: 2010-04-19 10:00:00 +0200 (Mon, 19 Apr 2010)
New Revision: 7341

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/doc/wmi-howto.txt
Log:
added note about adding WMI to an existing deployment

Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2010-04-17 10:59:24 UTC (rev 7340)
+++ trunk/openvas-libraries/ChangeLog	2010-04-19 08:00:00 UTC (rev 7341)
@@ -1,3 +1,8 @@
+2010-04-19 Geoff Galitz <geoff at eifel-consulting.eu>
+
+	* doc/wmi-howto.txt: Added a note about recompiling
+	openvas-scanner if adding WMI to an existing deployment.
+
 2010-04-16  Felix Wolfsteller <felix.wolfsteller at greenbone.net>
 
 	* misc/openvas_auth.c, misc/openvas_auth.h (openvas_auth_user_rules):

Modified: trunk/openvas-libraries/doc/wmi-howto.txt
===================================================================
--- trunk/openvas-libraries/doc/wmi-howto.txt	2010-04-17 10:59:24 UTC (rev 7340)
+++ trunk/openvas-libraries/doc/wmi-howto.txt	2010-04-19 08:00:00 UTC (rev 7341)
@@ -1,7 +1,7 @@
 COMPILING OPENVAS-LIBRARIES WITH WMI SUPPORT
 ============================================
 
-Last updated: 2010-03-12
+Last updated: 2010-04-19
 
 To compile openvas-libraries with WMI support, please follow the steps described
 below. Our hope is that this code will ultimately make it into Samba itself;
@@ -67,6 +67,8 @@
 $ make
 $ make install
 
+Note that if you are adding WMI functions to an existing openvas deployment
+you must recompile openvas scanner also.
+
 After installing, you will be able to use NASL NVTs incorporating the new WMI
 NASL functions.
-



More information about the Openvas-commits mailing list