From d82d4da768a96e3ad9e527031548f1b08ef98c6d Mon Sep 17 00:00:00 2001 From: thib Date: Tue, 10 Jul 2001 14:49:52 +0000 Subject: [PATCH] bug corrected : user instead of filename --- fcrontab.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fcrontab.c b/fcrontab.c index 40dad31..f0f420d 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.c,v 1.44 2001-07-10 12:03:48 thib Exp $ */ + /* $Id: fcrontab.c,v 1.45 2001-07-10 14:49:52 thib Exp $ */ /* * The goal of this program is simple : giving a user interface to fcron @@ -42,7 +42,7 @@ #include "fcrontab.h" -char rcs_info[] = "$Id: fcrontab.c,v 1.44 2001-07-10 12:03:48 thib Exp $"; +char rcs_info[] = "$Id: fcrontab.c,v 1.45 2001-07-10 14:49:52 thib Exp $"; void info(void); void usage(void); @@ -576,7 +576,7 @@ reinstall(char *buf) if ( (i = open(buf, O_RDONLY)) < 0) { if ( errno == ENOENT ) { fprintf(stderr, "Could not reinstall: user %s has no fcrontab\n", - buf); + user); } else fprintf(stderr, "Could not open \"%s\": %s\n", buf, -- 2.40.0