From owner-freebsd-current@FreeBSD.ORG Fri Sep 23 10:46:14 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2476616A41F for ; Fri, 23 Sep 2005 10:46:14 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from leto.uk.clara.net (leto.uk.clara.net [80.168.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF5B43D46 for ; Fri, 23 Sep 2005 10:46:13 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from bloodhound.noc.clara.net ([195.8.70.207]) by leto.uk.clara.net with esmtp (Exim 4.43) id 1EIl4G-0003fx-J1; Fri, 23 Sep 2005 11:46:12 +0100 Received: from personal by bloodhound.noc.clara.net with local (Exim 4.52 (FreeBSD)) id 1EIl4M-000Otp-1C; Fri, 23 Sep 2005 11:46:18 +0100 Date: Fri, 23 Sep 2005 11:46:18 +0100 From: Brian Candler To: Nuno Antunes Message-ID: <20050923104618.GA95658@uk.tiscali.com> References: <20050922122113.GO24643@obiwan.tataz.chchile.org> <20050923092231.GF94511@uk.tiscali.com> <262949390509230303159c7797@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <262949390509230303159c7797@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org, Jeremie Le Hen Subject: Re: jail's periodic stuff X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 10:46:14 -0000 On Fri, Sep 23, 2005 at 11:03:37AM +0100, Nuno Antunes wrote: > Probably the line > 1,31 0-5 * * * root adjkerntz -a > should be removed from a jail's /etc/crontab also. The absence of /etc/wall_cmos_clock should prevent it from attempting to do anything. In /usr/src/sbin/adjkerntz/adjkerntz.c, almost the first thing it does is if (access(_PATH_CLOCK, F_OK) != 0) return 0; Regards, Brian.