Set a CRON_WITHIN of 7200 (2 hours). This should not be noticed on

most machines, but ones that are slept overnight (like laptops) will
no longer suddenly have all overnight jobs start simultaneously upon
awakening, rendering the machine useless. I thought I had done this
long ago, but it turned out I'd only done it for my own machines.
This commit is contained in:
perry 2002-11-27 15:09:17 +00:00
parent f58cb59ba6
commit 28e7d3260f
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $NetBSD: crontab,v 1.14 1998/09/15 05:06:30 lukem Exp $
# $NetBSD: crontab,v 1.15 2002/11/27 15:09:17 perry Exp $
#
# /var/cron/tabs/root - root's crontab for NetBSD
#
SHELL=/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
CRON_WITHIN=7200
#
#minute hour mday month wday command
#