From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 14:39:40 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 C5F291065672 for ; Tue, 26 Aug 2008 14:39:40 +0000 (UTC) (envelope-from SRS0=AhcfDc=ZF=webzone.net.au=andrewd@smtp.webzone.net.au) Received: from smtp.webzone.net.au (smtp.webzone.net.au [210.8.36.14]) by mx1.freebsd.org (Postfix) with ESMTP id 973A58FC15 for ; Tue, 26 Aug 2008 14:39:40 +0000 (UTC) (envelope-from SRS0=AhcfDc=ZF=webzone.net.au=andrewd@smtp.webzone.net.au) Received: from ppp121-45-79-120.lns10.adl6.internode.on.net ([121.45.79.120] helo=[192.168.202.99]) by smtp.webzone.net.au with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KXzhp-000F9s-Ha; Wed, 27 Aug 2008 00:09:38 +0930 Message-ID: <48B415A2.1090002@webzone.net.au> Date: Wed, 27 Aug 2008 00:09:30 +0930 From: Andrew D User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Leslie Jensen , FreeBSD Questions References: <48B40D99.20309@eskk.nu> In-Reply-To: <48B40D99.20309@eskk.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AUTH-WEBZONE: andrewd@webzone.net.au successfully authed as username:andrewd Cc: Subject: Re: Crontab and adjkerntz. 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, 26 Aug 2008 14:39:40 -0000 Leslie Jensen wrote: > I have a machine that only runs during office hours. I've rescheduled > the periodic jobs in crontab so that they run when the machine is on. > > My question is can I reschedule the adjkerntz job as well, without > causing any problems? I'm concerned because the job is set to run 12 > times during night time, and I'm thinking that maybe it's a resource hog > and therefore it's not advisible to run it when one uses the machine? > adjkerntz is used for adjusting the time when daylight savings starts and finishes. I wouldn't worry about it as the system runs it on boot up. Cheers cya Andrew > # Adjust the time zone if the CMOS clock keeps local time, as opposed to > # UTC time. See adjkerntz(8) for details. > 1,31 0-5 * * * root adjkerntz -a > > > Thanks > > /Leslie > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"