From e915aaf0a070b61e8a800148def8c4dce230ab5a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 22 Jul 2007 11:22:55 +0000 Subject: [PATCH] ebl Change AbortJobOnError to FailJobOnError --- docs/manual/dirdconf.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/dirdconf.tex b/docs/manual/dirdconf.tex index eb038e21..7cf6adad 100644 --- a/docs/manual/dirdconf.tex +++ b/docs/manual/dirdconf.tex @@ -948,7 +948,7 @@ Runs On Client & Yes/No & {\it Yes} & Run command on client\\ \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\\ @@ -1006,7 +1006,7 @@ The Job Exit Status code \%e edits the following values: 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 @@ -1023,7 +1023,7 @@ Examples: \begin{verbatim} RunScript { RunsWhen = Before - AbortJobOnError = No + FailJobOnError = No Command = "/etc/init.d/apache stop" } -- 2.39.5