From: thib Date: Mon, 25 Feb 2002 18:47:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=893888d5dc05c5ffa05292d8a264972bceafa064;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index aba4526..eb687ca 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,13 +8,16 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes From version 2.1.0 to 2.1.1 + + Added some new options to fcron : -y, -o, -l ; and some fcrontab options : stdout and volatile. All these permit to make fcron run in foreground, execute all the pending jobs (mainly %-jobs), and returns. May be used, for instance, in a ppp-up script with a dialup connection to update a software regularly. + 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/). @@ -25,6 +28,9 @@ A copy of the license is included in gfdl.sgml. 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 some more checks in fileconf.c : allow user to use hours, days, hourly, daily, etc options only with %-lines : it is ignored if set for a &-line, which is quite confusing for users who may type, for instance "&hourly" instead of "%hourly". + 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 803daf7..d2fc36d 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 @@ -16,10 +16,7 @@ A copy of the license is included in gfdl.sgml. If you plan to help me, please send a mail at &email; to prevent two people from doing the same thing. You can send me some propositions as well. - PAM support (ongoing) - - - add some more checks in fileconf.c : do not allow user to use hours, days, hourly (?), daily (?), etc with &-lines : it currently does nothing (no error, no special action), and it is quite confusing for users. (those options only work with %-lines). + PAM support (included in fcron, but need more tests by people using PAM) allow a non-privileged user to run fcron