aboutsummaryrefslogtreecommitdiff
path: root/etc/crontab
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-08-09 19:56:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-08-09 19:56:29 +0000
commitd30b372af72d3c2ac3fb9dce24c19e7cd4f474fb (patch)
tree8994a3353a398763e9f8adfb7690402236b138e7 /etc/crontab
parenta4f59f8289c14fc709fee780d58483b60db321d1 (diff)
Notes
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab
index 375b7e147134..21568ca77b65 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,6 +1,6 @@
# /etc/crontab - root's crontab for FreeBSD
#
-# $Id: crontab,v 1.17 1997/08/13 06:12:03 pst Exp $
+# $Id: crontab,v 1.18 1998/03/30 09:17:25 ache Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
@@ -14,7 +14,7 @@ HOME=/var/log
0 * * * * root newsyslog
#
# do daily/weekly/monthly maintenance
-0 2 * * * root periodic daily 2>&1 | sendmail root
+59 1 * * * root periodic daily 2>&1 | sendmail root
30 3 * * 6 root periodic weekly 2>&1 | sendmail root
30 5 1 * * root periodic monthly 2>&1 | sendmail root
#