17 lines
645 B
Plaintext
17 lines
645 B
Plaintext
# (/root/root.cron installed on Sun Mar 28 20:31:41 1993)
|
|
# (Cron version -- $Header: /cvsroot/src/etc/crontab,v 1.2 1993/04/02 07:18:24 glass Exp $)
|
|
# (crontab.386bsd installed on Sun Mar 28 16:52:10 1993)
|
|
# (Cron version -- $Header: /cvsroot/src/etc/crontab,v 1.2 1993/04/02 07:18:24 glass Exp $)
|
|
# /etc/crontab.src - root's crontab for Vixie's cron
|
|
#
|
|
SHELL=/bin/sh
|
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
|
HOME=/var/log
|
|
#
|
|
#minute hour mday month wday command
|
|
#
|
|
#0/15 * * * * /usr/libexec/atrun
|
|
0 2 * * * /etc/daily > /var/log/daily.out 2>&1
|
|
30 3 * * 6 /etc/weekly > /var/log/weekly.out 2>&1
|
|
30 5 1 * * /etc/monthly > /var/log/monthly.out 2>&1
|