From owner-freebsd-questions@FreeBSD.ORG Tue Jun 9 14:55:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BE191065704 for ; Tue, 9 Jun 2009 14:55:50 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 0188D8FC13 for ; Tue, 9 Jun 2009 14:55:49 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id AA9FA508A4; Tue, 9 Jun 2009 16:55:48 +0200 (CEST) Received: from [10.10.10.71] (unknown [10.10.10.71]) by webrz.xs4all.nl (Postfix) with ESMTP id 8B90A50878; Tue, 9 Jun 2009 16:55:47 +0200 (CEST) Message-ID: <4A2E77FE.5020504@webrz.net> Date: Tue, 09 Jun 2009 16:55:58 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Mike Jeays References: <20090608183045.F1B08BED8@kev.msw.wpafb.af.mil> <4A2D5EDF.2000508@webrz.net> <200906081832.31564.mike.jeays@rogers.com> In-Reply-To: <200906081832.31564.mike.jeays@rogers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @triton.webrz.net Cc: freebsd-questions@freebsd.org Subject: Re: Cronjob X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 14:55:51 -0000 Mike Jeays wrote: Isn't that a linuxism? Looking at the man pages for the date command for FreeBSD, it looks as if 'date -v+1d' will return tomorrow's date (and it does, I checked). The -d option is to do with daylight saving time. - eot- I see; will have that incorporated in the script. Thanks for sharing, Jos