remove debug code.
authortedu <tedu@openbsd.org>
Fri, 23 Jan 2015 01:01:06 +0000 (01:01 +0000)
committertedu <tedu@openbsd.org>
Fri, 23 Jan 2015 01:01:06 +0000 (01:01 +0000)
commit585d9be6bb6d448e46612ddbbf011e7472b45079
tree5d724bb60543ad8641dd35f2dc6cb21de476de42
parent4a635483eb5cd55f68d24c217fde341ec0c20d1c
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
14 files changed:
usr.sbin/cron/atrun.c
usr.sbin/cron/config.h
usr.sbin/cron/cron.8
usr.sbin/cron/cron.c
usr.sbin/cron/crontab.c
usr.sbin/cron/database.c
usr.sbin/cron/do_command.c
usr.sbin/cron/entry.c
usr.sbin/cron/env.c
usr.sbin/cron/funcs.h
usr.sbin/cron/globals.h
usr.sbin/cron/macros.h
usr.sbin/cron/misc.c
usr.sbin/cron/user.c