Remove cron.pid support. We still want to avoid multiple crons
authormillert <millert@openbsd.org>
Sun, 25 Oct 2015 21:30:11 +0000 (21:30 +0000)
committermillert <millert@openbsd.org>
Sun, 25 Oct 2015 21:30:11 +0000 (21:30 +0000)
commit52c15c8a5703d179125a054c9d25135153f6dc57
tree7499c50e9fac4dd3d4da9016d5d09135fd446a9d
parentbb9d62fda5d3511d76b07b19b6af80adcf049483
Remove cron.pid support.  We still want to avoid multiple crons
running so verify that if the cron socket exists nothing is listening
on it.  OK tedu@
usr.sbin/cron/atrun.c
usr.sbin/cron/cron.c
usr.sbin/cron/do_command.c
usr.sbin/cron/misc.c