From owner-freebsd-bugs Mon Dec 8 14:20:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20207 for bugs-outgoing; Mon, 8 Dec 1997 14:20:21 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA20150; Mon, 8 Dec 1997 14:20:11 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 8 Dec 1997 14:20:11 -0800 (PST) Resent-Message-Id: <199712082220.OAA20150@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, rone@bofh.noc.best.net Received: from bofh.noc.best.net (root@ennui.org [205.149.163.54]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA20035 for ; Mon, 8 Dec 1997 14:19:44 -0800 (PST) (envelope-from rone@bofh.noc.best.net) Received: (from rone@localhost) by bofh.noc.best.net (8.8.8/8.7.3) id OAA21358; Mon, 8 Dec 1997 14:05:28 -0800 (PST) Message-Id: <199712082205.OAA21358@bofh.noc.best.net> Date: Mon, 8 Dec 1997 14:05:28 -0800 (PST) From: Ron Echeverri Reply-To: rone@bofh.noc.best.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/5254: patch for /usr/src/etc/crontab Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 5254 >Category: conf >Synopsis: /etc/crontab runs /etc/daily at 02:00 - bad thing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 8 14:20:03 PST 1997 >Last-Modified: >Originator: Ron Echeverri >Organization: fidgety systems administrators gmbh >Release: FreeBSD 2.2.5-STABLE i386 >Environment: Humble apologies if i didn't do this right or send it to the right place. >Description: /etc/daily gets run at 02:00. This is a problem when we move to Daylight Savings Time. >How-To-Repeat: Wait until April. >Fix: --- crontab.orig Mon Dec 8 13:58:32 1997 +++ crontab Mon Dec 8 13:59:17 1997 @@ -15,8 +15,8 @@ 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 +0 3 * * * root /etc/daily 2>&1 | sendmail root +15 4 * * 6 root /etc/weekly 2>&1 | sendmail root 30 5 1 * * root /etc/monthly 2>&1 | sendmail root # # time zone change adjustment for wall cmos clock, >Audit-Trail: >Unformatted: