]> git.sur5r.net Git - bacula/docs/commitdiff
ebl Change AbortJobOnError to FailJobOnError
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Jul 2007 11:22:55 +0000 (11:22 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 22 Jul 2007 11:22:55 +0000 (11:22 +0000)
docs/manual/dirdconf.tex

index eb038e2103b3e68a78af50af25e51212994fd90e..7cf6adad4ccb6de7f903f33016dfdb0ec0be8b75 100644 (file)
@@ -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"
 }