update for new cron

This commit is contained in:
cgd 1993-05-31 02:03:57 +00:00
parent b249723b10
commit 25ee61629e
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# /var/cron/tabs/root - root's crontab for NetBSD
# $Id: crontab,v 1.5 1993/05/21 14:45:17 cgd Exp $
# $Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
@ -13,6 +13,6 @@ HOME=/var/log
0 * * * * /usr/bin/newsyslog
#
# do daily/weekly/monthly maintenance
0 2 * * * sh /etc/daily
30 3 * * 6 sh /etc/weekly
30 5 1 * * sh /etc/monthly
0 2 * * * /etc/daily
30 3 * * 6 /etc/weekly
30 5 1 * * /etc/monthly