]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Thu, 29 Aug 2002 17:34:03 +0000 (17:34 +0000)
committerthib <thib>
Thu, 29 Aug 2002 17:34:03 +0000 (17:34 +0000)
database.c
doc/en/changes.sgml
doc/en/todo.sgml
subs.c

index 2d709651bc4302c15c9e5efa6d30927010fdd56b..dacaddc5712769a0fb46b7ae6a039ac6c869f80f 100644 (file)
@@ -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;
 }
index e034f2453c590bba9a41994a9964f80a68c85980..c9c8377838e03f21e3d3c4cf6871843e1bdc703c 100644 (file)
@@ -8,21 +8,24 @@ Foundation.
 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>
index 7cd26aa7bf583a98857e174070d476fc8dcd790c..86d81b014a26198612a1882c478f5316653fc5d5 100644 (file)
@@ -8,7 +8,7 @@ Foundation.
 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>
@@ -27,14 +27,12 @@ well.</para>
            <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>
diff --git a/subs.c b/subs.c
index 526f876d87923cc5c59ebd66a4c64dc2f213a1df..027df4fc50aa91ad8547fa1314a618b08bff5c5b 100644 (file)
--- 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); */