From: thib Date: Thu, 29 Aug 2002 17:34:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ver1564~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73f3d4f900d105cceecfd7f38f21fdf09f9d9212;p=fcron *** empty log message *** --- diff --git a/database.c b/database.c index 2d70965..dacaddc 100644 --- a/database.c +++ b/database.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: database.c,v 1.64 2002-08-25 17:26:26 thib Exp $ */ + /* $Id: database.c,v 1.65 2002-08-29 17:34:03 thib Exp $ */ #include "fcron.h" @@ -1255,7 +1255,7 @@ time_to_sleep(time_t lim) if ( (tts = tts - ti) < 0) tts = 0; -/* // debug("Time to sleep: %lds", tts); */ +/* debug("Time to sleep: %lds", tts); */ return tts; } diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index e034f24..c9c8377 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,21 +8,24 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes From version 2.9.1 to 2.9.2 + + fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional. + + + 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. Another change in the code should prevent fcrondyn from not returning to the prompt after a command has been run. - - fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional. - bug fix : using DESTDIR with make wasn't working with the doc. diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 7cd26aa..86d81b0 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,14 +27,12 @@ well. bug fix (?) : "already running" bug (? - unconfirmed) - PAM support (included in fcron, but need more tests by people -using PAM - not implemented in fcrondyn) + find a way to get user's job pid (not the fcron process + controling it) (use pipe() ?) - fcrondyn : possibility to display a list of jobs including -their options, time and date of next execution, status, of only the running -jobs, all the jobs, in order of execution or classified by user, etc. (some of -these functions or not implemented yet) + PAM support (included in fcron, but need more tests by people +using PAM - not implemented in fcrondyn) run one of this job, change its nice value, stop it... diff --git a/subs.c b/subs.c index 526f876..027df4f 100644 --- a/subs.c +++ b/subs.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: subs.c,v 1.18 2002-03-02 17:29:03 thib Exp $ */ + /* $Id: subs.c,v 1.19 2002-08-29 17:34:41 thib Exp $ */ #include "global.h" #include "subs.h" @@ -210,7 +210,7 @@ read_conf(void) /* debug(" fcrondeny=%s", fcrondeny); */ /* debug(" fcrontabs=%s", fcrontabs); */ /* debug(" pidfile=%s", pidfile); */ - debug(" fifofile=%s", fifofile); +/* debug(" fifofile=%s", fifofile); */ /* debug(" editor=%s", editor); */ /* debug(" shell=%s", shell); */ /* debug(" sendmail=%s", sendmail); */