[Openvas-commits] r6603 - in trunk/openvas-manager: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 17:24:40 CET 2010


Author: mattm
Date: 2010-02-01 17:24:34 +0100 (Mon, 01 Feb 2010)
New Revision: 6603

Modified:
   trunk/openvas-manager/ChangeLog
   trunk/openvas-manager/src/tasks_sql.h
Log:
	* src/tasks_sql.h (init_manage): Put fullstop on empty config description.

Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog	2010-02-01 16:18:04 UTC (rev 6602)
+++ trunk/openvas-manager/ChangeLog	2010-02-01 16:24:34 UTC (rev 6603)
@@ -1,5 +1,9 @@
 2010-02-01  Matthew Mundell <matthew.mundell at intevation.de>
 
+	* src/tasks_sql.h (init_manage): Put fullstop on empty config description.
+
+2010-02-01  Matthew Mundell <matthew.mundell at intevation.de>
+
 	* src/tasks_sql.h (migrate_9_to_10): Correct comment typo.
 	(config_in_use): Also check for empty config.
 

Modified: trunk/openvas-manager/src/tasks_sql.h
===================================================================
--- trunk/openvas-manager/src/tasks_sql.h	2010-02-01 16:18:04 UTC (rev 6602)
+++ trunk/openvas-manager/src/tasks_sql.h	2010-02-01 16:24:34 UTC (rev 6603)
@@ -3723,7 +3723,7 @@
       sql ("INSERT into configs (name, owner, nvt_selector, comment,"
            " family_count, nvt_count, nvts_growing, families_growing)"
            " VALUES ('empty', NULL, 'empty',"
-           " 'Empty and static configuration template',"
+           " 'Empty and static configuration template.',"
            " 0, 0, 0, 0);");
 
       /* Setup preferences for the config. */



More information about the Openvas-commits mailing list