CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/22 18:01:06
Modified files:
usr.sbin/cron : atrun.c config.h cron.8 cron.c crontab.c
database.c do_command.c entry.c env.c funcs.h
globals.h macros.h misc.c user.c
Log message:
remove debug code.
I think the level of debug code in cron is excessive for a program
that has reached feature complete. If cron needs to provide more
information to the user about its operational status, I think syslog
would be more appropriate. (The debug flags also disable forking
into the background, so they aren't even that useful for debugging a
live system.)
ok deraadt millert