Clarify adjkerntz(8) note and use complete sentences in comments.
PR: misc/45493 Approved by: re (rwatson)
This commit is contained in:
parent
99f8f7eb77
commit
5203fce38f
11
etc/crontab
11
etc/crontab
@ -10,18 +10,17 @@ HOME=/var/log
|
|||||||
#
|
#
|
||||||
*/5 * * * * root /usr/libexec/atrun
|
*/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
|
*/11 * * * * operator /usr/libexec/save-entropy
|
||||||
#
|
#
|
||||||
# rotate log files every hour, if necessary
|
# Rotate log files every hour, if necessary.
|
||||||
0 * * * * root newsyslog
|
0 * * * * root newsyslog
|
||||||
#
|
#
|
||||||
# do daily/weekly/monthly maintenance
|
# Perform daily/weekly/monthly maintenance.
|
||||||
1 3 * * * root periodic daily
|
1 3 * * * root periodic daily
|
||||||
15 4 * * 6 root periodic weekly
|
15 4 * * 6 root periodic weekly
|
||||||
30 5 1 * * root periodic monthly
|
30 5 1 * * root periodic monthly
|
||||||
#
|
#
|
||||||
# time zone change adjustment for wall cmos clock,
|
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
|
||||||
# does nothing, if you have UTC cmos clock.
|
# UTC time. See adjkerntz(8) for details.
|
||||||
# See adjkerntz(8) for details.
|
|
||||||
1,31 0-5 * * * root adjkerntz -a
|
1,31 0-5 * * * root adjkerntz -a
|
||||||
|
Loading…
Reference in New Issue
Block a user