summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-06-20 13:41:45 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-06-20 13:41:45 +0000
commit241ccdeaf33c080d675cd85c358a16633866cf81 (patch)
treec84dd7ab382aa1dba3e4756697763fde81eccd04 /etc/crontab
parent146bcedccdd97829716f102265608ee44a35d3a1 (diff)
downloadFreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.zip
FreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.tar.gz
Initial import of 386BSD 0.1 othersrc/etc
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab7
1 files changed, 7 insertions, 0 deletions
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
OpenPOWER on IntegriCloud