diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-15 17:58:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-15 17:58:29 +0000 |
commit | e2fbb53a7710c5c25da8288f3e449144bad78a4b (patch) | |
tree | f545f69d092398b8380852a0bd13e78dd324d713 /etc/crontab | |
parent | eda32af3b47fdc0ad079b0f371b412d47cfb0ccc (diff) | |
download | FreeBSD-src-e2fbb53a7710c5c25da8288f3e449144bad78a4b.zip FreeBSD-src-e2fbb53a7710c5c25da8288f3e449144bad78a4b.tar.gz |
This was a mixed bag of spaces and ^I's.
Diffstat (limited to 'etc/crontab')
-rw-r--r-- | etc/crontab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/crontab b/etc/crontab index affe315..d27c48a 100644 --- a/etc/crontab +++ b/etc/crontab @@ -8,17 +8,17 @@ HOME=/var/log # #minute hour mday month wday who command # -*/5 * * * * root /usr/libexec/atrun +*/5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance -59 1 * * * root periodic daily 2>&1 | sendmail root -30 3 * * 6 root periodic weekly 2>&1 | sendmail root -30 5 1 * * root periodic monthly 2>&1 | sendmail root +59 1 * * * root periodic daily 2>&1 | sendmail root +30 3 * * 6 root periodic weekly 2>&1 | sendmail root +30 5 1 * * root periodic monthly 2>&1 | sendmail root # # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. -1,31 0-5 * * * root adjkerntz -a +1,31 0-5 * * * root adjkerntz -a |