Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Mar 1999 11:53:19 +0000
From:      Donald <druid@eoe-magical.org>
To:        Oscar Bonilla <obonilla@fisicc-ufm.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Crontab entry
Message-ID:  <36F38C2E.8E6C0346@eoe-magical.org>
References:  <36F370F7.E821252D@eoe-magical.org> <19990320123238.B3029@fisicc-ufm.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
its that way in the complete file supplied by Freebsd.

origional crontab file listed here


# /etc/crontab - root's crontab for FreeBSD
#
# $Id: crontab,v 1.13 1996/01/06 22:21:37 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 who command
#
*/5     *       *       *       *       root /usr/libexec/atrun
#
# rotate log files every hour, if necessary
0 * * * * root /usr/sbin/newsyslog
#
# do daily/weekly/monthly maintenance
0       2       *       *       *       root    /etc/daily 2>&1 | sendmail root
30      3       *       *       6       root    /etc/weekly 2>&1 | sendmail root

30      5       1       *       *       root    /etc/monthly 2>&1 | sendmail
root

#  Don did this for Majorcool update
#5,10,15,20,25,30,35,40,45,50,55 * * * *  root /usr/local/majordomo/wrapper
mj_key_cache 2>&1 | sendmail root

#
# time zone change adjustment for wall cmos clock,
# does nothing, if you have UTC cmos clock.
# See adjkerntz(8) for details.
1,31 0-4 * * * root /sbin/adjkerntz -a


Oscar Bonilla wrote:

> On Sat, Mar 20, 1999 at 09:57:11AM +0000, Donald wrote:
> > 5,10,15,20,25,30,35,40,45,50,55 * * * *   root   /usr/majordomo/wrapper
> > mj_key_cache 2>&1 | sendmail root
> >
>



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?36F38C2E.8E6C0346>