diff options
author | Tom Hukins <tom@FreeBSD.org> | 2002-11-22 16:13:39 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2002-11-22 16:13:39 +0000 |
commit | 44e7a908987f8ce6b86402ce7bfdb7a8ed3c8151 (patch) | |
tree | 3fbf41a125a66fed480451bcc797128f37a7fab1 /etc/crontab | |
parent | 05ca97dd6018f09ece7a63b342a5b61060fd3a3d (diff) | |
download | src-test2-44e7a908987f8ce6b86402ce7bfdb7a8ed3c8151.tar.gz src-test2-44e7a908987f8ce6b86402ce7bfdb7a8ed3c8151.zip |
Notes
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/etc/crontab b/etc/crontab index 56ef4758eb67..2e538a823e55 100644 --- a/etc/crontab +++ b/etc/crontab @@ -10,18 +10,17 @@ HOME=/var/log # */5 * * * * root /usr/libexec/atrun # -# save some entropy so that /dev/random can reseed on boot +# Save some entropy so that /dev/random can re-seed on boot. */11 * * * * operator /usr/libexec/save-entropy # -# rotate log files every hour, if necessary +# Rotate log files every hour, if necessary. 0 * * * * root newsyslog # -# do daily/weekly/monthly maintenance +# Perform daily/weekly/monthly maintenance. 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # -# time zone change adjustment for wall cmos clock, -# does nothing, if you have UTC cmos clock. -# See adjkerntz(8) for details. +# Adjust the time zone if the CMOS clock keeps local time, as opposed to +# UTC time. See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a |