Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Aug 2001 11:34:38 -0500
From:      "Todd Reed" <ex279@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Crontab
Message-ID:  <F220U7a0xtAEHLB8TrB00000df9@hotmail.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
I'm stil trying to get MRTG to run in crontab!  I tried using vi to edit the 
/etc/crontab and adding the lines.  I also tried to use crontab -e and I 
still am having trouble.  I've attached the /etc/crontab.  I'm not sure 
where I'm going wrong.  I'm wanting to run MRTG every fine minutes.  And 
I've tried everything I've been told.  Any help is appreciated.

--Todd

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

[-- Attachment #2 --]
# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.21.2.3 2000/12/08 10:56:07 obrien Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute	hour	mday	month	wday	who	command
#
*/5	*	*	*	*	root	/usr/libexec/atrun
#
# rotate log files every hour, if necessary
0	*	*	*	*	root	newsyslog
#
# do daily/weekly/monthly maintenance
1	3	*	*	*	root	periodic daily
15	4	*	*	6	root	periodic weekly
30	5	1	*	*	root	periodic monthly
#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
1,31	0-5	*	*	*	root	adjkerntz -a

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F220U7a0xtAEHLB8TrB00000df9>