From 115bb2009c6f4120c0cbaf82243331815a107a01 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 2 Feb 2002 14:52:49 +0000 Subject: [PATCH] *** empty log message *** --- doc/en/changes.sgml | 7 +++++-- doc/en/todo.sgml | 13 +++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 8f783eb..60e810d 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 @@ -20,7 +20,10 @@ A copy of the license is included in gfdl.sgml. 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 + 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. + + + bug fixed : you can now use arguments in the var EDITOR and VISUAL. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 7af1b20..91c8ad3 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 @@ -25,7 +25,10 @@ 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 ...)/ + 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 ...). + + + add a return code for jobs which would mean that they should not be run again (in case of an error, etc...). 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. @@ -33,6 +36,12 @@ A copy of the license is included in gfdl.sgml. run one of this job, change its nice value, stop it... + + add a system of modules : at startup, fcron loads some modules + (.so files). Then, when fcron should run the job, it calls a function + of the module, and let it manage the job (threads ?). (do linux + dlopen(), etc exist on other systems ?). + add a system of data flow -- 2.40.0