From owner-freebsd-current@FreeBSD.ORG Wed Oct 20 22:37:40 2004 Return-Path: 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 6B56516A4CF for ; Wed, 20 Oct 2004 22:37:40 +0000 (GMT) Received: from av5-1-sn3.vrr.skanova.net (av5-1-sn3.vrr.skanova.net [81.228.9.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE6343D54 for ; Wed, 20 Oct 2004 22:37:39 +0000 (GMT) (envelope-from pawel.worach@telia.com) Received: by av5-1-sn3.vrr.skanova.net (Postfix, from userid 502) id ABF58381E2; Thu, 21 Oct 2004 00:37:38 +0200 (CEST) Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av5-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 9E04637F39; Thu, 21 Oct 2004 00:37:38 +0200 (CEST) Received: from [192.168.1.1] (h65n2fls35o895.telia.com [217.211.109.65]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with ESMTP id D65F33800B; Thu, 21 Oct 2004 00:37:37 +0200 (CEST) Message-ID: <4176E837.90402@telia.com> Date: Thu, 21 Oct 2004 00:35:35 +0200 From: Pawel Worach User-Agent: Mozilla Thunderbird 0.8 (X11/20041019) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Oberman References: <20041020222136.2AF755D04@ptavv.es.net> In-Reply-To: <20041020222136.2AF755D04@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: RCng/NTP Catch-22 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 20 Oct 2004 22:37:40 -0000 Kevin Oberman wrote: >>Date: Thu, 21 Oct 2004 00:07:08 +0200 >>From: Pawel Worach > Pawel, > > Thanks, but you missed the point. /etc/rc.d/devfs is always executed > AFTER ntpd. So putting the links into devfs.conf does not help. It's too > late. Sorry, missed the patch I'm using. --- /usr/src/etc/rc.d/NETWORKING Fri Oct 8 01:49:33 2004 +++ NETWORKING Thu Oct 21 00:30:39 2004 @@ -6,7 +6,7 @@ # PROVIDE: NETWORKING NETWORK # REQUIRE: dhclient netif routing network_ipv6 isdnd ppp-user -# REQUIRE: routed mrouted route6d mroute6d +# REQUIRE: routed mrouted route6d mroute6d devfs # This is a dummy dependency, for services which require networking # to be operational before starting. --- /usr/src/etc/rc.d/devfs Fri Oct 8 01:49:33 2004 +++ devfs Thu Oct 21 00:31:52 2004 @@ -4,7 +4,6 @@ # # PROVIDE: devfs -# REQUIRE: LOGIN # BEFORE: securelevel # KEYWORD: nojail -- Pawel