Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 1997 14:05:28 -0800 (PST)
From:      Ron Echeverri <rone@bofh.noc.best.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/5254: patch for /usr/src/etc/crontab
Message-ID:  <199712082205.OAA21358@bofh.noc.best.net>
Resent-Message-ID: <199712082220.OAA20150@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712082205.OAA21358>