\hline
Runs When & Before|After|Always & {\it Never} & When run commands\\
\hline
-Abort Job On Error & Yes/No & {\it Yes} & Abort job if script returns
+Fail Job On Error & Yes/No & {\it Yes} & Fail job if script returns
something different from 0 \\
\hline
Command & & & Path to your script\\
You can use these following shortcuts:\\
\begin{tabular}{|c|c|c|c|c|c}
-Keyword & RunsOnSuccess & RunsOnFailure & AbortJobOnError & Runs On Client & RunsWhen \\
+Keyword & RunsOnSuccess & RunsOnFailure & FailJobOnError & Runs On Client & RunsWhen \\
\hline
Run Before Job & & & Yes & No & Before \\
\hline
\begin{verbatim}
RunScript {
RunsWhen = Before
- AbortJobOnError = No
+ FailJobOnError = No
Command = "/etc/init.d/apache stop"
}