]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
added debug_opt var
authorThibault Godouet <yo8192@users.noreply.github.com>
Fri, 22 Jun 2001 21:09:58 +0000 (21:09 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Fri, 22 Jun 2001 21:09:58 +0000 (21:09 +0000)
convert-fcrontab.c

index 24b1c041f69f35d825233fe9e8c0b941bacc766e..1158f562afb4a1d4d7aaa5e6e30b570f4b34b099 100644 (file)
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: convert-fcrontab.c,v 1.4 2001-05-17 00:53:41 thib Exp $ */
+ /* $Id: convert-fcrontab.c,v 1.5 2001-06-22 21:09:58 thib Exp $ */
 
 
 #include "convert-fcrontab.h"
 
-char rcs_info[] = "$Id: convert-fcrontab.c,v 1.4 2001-05-17 00:53:41 thib Exp $";
+char rcs_info[] = "$Id: convert-fcrontab.c,v 1.5 2001-06-22 21:09:58 thib Exp $";
 
 void info(void);
 void usage(void);
@@ -41,6 +41,7 @@ char  *cdir = FCRONTABS;      /* the dir where are stored users' fcrontabs */
 char *prog_name = NULL;
 char foreground = 1;
 pid_t daemon_pid = 0;
+char debug_opt = 0;
 
 /* used in temp_file() (so needed by subs.c)  */
 char *tmp_path = "/tmp/";