diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-10 12:54:34 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2000-12-10 12:54:34 +0000 |
| commit | 5af1702a8f0ad116b22c105f5d3846efd8a4ed25 (patch) | |
| tree | 69cbd4f37f00d3cfc40eee5538131a35655028ad /etc/crontab | |
| parent | 772922d066bd656fa3a2febf46467a460ae310b5 (diff) | |
Notes
Diffstat (limited to 'etc/crontab')
| -rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index 784980c48d63..bd12b2dcdb54 100644 --- a/etc/crontab +++ b/etc/crontab @@ -14,8 +14,8 @@ HOME=/var/log 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance -1 3 * * * root periodic daily -15 4 * * 6 root periodic weekly +1 3 * * 0-5 root periodic daily +1 3 * * 6 root periodic daily weekly 30 5 1 * * root periodic monthly # # time zone change adjustment for wall cmos clock, |
