xref: /original-bsd/etc/crontab (revision c3e32dec)
1# Crontab file; see cron(8) for more information.
2#
3#	@(#)crontab	8.1 (Berkeley) 06/09/93
4
50,15,30,45 * * * *	root /usr/libexec/atrun
6
7#0 1 * * *	daemon	/usr/contrib/news/daily
8#0 0 * * *	uucp	/etc/uucp.daily
9#7 5,12,18 * * *	uucp	/etc/uucp.6hours
10
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
14