[Openvas-commits] r3517 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu May 28 15:11:12 CEST 2009
Author: jan
Date: 2009-05-28 15:11:10 +0200 (Thu, 28 May 2009)
New Revision: 3517
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/4553.nasl
Log:
* scripts/4553.nasl: Removed "CVE-MAP-NOMATCH" note, as it means nothing.
Removed any french terms and removed any language tag ("english:").
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-05-28 13:07:01 UTC (rev 3516)
+++ trunk/openvas-plugins/ChangeLog 2009-05-28 13:11:10 UTC (rev 3517)
@@ -1,3 +1,8 @@
+2009-05-28 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
+ * scripts/4553.nasl: Removed "CVE-MAP-NOMATCH" note, as it means nothing.
+ Removed any french terms and removed any language tag ("english:").
+
2009-05-28 Michael Wiegand <michael.wiegand at intevation.de>
Post branch version bump.
Modified: trunk/openvas-plugins/scripts/4553.nasl
===================================================================
--- trunk/openvas-plugins/scripts/4553.nasl 2009-05-28 13:07:01 UTC (rev 3516)
+++ trunk/openvas-plugins/scripts/4553.nasl 2009-05-28 13:11:10 UTC (rev 3517)
@@ -17,15 +17,12 @@
script_version("$Revision$");
- # script_cve_id("CVE-MAP-NOMATCH");
- # NOTE: no CVE id assigned (jfs, december 2003)
- script_name(english:"4553 Parasite Mothership Detect");
- script_description(english:desc);
- script_summary(english:"Detects the presence of 4553 parasite's mothership");
+ script_name("4553 Parasite Mothership Detect");
+ script_description(desc);
+ script_summary("Detects the presence of 4553 parasite's mothership");
script_category(ACT_GATHER_INFO);
- script_copyright(english:"This script is (C) 2002 Violating",
- francais:"Ce script est (C) 2002 Violating");
- script_family(english:"Backdoors");
+ script_copyright("This script is (C) 2002 Violating");
+ script_family("Backdoors");
script_require_ports(21227, 21317);
exit(0);
More information about the Openvas-commits
mailing list