CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/12 14:12:05
Modified files:
usr.bin/at : Makefile at.c
usr.bin/crontab: Makefile
usr.sbin/cron : Makefile atrun.c client.c cron.c crontab.c
database.c funcs.h macros.h pathnames.h
Removed files:
usr.sbin/cron : common.c
Log message:
Use absolute paths in pathnames.h. There is no longer a need to
chdir(2) to the cron dir and cron(8) now changes to / via daemon(3).
We no longer try to create/chmod the spool directories as they
should be set correctly at install time. The setegid(crontab)
has been moved to open_socket() so it is closer to the chmod(2)
call that needs it. OK deraadt@ tedu@