CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/07 11:59:36
Modified files:
usr.sbin/cron : atrun.c
Log message:
When running at jobs, open the at spool and use the directory fd
with openat(), fstatat() and unlinkat(). This is similar to how
we run cron jobs and eliminates the need for run_job() to find the
basename of the at file. OK deraadt@
