From owner-freebsd-questions@FreeBSD.ORG Thu Dec 25 08:01:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A320F16A4CE for ; Thu, 25 Dec 2003 08:01:21 -0800 (PST) Received: from bmyster.com (loqtis.bmyster.com [65.162.190.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0712043D45 for ; Thu, 25 Dec 2003 08:01:20 -0800 (PST) (envelope-from shawn@guillemette.org) Received: from tacstation (66-63-96-2.metrocast.net [66.63.96.2]) by bmyster.com (8.12.10/8.12.10) with SMTP id hBPGBWVM053849; Thu, 25 Dec 2003 11:11:40 -0500 (EST) Message-ID: <001201c3cb02$40a23050$6701a8c0@tacstation> From: "shawn" To: "Jonathan T. Sage" References: <001e01c3cae7$527d5ef0$6701a8c0@tacstation> <3FEB0105.8080809@theatre.msu.edu> Date: Thu, 25 Dec 2003 11:14:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: Re: cron jobs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2003 16:01:21 -0000 /etc/crontab 86%# /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 # */1 * * * * 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 */1 * * * * /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg ----- Original Message ----- From: "Jonathan T. Sage" To: "shawn" Cc: Sent: Thursday, December 25, 2003 10:23 AM Subject: Re: cron jobs