* `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"
if ( (tts = tts - ti) < 0)
tts = 0;
-/* // debug("Time to sleep: %lds", tts); */
+/* debug("Time to sleep: %lds", tts); */
return tts;
}
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: changes.sgml,v 1.14 2002-08-22 21:38:01 thib Exp $ -->
+<!-- $Id: changes.sgml,v 1.15 2002-08-29 17:35:29 thib Exp $ -->
<sect1 id="changes">
<title>Changes</title>
<itemizedlist>
<title>From version 2.9.1 to 2.9.2</title>
+ <listitem>
+ <para>fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional.</para>
+ </listitem>
+ <listitem>
+ <para>mailto can now be set to a non-real user (for ex., an alias).</para>
+ </listitem>
<listitem>
<para>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.</para>
</listitem>
- <listitem>
- <para>fcrondyn's ls_lavgq, ls_serialq and ls_exeq are now functional.</para>
- </listitem>
<listitem>
<para>bug fix : using DESTDIR with make wasn't working with the doc.</para>
</listitem>
A copy of the license is included in gfdl.sgml.
-->
-<!-- $Id: todo.sgml,v 1.11 2002-08-22 21:37:52 thib Exp $ -->
+<!-- $Id: todo.sgml,v 1.12 2002-08-29 17:34:57 thib Exp $ -->
<sect1 id="todo">
<title>Todo</title>
<para>bug fix (?) : "already running" bug (? - unconfirmed) </para>
</listitem>
<listitem>
- <para>PAM support (included in fcron, but need more tests by people
-using PAM - not implemented in fcrondyn)</para>
+ <para>find a way to get user's job pid (not the fcron process
+ controling it) (use pipe() ?)</para>
</listitem>
<listitem>
- <para>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)</para>
+ <para>PAM support (included in fcron, but need more tests by people
+using PAM - not implemented in fcrondyn)</para>
</listitem>
<listitem>
<para>run one of this job, change its nice value, stop it...</para>
* `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"
/* 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); */