K 10 svn:author V 5 jamie K 8 svn:date V 27 2011-06-17T16:18:44.486257Z K 7 svn:log V 414 Split run_command up into an outer function (next_command) that chooses a single command string to run, and an inner function (run_command) that runs that single string. Move the list of start/stop commands to run from a switch statement into an array, with a new placeholder parameter IP__OP for actually creating or removing the jail. When jail creation fails, revert all non-exec commands in reverse order. END