From: Thibault Godouet Date: Sat, 16 Feb 2002 10:09:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver2_9_4~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc2d0fb00f17873a99006ee93fa214d97ae4de85;p=thirdparty%2Ffcron.git *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 60e810d..aba4526 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,12 +19,18 @@ 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/). + + Fcrontab.5 has been updated and improved. Some examples have been added and some possible use of the different lines and options are mentioned. + 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. + + bug fixed : fcron used to call sometimes a sleep(-1), which causes a freeze (no crash, but a very very long sleep :) ) under system using LIBC5, and maybe on some non-linux systems. It was not causing any problem under GLIBC2. Thanks go to Nick Pasich. +