From 958c60a1acc2732f5617d7d4b956235f7922f88a Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Tue, 1 Jan 2013 18:24:52 +0000 Subject: [PATCH] Updated documentation --- doc/en/changes.sgml | 3 +++ doc/en/todo.sgml | 18 ++++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index f3ea05c..df85279 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -20,6 +20,9 @@ A copy of the license is included in gfdl.sgml. tweaked 'make indent' options and applied + + Fcron can now log to a file (without syslog) - thanks Matthew Signorini. + fixed fcrontab edition of *ly lines (hourly, daily, etc) diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index a06146e..e6480e6 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -31,15 +31,18 @@ A copy of the license is included in gfdl.sgml. Low priority + + For environment settings, make a var substitution. + + + add a mailsubject option, for custom mail subjects (for instance, in case of a job containing something secret -- password, etc -- in the command line). + Use directory notifications (FAM) / inotify, and support a fcrontab and a cron.d as Vixie cron does (directly included in fcron itself, not thanks to a script as now). However the parsing work is done by fcrontab, and should probably keep on being done by fcrontab for security and stability reasons: have fcron call fcrontab to do that job? - - use readline (if available) for fcrondyn. - could be worth checking fcron for memory leaks using specialized library (just in case...) @@ -55,12 +58,6 @@ A copy of the license is included in gfdl.sgml. find way to have the non translated pages of the French translation be updated automatically (changes, todo, etc -> copied from the English doc) - - add logging to a file (instead of syslog) with configuration in fcron.conf - - - For environment settings, make a var substitution. - add a return code for jobs which would mean that they should not be run again (in case of an error, etc...). @@ -73,9 +70,6 @@ A copy of the license is included in gfdl.sgml. support for per user serial queue (especially for root) - - add a mailsubject option, for custom mail subjects (for instance, in case of a job containing something secret -- password, etc -- in the command line). - -- 2.47.3