*BSD News Article 84476


Return to BSD News archive

#! rnews 1649 bsd
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!news.bbnplanet.com!cpk-news-hub1.bbnplanet.com!newsfeed.internetmci.com!news.seanet.com!news
From: dennisg <dennisg@seanet.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: who runs daily - weekly - monthly ?
Date: Sat, 07 Dec 1996 15:54:54 -0800
Organization: Seanet Online Services, Seattle WA
Lines: 31
Message-ID: <32AA03CE.FF6D5DF@seanet.com>
References: <01bd0369$f331d2a0$667d1bcc@rodia>
NNTP-Posting-Host: dennisg.seanet.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.02 (X11; I; FreeBSD 2.1.5-RELEASE i386)
To: Raul Zighelboim <"mango"@communique.,net>

Raul Zighelboim wrote:
> 
> Can't figure out who runs it, as there is no cron entry for any of them.
> 
> So, the subject.


# /etc/crontab - root's crontab for FreeBSD
#
# $Id: crontab,v 1.10.4.2 1996/06/05 20:28:12 nate 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 roo
t