K 10 svn:author V 3 mtm K 8 svn:date V 27 2003-06-09T17:31:06.000000Z K 7 svn:log V 398 Previously, a "forced" command always exited successfully (with the exception of the default 'status' command) regardless of whether the executed command was actually successfull or not. Forced scripts should always correctly reflect the outcome of the command. NOTE: exit values are treated as booleans. We don't care what the actual exit value was, only whether it was successfull or not. END