[Openvas-commits] r6027 - in trunk/gsa: . src src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 1 16:20:31 CET 2009
Author: mwiegand
Date: 2009-12-01 16:20:31 +0100 (Tue, 01 Dec 2009)
New Revision: 6027
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/gsad_omp.c
trunk/gsa/src/html/src/omp.xsl
Log:
Add support for new empty scan config template.
* src/html/src/omp.xsl: Switch default to 'empty'.
* src/gsad_omp.c (create_config_omp): Switch default to 'empty'.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-12-01 15:15:12 UTC (rev 6026)
+++ trunk/gsa/ChangeLog 2009-12-01 15:20:31 UTC (rev 6027)
@@ -1,3 +1,11 @@
+2009-12-01 Michael Wiegand <michael.wiegand at intevation.de>
+
+ Add support for new empty scan config template.
+
+ * src/html/src/omp.xsl: Switch default to 'empty'.
+
+ * src/gsad_omp.c (create_config_omp): Switch default to 'empty'.
+
2009-12-01 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
* src/html/src/omp.xsl: Grey out Stop/Delete in case a Task is "Requested".
Modified: trunk/gsa/src/gsad_omp.c
===================================================================
--- trunk/gsa/src/gsad_omp.c 2009-12-01 15:15:12 UTC (rev 6026)
+++ trunk/gsa/src/gsad_omp.c 2009-12-01 15:20:31 UTC (rev 6027)
@@ -1413,7 +1413,7 @@
"%s%s%s"
"</create_config>",
name,
- base ? base : "Full and fast",
+ base ? base : "empty",
comment ? "<comment>" : "",
comment ? comment : "",
comment ? "</comment>" : "") == -1)
Modified: trunk/gsa/src/html/src/omp.xsl
===================================================================
--- trunk/gsa/src/html/src/omp.xsl 2009-12-01 15:15:12 UTC (rev 6026)
+++ trunk/gsa/src/html/src/omp.xsl 2009-12-01 15:20:31 UTC (rev 6027)
@@ -1508,9 +1508,9 @@
<table>
<tr>
<td colspan="2">
- <input type="radio" name="base" value="Full and fast"
+ <input type="radio" name="base" value="empty"
checked="1"/>
- Full and fast
+ Empty, static and fast
</td>
</tr>
<tr>
More information about the Openvas-commits
mailing list