Re: [Plugins-writers] script dependencies

From: Renaud Deraison (deraison@private)
Date: Fri Mar 12 2004 - 08:24:14 PST

  • Next message: Skill2Die4: "Re: [Plugins-writers] script dependencies"

    On Fri, Mar 12, 2004 at 11:15:19AM -0500, Skill2Die4 wrote:
    > Hi :
    > 
    > While coding  nasl scripts i ran into this problem. The script dependencies
    > doesnt seem to work and the "foo.nasl" is being called and executed before
    > the "foo_detector.nasl" (Optimize-Test option & Enable script dependencies
    > are set)...
    > 
    > foo_detector.nasl
    > ==================
    > if (! isnull(foo_found)) set_kb_item(name:var_foo, value: TRUE);
    > 
    > foo.nasl
    > =========
    > script_dependencie("foo_detector.nasl");
    > ...
    > <snip>
    > ...
    > 
    
    What is the category of foo.nasl vs. foo_detector.nasl ?
    _______________________________________________
    Plugins-writers mailing list
    Plugins-writers@private
    http://mail.nessus.org/mailman/listinfo/plugins-writers
    



    This archive was generated by hypermail 2b30 : Fri Mar 12 2004 - 08:26:08 PST