CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/11/15 16:24:24
Modified files: usr.sbin/cron : atrun.c cron.c do_command.c popen.c user.c Log message: Clean up the remaining uses of stderr and perror() and use warn/err and/or syslog depending on whether stderr is hooked up at the time. Also remove closelog() which is not needed since we are headed for exec. OK guenther@