From: thib Date: Sun, 24 Feb 2002 16:51:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c2842f1b378af7743a143a68f715272be99ba8;p=fcron *** empty log message *** --- diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index ee6ad4e..803daf7 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 @@ -18,18 +18,12 @@ A copy of the license is included in gfdl.sgml. PAM support (ongoing) - - convert the doc into DocBook(ongoing), and make it easier to read and understand - 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). 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 return code for jobs which would mean that they should not be run again (in case of an error, etc...).