From owner-freebsd-questions@FreeBSD.ORG Fri May 30 16:53:22 2008 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 B0841106568D for ; Fri, 30 May 2008 16:53:22 +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 886868FC15 for ; Fri, 30 May 2008 16:53:22 +0000 (UTC) (envelope-from jos@webrz.net) Received: from webrz.xs4all.nl (localhost.webrz.net [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id E3BE3FD06E for ; Fri, 30 May 2008 18:54:00 +0200 (CEST) Received: from [10.10.10.27] (atlantis.webrz.net [10.10.10.27]) by webrz.xs4all.nl (Postfix) with ESMTP id A982BFD06D for ; Fri, 30 May 2008 18:54:00 +0200 (CEST) Message-ID: <484030F4.1040804@webrz.net> Date: Fri, 30 May 2008 18:53:08 +0200 From: Jos Chrispijn User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <483FC68E.2030603@webrz.net> <20080530161742.GB42590@gizmo.acns.msu.edu> In-Reply-To: <20080530161742.GB42590@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @ prometheus.webrz.net Subject: Re: Delayed cronjobs 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: Fri, 30 May 2008 16:53:22 -0000 Hi Jerry, Jerry McAllister wrote: > You can write the sccript that your cronjob starts so that it keeps > track of when it was last run and then either have cron run it often > or add it to /usr/local/etc/rc.d to be run at startup. That would be a good option as well; I didn't think of that. thanks for sharing, Jos