From: thib Date: Sat, 5 Oct 2002 14:28:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=508c0279251ef407a0740ff5740ae6b14b272a9b;p=fcron *** empty log message *** --- diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 29ab983..d35ebc3 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 @@ -16,14 +16,14 @@ A copy of the license is included in gfdl.sgml. From version 2.9.1 to 2.9.2 - fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional. + Added a system fcrontab. Root can access it with fcrontab by using +"-u systab". - mailto can now be set to a non-real user (for ex., an alias). + fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional. - Added a system fcrontab. Root can access it with fcrontab by using -"-u systab". + mailto can now be set to a non-real user (for ex., an alias). fcron now calls shutdown() when a connection from fcrondyn is closed. @@ -31,14 +31,18 @@ Another change in the code should prevent fcrondyn from not returning to the pro a command has been run. - bug fix : using DESTDIR with make wasn't working with the doc. + use open() instead of fopen() to write files, for more security. fcrontab sets euid=uid before running the editor. This is required by some programs (for instance, perl). - use open() instead of fopen() to write files, for more security. + bug fix : using DESTDIR with make did not work with the doc. + + + Code clean : changed macros to make parameters clearly different +from vars. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index b09b67a..49f5b25 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 @@ -33,14 +33,11 @@ well. Use (or remove from config.h.in) MAX_USER_CON & MAX_IDLE_TIME. - - Change macros to make parameters clearly different from vars. - Use directory notifications (?) (portable ?) (cf. dnotify) - PAM support (included in fcron, but need more tests by people + PAM support (included in fcron, but needs more tests by people using PAM - not implemented in fcrondyn)