From cf5f6cd5267b48c4dd9914aaa93f6af4bc231487 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 1 Nov 2002 18:18:07 +0000 Subject: [PATCH] *** empty log message *** --- doc/en/changes.sgml | 11 ++++++++++- doc/en/todo.sgml | 8 ++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index ea8e1ee..60e5870 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 @@ -23,6 +23,11 @@ runas(root) involontary. Perf improvement : we now use buffers to write something to disk (became necessary due to the use of O_SYNC). + + + To avoid loss of data in case of an hardware failure or a system +crash, fcron now saves files to a temporary name, and then renames them to their +definitive filename if everything's ok. The PID indicated by fcrondyn is now the pid of the job itself @@ -39,6 +44,10 @@ and renice (change the priority of a running job) in fcrondyn. Added some timeouts in fcron for fcrondyn clients. + + Fcron is less restrictive concerning mailto addresses. In particular, +you can now use address like user@host. + bug fix : in 2.9.2, fcrontab and fcron did not set correctly some file modes. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 2991b28..163e757 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 @@ -27,7 +27,7 @@ well. make fcron more robust concerning system crash, hardware failure, etc. In particular, save files under a temporary name, check if everything's all right, and if yes, replace the old file by renaming the temporary file (use rename() -or a direct save if rename() fails (EBUSY) ). +or a direct save if rename() fails (EBUSY) ) --> fcrontab/convert-fcrontab support. Use directory notifications (?) (portable ?) (cf. dnotify) @@ -61,6 +61,10 @@ to run some jobs on a laptop only if it is on AC power. add a system of data flow + + Add a way to stop a job (SIGSTOP) if the lavg gets to high, and +restart it (SIGCONT) when the lavg has decreased. + -- 2.40.0