]> granicus.if.org Git - fcron/commitdiff
now updated in xexit()
authorthib <thib>
Sun, 18 Jun 2000 15:28:15 +0000 (15:28 +0000)
committerthib <thib>
Sun, 18 Jun 2000 15:28:15 +0000 (15:28 +0000)
fcron.c

diff --git a/fcron.c b/fcron.c
index f469c732b54232cfec173b73396bd0802280938c..059dc7ffc7bf015eced5f2c7931540de90d5ee0b 100644 (file)
--- a/fcron.c
+++ b/fcron.c
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcron.c,v 1.14 2000-06-18 13:11:11 thib Exp $ */
+ /* $Id: fcron.c,v 1.15 2000-06-18 15:28:15 thib Exp $ */
 
 #include "fcron.h"
 
-char rcs_info[] = "$Id: fcron.c,v 1.14 2000-06-18 13:11:11 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.15 2000-06-18 15:28:15 thib Exp $";
 
 void main_loop(void);
 void info(void);
@@ -102,11 +102,13 @@ xexit(int exit_value)
 {
     CF *f = NULL;
 
+    now = time(NULL);
+
     /* we save all files now and after having waiting for all
      * job being executed because we might get a SIGKILL
      * if we don't exit quickly */
     save_file(NULL, NULL);
-
+    
     f = file_base;
     while ( f != NULL ) {
        if ( f->cf_running > 0 ) {