[Openvas-commits] r3017 - in trunk/openvas-plugins: . scripts

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 3 13:35:36 CEST 2009


Author: mime
Date: 2009-04-03 13:35:34 +0200 (Fri, 03 Apr 2009)
New Revision: 3017

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl
Log:
My Bugfix from 2009-04-02 has been overwritten by Christians last commit. Added Bugfix again.

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-04-03 09:03:35 UTC (rev 3016)
+++ trunk/openvas-plugins/ChangeLog	2009-04-03 11:35:34 UTC (rev 3017)
@@ -1,3 +1,8 @@
+2009-04-03  Michael Meyer <mime at gmx.de>
+	* scripts/remote-detect-WindowsSharepointServices.nasl:
+	My Bugfix from 2009-04-02 has been overwritten by Christians
+	last commit. Added Bugfix again.
+
 2009-04-03  Michael Wiegand <michael.wiegand at intevation.de>
 
 	* Makefile: Added install-minimal target to allow a minimal

Modified: trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl
===================================================================
--- trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl	2009-04-03 09:03:35 UTC (rev 3016)
+++ trunk/openvas-plugins/scripts/remote-detect-WindowsSharepointServices.nasl	2009-04-03 11:35:34 UTC (rev 3017)
@@ -1,6 +1,6 @@
 # OpenVAS Vulnerability Test
 # $Id$
-# Description: This script ensure that Windows SharePointServices is installed and running
+# Description: This script ensure that the Sybase EAServer is installed and running
 #
 #
 # Author:
@@ -128,7 +128,7 @@
 			set_kb_item(name:"ASPX/enabled", value:TRUE);
 			report += "\n" + xPoweredBy[0];	
 		}
-		if( report ) {
+	        if ( report ) {	
 		  security_note(port:port, data:report);
 		}  
 	}



More information about the Openvas-commits mailing list