Re: [Plugins-writers] plugin not displaying in v. 2.2.8 client gui

From: Michel Arboi (mikhail@private)
Date: Sat Oct 07 2006 - 12:01:03 PDT


On Sat Oct 07 2006 at 20:45, James Kelly wrote:

> 	name["english"] = "landesk_check.nasl";
> 	name["francais"] = "landesk_check.nasl";
> 	script_name(english:name["english"], francais:name["francais"]);

You don't need to set a French name or summary, it is obsolete. It
will work, but this would be simpler:
script_name(english: "landesk_check.nasl");
script_summary(english: "This script checks for a running LanDesk client.");

> 	script_category(ACT_SCANNER);

No. Use:
script_category(ACT_GATHER_INFO);

> 	script_dependencies("find_service.nes");

You don't need a dependency on find_service
_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Sat Oct 07 2006 - 12:01:30 PDT