From 6d791fdcf09b91e16ead14d0211d48e327d962c5 Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 4 Nov 2001 18:58:17 +0000 Subject: [PATCH] removed unused var a_pam_user corrected -h message (-c option) --- fcrontab.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fcrontab.c b/fcrontab.c index 5a7396b..53dc222 100644 --- a/fcrontab.c +++ b/fcrontab.c @@ -22,7 +22,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: fcrontab.c,v 1.51 2001-11-02 14:27:33 thib Exp $ */ + /* $Id: fcrontab.c,v 1.52 2001-11-04 18:58:17 thib Exp $ */ /* * The goal of this program is simple : giving a user interface to fcron @@ -45,7 +45,7 @@ #include "allow.h" #include "fileconf.h" -char rcs_info[] = "$Id: fcrontab.c,v 1.51 2001-11-02 14:27:33 thib Exp $"; +char rcs_info[] = "$Id: fcrontab.c,v 1.52 2001-11-04 18:58:17 thib Exp $"; void info(void); void usage(void); @@ -125,7 +125,7 @@ usage(void) " -e edit user's current fcrontab.\n" " -z reinstall user's fcrontab from source code.\n" " -n ignore previous version of file.\n" - " -c make fcrontab use config file f.\n" + " -c f make fcrontab use config file f.\n" " -d set up debug mode.\n" " -h display this help message.\n" "\n" @@ -940,7 +940,6 @@ main(int argc, char **argv) #ifdef HAVE_LIBPAM int retcode = 0; const char * const * env; - char *a_pam_user; #endif #ifdef USE_SETE_ID struct passwd *pass; -- 2.40.0