From: Thibault Godouet Date: Wed, 7 Nov 2007 09:24:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver3_0_4~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2c65db6ff859e2147215c2942e6a02e2f4290c7;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 2deca68..ad748f8 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes @@ -18,6 +18,9 @@ A copy of the license is included in gfdl.sgml. Initialize the random number generator with some values specific to the machine so as two fcron started exactly at the same time on two different machines run their random jobs at different time. This is useful for clusters for instance. + + Added option erroronlymail so as the output of a job is emailed only when the job exited with a non-zero status. + Bug fix: in certain conditions, jobs could be executed outside their interval of execution when using option random on %-lines. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index f6645d3..5c6e770 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Todo @@ -38,9 +38,6 @@ A copy of the license is included in gfdl.sgml. Low priority - - add an option to email the job output only if its exit code is non zero (error) - add logging to a file (instead of syslog) with configuration in fcron.conf