date and time created 94/03/13 09:05:12 by eric
[unix-history] / usr / src / etc / crontab
CommitLineData
68e3c9d5
KB
1# Crontab file; see cron(8) for more information.
2#
2ee9f9c8 3# @(#)crontab 8.1 (Berkeley) %G%
68e3c9d5 4
6481d7da 50,15,30,45 * * * * root /usr/libexec/atrun
68e3c9d5 6
f128d388
KB
7#0 1 * * * daemon /usr/contrib/news/daily
8#0 0 * * * uucp /etc/uucp.daily
9#7 5,12,18 * * * uucp /etc/uucp.6hours
68e3c9d5 10
9c4e9428
KB
110 2 * * * root /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root
1230 3 * * 6 root /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "weekly output" root
1330 5 1 * * root /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "monthlyoutput" root