History log of /netbsd-src/etc/crontab (Results 1 – 16 of 16)
Revision Date Author Comments
# bb3ccfc1 29-Mar-2020 kim <kim@NetBSD.org>

Fix skipped daily in Eastern Europe

- Move /etc/daily from 03:15 -> 04:15
- Move /etc/weekly from 04:30 -> 05:30 (to keep the spacing)

This should prevent problems during daylight savings changeove

Fix skipped daily in Eastern Europe

- Move /etc/daily from 03:15 -> 04:15
- Move /etc/weekly from 04:30 -> 05:30 (to keep the spacing)

This should prevent problems during daylight savings changeover (which
is usually between 01:00 -> 04:00, depending upon the region) where the
cronjobs may be executed twice, or never at all...

This expands on the previous fix in revision 1.13 from 1997.

show more ...


# 28e7d326 27-Nov-2002 perry <perry@NetBSD.org>

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

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.

show more ...


# d1f7e40e 15-Sep-1998 lukem <lukem@NetBSD.org>

* daily/weekly/monthly:
- change to always output a valid To: and Subject: line.
- To: recipient obtained from $MAILTO (defaults to root).
- add date to Subject: line. closes [bin/4526] f

* daily/weekly/monthly:
- change to always output a valid To: and Subject: line.
- To: recipient obtained from $MAILTO (defaults to root).
- add date to Subject: line. closes [bin/4526] from Giles Lean
<giles@nemeton.com.au>
* daily: explicitly print 'Nothing to report' if /etc/security didn't
report anything.
* crontab: pass output of scripts through sendmail -t instead of

show more ...


# 552f0dc2 26-Oct-1997 lukem <lukem@NetBSD.org>

Move /etc/daily from 02:00 -> 03:15, and /etc/weekly from 03:30 -> 04:30.
Should prevent problems during daylight savings changeover (which is usually
between 01:00 -> 03:00, depending upon the regio

Move /etc/daily from 02:00 -> 03:15, and /etc/weekly from 03:30 -> 04:30.
Should prevent problems during daylight savings changeover (which is usually
between 01:00 -> 03:00, depending upon the region) where the cronjobs
may be executed twice, or never at all...

show more ...


# 71d389d4 20-Aug-1997 mikel <mikel@NetBSD.org>

include hostname in subject of email with results of running *ly
scripts; from Jim Bernard in PR misc/3996


# 8708ba66 04-Jan-1997 mrg <mrg@NetBSD.org>

remove redundant path directories.


# d02ff090 18-Feb-1996 mycroft <mycroft@NetBSD.org>

0-59/10 -> */10


# 0763a856 17-Dec-1995 thorpej <thorpej@NetBSD.org>

New-style RCS ids.


# 485a51fe 19-Feb-1994 cgd <cgd@NetBSD.org>

daily, montly, weekly no longer special


# 2dccb375 05-Dec-1993 cgd <cgd@NetBSD.org>

run atrun every 10 minutes


# 7f0c3b4d 31-May-1993 cgd <cgd@NetBSD.org>

update for new cron


# 640e7bf4 21-May-1993 cgd <cgd@NetBSD.org>

arrange for all log rotations to be handled by /usr/bin/newsyslog


# b3d044e8 03-Apr-1993 glass <glass@NetBSD.org>

Added /etc/rpc for librpc support
fixed crontab so it works (oops)
fixed /etc/daily whatis.db support


# 6b05b907 02-Apr-1993 cgd <cgd@NetBSD.org>

cleaned up header


# f1944c19 02-Apr-1993 glass <glass@NetBSD.org>

installs crontab in right place


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources