diff options
author | tom <tom@FreeBSD.org> | 2002-11-22 16:13:39 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2002-11-22 16:13:39 +0000 |
commit | 16a0962105073549c567209736af81ded4ef56f8 (patch) | |
tree | 3fbf41a125a66fed480451bcc797128f37a7fab1 /etc | |
parent | 42bbfe90530e6794ad4d0f81fd1f9adf899a43d7 (diff) | |
download | FreeBSD-src-16a0962105073549c567209736af81ded4ef56f8.zip FreeBSD-src-16a0962105073549c567209736af81ded4ef56f8.tar.gz |
Clarify adjkerntz(8) note and use complete sentences in comments.
PR: misc/45493
Approved by: re (rwatson)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/crontab | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/etc/crontab b/etc/crontab index 56ef475..2e538a8 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 |