From: thib Date: Mon, 14 Jul 2003 10:56:53 +0000 (+0000) Subject: updated support for emacs's psgml X-Git-Tag: ver2_9_4~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddadf8362fe9e925e023b4102c52bb9ca509f681;p=fcron updated support for emacs's psgml updated --- diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 8f51df4..52d0937 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,13 +18,21 @@ A copy of the license is included in gfdl.sgml. people from doing the same thing. You can send me some propositions as well. + + add psgml-docbook-dtd.cache, psgml-ecat.file to RCS & CVS + + + mail of wohler@newt.com + - put save_one_file() in save.c (make a single function, instead of 3 different) - - - make announce email GPG signed and include the MD5 checksum -of the source archive. + crash when /var is full ??? + + problem with daylight savings ? ("already running" ...) (cf. Nick's mails -- Warning : he has a new address)) + + + add a new FAQ entry : what should be done to completely replace vixie cron by fcron ? Are there some incompatibilities ? + bug fix : makewhatis does not work correctly with fcron 2.9.0 and following @@ -35,12 +43,15 @@ of the source archive. PAM support (included in fcron, but needs more tests by people -using PAM - not implemented in fcrondyn) +using PAM - not implemented in fcrondyn : is it needed if fcrondyn anyway ?) implement more commands for fcrondyn, and make it more secure and reliable + + add a timezone option instead of the tzdiff (so it would look like !timezone(europe/paris)) (?) + For environment settings, make a var substitution. @@ -52,7 +63,7 @@ not be run again (in case of an error, etc...). 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 ?). +other systems ? - yes : thanks Harring ;) dlopen exists on all POSIX system - even windoze - abait it does not use the same insterface of function calls. But it can be easily implemented to port to another system.). (related to the system of modules ? create a kind of dependencies ?) @@ -65,6 +76,13 @@ to run some jobs on a laptop only if it is on AC power. Add a way to stop a job (SIGSTOP) if the lavg gets to high, and restart it (SIGCONT) when the lavg has decreased. + + + Add a timeout for task completion : if a task takes more than +a specified timeout, then start another script with the initial task PID as argument. +That would allow a kill with different signals (-HUP, -TERM -STOP, .... or +any other action like sending a mail to sysadmin to alert him/her that a task is taking +too much time and that he has to have a look at it.) Add a directory similar to xinet.d or logrotate.d @@ -78,6 +96,16 @@ restart it (SIGCONT) when the lavg has decreased. Local variables: mode: sgml sgml-parent-document:("fcron-doc.sgml" "book" "chapter" "sect1" "") -sgml-default-dtd-file: "fcron-doc.ced" +sgml-omittag:t +sgml-shorttag:t +sgml-namecase-general:t +sgml-general-insert-case:lower +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:4 +sgml-indent-data:nil +sgml-exposed-tags:nil +sgml-local-catalogs:nil +sgml-local-ecat-files:nil End: -->