From 3e5e12b82a975efd3b43771369d7a4d390c47005 Mon Sep 17 00:00:00 2001 From: thib Date: Fri, 22 Jun 2001 21:09:58 +0000 Subject: [PATCH] added debug_opt var --- convert-fcrontab.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/convert-fcrontab.c b/convert-fcrontab.c index 24b1c04..1158f56 100644 --- a/convert-fcrontab.c +++ b/convert-fcrontab.c @@ -22,12 +22,12 @@ * `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/"; -- 2.40.0