From owner-freebsd-questions Sat Mar 20 10:45:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.nift.net (unknown [207.212.29.153]) by hub.freebsd.org (Postfix) with ESMTP id D63CA153DE for ; Sat, 20 Mar 1999 10:45:20 -0800 (PST) (envelope-from druid@eoe-magical.org) Received: from eoe-magical.org ([207.212.29.157]) by nebula.nift.net (8.8.5/8.8.5) with ESMTP id OAA04207; Sat, 20 Mar 1999 14:14:07 -0600 (CST) Message-ID: <36F38C2E.8E6C0346@eoe-magical.org> Date: Sat, 20 Mar 1999 11:53:19 +0000 From: Donald X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Oscar Bonilla Cc: freebsd-questions@freebsd.org Subject: Re: Crontab entry References: <36F370F7.E821252D@eoe-magical.org> <19990320123238.B3029@fisicc-ufm.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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