summaryrefslogtreecommitdiff
path: root/etc/crontab
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1994-01-22 20:44:14 +0000
committerGuido van Rooij <guido@FreeBSD.org>1994-01-22 20:44:14 +0000
commit3b15f669f794cc1a5ce8ee796832594c585370af (patch)
treedcdc5ded7e2d1e62b37f54d05916841e756005f1 /etc/crontab
parent3926f9e8f31526f9cc565bc237ffe0877f91df2f (diff)
downloadsrc-test2-3b15f669f794cc1a5ce8ee796832594c585370af.tar.gz
src-test2-3b15f669f794cc1a5ce8ee796832594c585370af.zip
Notes
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/crontab b/etc/crontab
index 6fbba84193bb..5327ef661d7d 100644
--- a/etc/crontab
+++ b/etc/crontab
@@ -1,25 +1,25 @@
# /var/cron/tabs/root - root's crontab for FreeBSD
#
-# $Id: crontab,v 1.3 1994/01/04 17:50:25 ache Exp $
+# $Id: crontab,v 1.4 1994/01/08 15:07:43 ache Exp $
# From: Id: crontab,v 1.6 1993/05/31 02:03:57 cgd Exp
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
-#minute hour mday month wday command
+#minute hour mday month wday who command
#
-0/5 * * * * /usr/libexec/atrun
+0/5 * * * * root /usr/libexec/atrun
#
# rotate log files every hour, if necessary
-#0 * * * * /usr/bin/newsyslog
+#0 * * * * root /usr/bin/newsyslog
#
# do daily/weekly/monthly maintenance
-0 2 * * * /etc/daily
-30 3 * * 6 /etc/weekly
-30 5 1 * * /etc/monthly
+0 2 * * * root /etc/daily
+30 3 * * 6 root /etc/weekly
+30 5 1 * * root /etc/monthly
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
-0 3 * * * /sbin/adjkerntz -a
+0 3 * * * root /sbin/adjkerntz -a