summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-01-08 15:07:43 +0000
committerache <ache@FreeBSD.org>1994-01-08 15:07:43 +0000
commit95efc659d2fc138c72fc0023b166ff30d12fceef (patch)
tree1ff4c7ea282977659a56a983bd5e888f92719aec /etc/crontab
parent8fa811ce00b5d0c07d0e72f97cfac60d0f0accd1 (diff)
downloadFreeBSD-src-95efc659d2fc138c72fc0023b166ff30d12fceef.zip
FreeBSD-src-95efc659d2fc138c72fc0023b166ff30d12fceef.tar.gz
atrun uncommented.
atrun interval changed to 5 minutes.
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 6e6b977..6fbba84 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,6 +1,6 @@
# /var/cron/tabs/root - root's crontab for FreeBSD
#
-# $Id: crontab,v 1.2 1993/07/19 19:08:04 rgrimes Exp $
+# $Id: crontab,v 1.3 1994/01/04 17:50:25 ache Exp $
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
#
SHELL=/bin/sh
@@ -9,7 +9,7 @@ HOME=/var/log
#
#minute hour mday month wday command
#
-#0/15 * * * * /usr/libexec/atrun
+0/5 * * * * /usr/libexec/atrun
#
# rotate log files every hour, if necessary
#0 * * * * /usr/bin/newsyslog
OpenPOWER on IntegriCloud