Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 1999 14:10:02 -0700 (PDT)
From:      Seth <seth@freebie.dp.ny.frb.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/10947: Entering daylight time at 2am loses /etc/daily (or other 2am jobs)
Message-ID:  <199908032110.OAA34813@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/10947; it has been noted by GNATS.

From: Seth <seth@freebie.dp.ny.frb.org>
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




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