Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2001 15:05:44 +0200
From:      Rogier Steehouder <r.j.s@gmx.net>
To:        Matthew King <Matthew@GhostMedia.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: [FBSD-Q] Crontab Help
Message-ID:  <20010730150544.A1228@rhosgobel.net>
In-Reply-To: <000801c1166f$2d0afbc0$0200a8c0@ghostbox>; from Matthew@GhostMedia.org on Fri, Jul 27, 2001 at 05:36:00PM %2B1000
References:  <000801c1166f$2d0afbc0$0200a8c0@ghostbox>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 27, 2001 at 05:36:00PM +1000, Matthew King wrote:
> hello for some reason my crontab is working

That's all right, then :-)

Seriously, I can find only one thing: you forgot to specify a username
(root) with the QMail entry. The rest looks okay to me.

With kind regards, Rogier Steehouder

> 
> # /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
> 
> #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
> 

-- 
                          ___                          _
-O_\                                                  //
 | /               Rogier Steehouder                 //\
/ \                   rjs@gmx.net                   //  \
  <---------------------- 90m ---------------------->

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




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