[Openvas-commits] r5438 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Oct 8 10:28:30 CEST 2009
Author: mime
Date: 2009-10-08 10:28:27 +0200 (Thu, 08 Oct 2009)
New Revision: 5438
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/showmount.nasl
Log:
Added script_copyright to showmount.nasl
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-10-08 07:48:39 UTC (rev 5437)
+++ trunk/openvas-plugins/ChangeLog 2009-10-08 08:28:27 UTC (rev 5438)
@@ -1,3 +1,8 @@
+2009-10-08 Michael Meyer <michael.meyer at intevation.de>
+
+ * scripts/showmount.nasl:
+ Added script_copyright().
+
2009-10-08 Chandrashekhar B <bchandra at secpod.com>
* scripts/gb_phpgenealogie_detect.nasl,
Modified: trunk/openvas-plugins/scripts/showmount.nasl
===================================================================
--- trunk/openvas-plugins/scripts/showmount.nasl 2009-10-08 07:48:39 UTC (rev 5437)
+++ trunk/openvas-plugins/scripts/showmount.nasl 2009-10-08 08:28:27 UTC (rev 5438)
@@ -24,6 +24,7 @@
# License along with this program. If not, see
# <http://www.gnu.org/licenses/>.
###################################################################
+
if(description)
{
script_id(102014);
@@ -50,6 +51,7 @@
script_description(desc);
script_summary("Checks for NFS shares");
script_category(ACT_GATHER_INFO);
+ script_copyright("Copyright (C) 2009 LSS");
script_family("Remote file access");
script_dependencie("secpod_rpc_portmap.nasl");
script_require_keys("rpc/portmap");
More information about the Openvas-commits
mailing list