From owner-freebsd-questions Fri Jul 27 0:38:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.GhostMedia.org (CPE-61-9-178-3.vic.bigpond.net.au [61.9.178.3]) by hub.freebsd.org (Postfix) with SMTP id 4BE8D37B403 for ; Fri, 27 Jul 2001 00:38:49 -0700 (PDT) (envelope-from Matthew@GhostMedia.org) Received: (qmail 39419 invoked from network); 27 Jul 2001 07:36:31 -0000 Received: from unknown (HELO ghostbox) (192.168.0.2) by 192.168.0.1 with SMTP; 27 Jul 2001 07:36:31 -0000 Message-ID: <000801c1166f$2d0afbc0$0200a8c0@ghostbox> From: "Matthew King" To: Subject: Crontab Help Date: Fri, 27 Jul 2001 17:36:00 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C116C2.9A230F60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C116C2.9A230F60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hello for some reason my crontab is working this is what my crontab looks like atm # /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=3D/bin/sh PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=3D/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 #mrtg */5 * * * * root /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg #bsduptime */60 * * * * root /home/admin/bsduptime RevGhost WhipLasH #To keep my ADSL connection running 0-59/2 * * * * root /usr/local/etc/pingmonitor.sh #Qmail 40 * * * * /var/vpopmail/bin/clearopensmtp 2>&1 > /dev/null # to rehash vhosts * 2 * * * root /usr/local/sbin/apachectl graceful # To Rehash Webalizer */30 * * * * root /usr/local/bin/webalizer # To Rehash OMF2097 webalizer */30 * * * * root /usr/local/bin/webalizer -c = /usr/local/etc/omf2097.webalizer.conf is there any thing wrong with that? Matthew ------=_NextPart_000_0005_01C116C2.9A230F60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello for some reason my crontab is=20 working
this is what my crontab looks like = atm
 

# /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=3D/bin/sh

PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbin

HOME=3D/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

#mrtg

*/5 * * * * root /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg

#bsduptime

*/60 * * * * root /home/admin/bsduptime RevGhost WhipLasH

#To keep my ADSL connection running

0-59/2 * * * * root /usr/local/etc/pingmonitor.sh

#Qmail

40 * * * * /var/vpopmail/bin/clearopensmtp 2>&1 > = /dev/null

# to rehash vhosts

* 2 * * * root /usr/local/sbin/apachectl graceful

# To Rehash Webalizer

*/30 * * * * root /usr/local/bin/webalizer

# To Rehash OMF2097 webalizer

*/30 * * * * root /usr/local/bin/webalizer -c=20 /usr/local/etc/omf2097.webalizer.conf

 

is there any thing wrong with that?

 

Matthew

------=_NextPart_000_0005_01C116C2.9A230F60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message