From owner-freebsd-bugs Tue Aug 3 14:10:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0DBF14FF6 for ; Tue, 3 Aug 1999 14:10:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA34813; Tue, 3 Aug 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 3 Aug 1999 14:10:02 -0700 (PDT) Message-Id: <199908032110.OAA34813@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Seth Subject: Re: conf/10947: Entering daylight time at 2am loses /etc/daily (or other 2am jobs) Reply-To: Seth Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/10947; it has been noted by GNATS. From: Seth To: freebsd-gnats-submit@freebsd.org, scottd@cloud9.net Cc: Subject: Re: conf/10947: Entering daylight time at 2am loses /etc/daily (or other 2am jobs) Date: Tue, 03 Aug 1999 17:04:22 -0400 (EDT) Here's a quick patch to include a notice in /etc/crontab. SB --- crontab Tue Aug 3 16:59:01 1999 +++ crontab.new Tue Aug 3 17:01:11 1999 @@ -14,6 +14,9 @@ 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance +# Note that any jobs scheduled for 2AM will be affected twice a year if your +# system is set to observe Daylight Savings Time. +# 0 2 * * * root periodic daily 2>&1 | sendmail root 30 3 * * 6 root periodic weekly 2>&1 | sendmail root 30 5 1 * * root periodic monthly 2>&1 | sendmail root To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message