From 6edb4b33d96df60e4a3061c7417f5060e7143bd0 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 27 Jan 2002 16:37:19 +0000 Subject: [PATCH] *** empty log message *** --- doc/en/changes.sgml | 5 ++++- doc/en/fcrontab.5.sgml | 4 ++-- doc/en/todo.sgml | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 1ca88bd..6c3316a 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 @@ -19,6 +19,9 @@ A copy of the license is included in gfdl.sgml. All the documentation has been ported to SGML DocBook. It results on a much better HTML version, which I recommand you use. It is installed by default in fcron documentation directory (for instance, on my system : /usr/share/doc/fcron-X.X.X/). + + Added option random, which allows an entry run periodically to be run at a random time in its intervals of execution, instead of being run as soon as possible. + diff --git a/doc/en/fcrontab.5.sgml b/doc/en/fcrontab.5.sgml index 5a45eec..e88108f 100644 --- a/doc/en/fcrontab.5.sgml +++ b/doc/en/fcrontab.5.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + @@ -425,7 +425,7 @@ A copy of the license is included in gfdl.sgml. random boolean(0) - In a line run periodically, this option answer the question : should this job be run as soon as possible in its interval of execution (safer), or should fcron set a random time of execution in that interval ? Note that if this option is set, the job may not run if fcron is not running during allthe execution interval. Besides, you must know that the random scheme may be quite easy to guess for skilled people. + In a line run periodically, this option answers the question : should this job be run as soon as possible in its interval of execution (safer), or should fcron set a random time of execution in that interval ? Note that if this option is set, the job may not run if fcron is not running during all the execution interval. Besides, you must know that the random scheme may be quite easy to guess for skilled people. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 585373c..7af1b20 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 @@ -24,6 +24,9 @@ A copy of the license is included in gfdl.sgml. allow a non-privileged user to run fcron + + add a "random" option to %-lines, to change policy from : "run as soon as possible" to "set a random time to sleep before execing asap" (and then run - if the system hasn't gone down ...)/ + possibility to display a list of jobs including their options, time and date of next execution, status, of only the running jobs, all the jobs, in order of execution or classified by user, etc. -- 2.40.0