summaryrefslogtreecommitdiffstats
path: root/etc/inc/cmd_chain.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+2
|
* * Add run_plugins() functionScott Ullrich2008-10-191-0/+3
| | | | | * Use run_plugins() function in filter.inc * Add plugin hook for parse_config and write_config
* * Add nohaltonerror() (default is to halt on error)Scott Ullrich2008-08-301-7/+16
| | | | | * Add sethaltonerror() * Cleanup error on text handling
* Add $Id: $Scott Ullrich2008-08-301-1/+1
|
* * Add more debuggingScott Ullrich2008-07-141-13/+29
| | | | | * Add more logging information * Add ignore return text field
* Adding CmdCHAIN class which is similar to the BSDInstaller Lua CmdCHAIN()Scott Ullrich2008-07-141-0/+102
object. Example usage: $cmdchain = new CmdCHAIN(); $cmdchain->add("grab freebsd version", "uname -a"); $cmdchain->setdebug(); $cmdchain->execute();
OpenPOWER on IntegriCloud