CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/12 06:42:42
Modified files:
usr.sbin/cron : client.c common.c cron.c pathnames.h
Log message:
Move cron socket to /var/run/cron.sock. Client code will try the old
location if the new one doesn't exist for now. In order to allow
the fchown() to succeed, cron now sets its effective gid to crontab.
OK jca@ deraadt@
