]> granicus.if.org Git - fcron/commitdiff
*** empty log message ***
authorthib <thib>
Tue, 27 Feb 2001 20:50:00 +0000 (20:50 +0000)
committerthib <thib>
Tue, 27 Feb 2001 20:50:00 +0000 (20:50 +0000)
configure.in
database.c

index b0a419df0f5620a33791387954dbf0b1b6fc80e8..137af420f712f20b3ad0609d923c5ed9ef46c885 100644 (file)
@@ -8,7 +8,7 @@ AC_PREFIX_DEFAULT($prefix)
 AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.7)
 
-vers="1.0.1"
+vers="1.0.2"
 vers_quoted="\"$vers\""
 AC_DEFINE_UNQUOTED(VERSION, $vers)
 AC_DEFINE_UNQUOTED(VERSION_QUOTED, $vers_quoted)
index c99af69f7fd5186f28cd5b1272f8e7a9564dd78e..0f5d7612246c377eab1121766babc89b36ceb485 100644 (file)
@@ -22,7 +22,7 @@
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: database.c,v 1.48 2001-02-14 13:53:17 thib Exp $ */
+ /* $Id: database.c,v 1.49 2001-02-27 20:50:22 thib Exp $ */
 
 #include "fcron.h"
 
@@ -948,7 +948,7 @@ set_next_exe(CL *line, char option)
 
 void
 set_next_exe_notrun(CL *line, char context)
-    /* set the time of the next execution and send a mail to tell him the job
+    /* set the time of the next execution and send a mail to tell user his job
      * has not run if necessary */
 {
     time_t next_period = 0;