NOTE: this is only half part of the changes the other half will come after
Bump execution timeout to 15 minutes on upgrades
Correct a the spelling of accessible in the IPsec mobile access page.
Fix a few bugs in the IPsec pages HTML output that were causing problemswith IE.
Include cmd_chain
Adding CmdCHAIN class which is similar to the BSDInstaller Lua CmdCHAIN()object. Example usage:
$cmdchain = new CmdCHAIN();$cmdchain->add("grab freebsd version", "uname a");$cmdchain>setdebug();$cmdchain->execute();
Output input_errors when they are set
View all revisions | View revisions
Also available in: Atom