diff -ur chkconfig-1.2.24~/chkconfig.c chkconfig-1.2.24/chkconfig.c --- chkconfig-1.2.24~/chkconfig.c Sat Jan 26 20:44:10 2002 +++ chkconfig-1.2.24/chkconfig.c Sat Jan 26 20:45:41 2002 @@ -281,12 +281,14 @@ int rc, i, x; char * levels = NULL; int help=0, version=0; + int msec = 0; poptContext optCon; struct poptOption optionsTable[] = { { "add", '\0', 0, &addItem, 0 }, { "del", '\0', 0, &delItem, 0 }, { "list", '\0', 0, &listItem, 0 }, { "level", '\0', POPT_ARG_STRING, &levels, 0 }, + { "msec", 'm', POPT_ARG_NONE, &msec, 0}, { "help", 'h', POPT_ARG_NONE, &help, 0 }, { "version", 'v', POPT_ARG_NONE, &version, 0 }, { 0, 0, 0, 0, 0 }