From 241ccdeaf33c080d675cd85c358a16633866cf81 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 20 Jun 1993 13:41:45 +0000 Subject: Initial import of 386BSD 0.1 othersrc/etc --- etc/crontab | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/crontab (limited to 'etc/crontab') diff --git a/etc/crontab b/etc/crontab new file mode 100644 index 0000000..f70ff21 --- /dev/null +++ b/etc/crontab @@ -0,0 +1,7 @@ +0,15,30,45 * * * * root /usr/libexec/atrun +#0 1 * * * daemon /usr/contrib/news/daily +#0 0 * * * uucp /etc/uucp.daily +#7 5,12,18 * * * uucp /etc/uucp.6hours +0 2 * * * root /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root +30 3 * * 6 root /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "weekly output" root +30 5 1 * * root /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "monthlyoutput" root -- cgit v1.1