From owner-freebsd-arch@FreeBSD.ORG Tue Apr 8 12:13:47 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3467D37B401 for ; Tue, 8 Apr 2003 12:13:47 -0700 (PDT) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5090C43FDD for ; Tue, 8 Apr 2003 12:13:45 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.12.3p2/8.12.3) with ESMTP id h38JDidt064878 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 8 Apr 2003 12:13:44 -0700 (PDT) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.12.6/8.12.6/Submit) id h38JDhEE060779; Tue, 8 Apr 2003 12:13:43 -0700 (PDT) (envelope-from jdp) Date: Tue, 8 Apr 2003 12:13:43 -0700 (PDT) Message-Id: <200304081913.h38JDhEE060779@strings.polstra.com> To: arch@freebsd.org From: John Polstra In-Reply-To: References: <30340.1049663478@critter.freebsd.dk> <20030408091439.A36404@psconsult.nl> Organization: Polstra & Co., Seattle, WA cc: des@ofug.org Subject: Re: Add timecounter option to rc.conf X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 19:13:47 -0000 In article , Dag-Erling Smorgrav wrote: > Paul Schenkeveld writes: > > Another thing, *if* we want to automatically set up ntp.conf, what > > about the NTP servers we were informed of by DHCP? > > I don't think dhclient honors these, does it? Maybe it should. You can make it honor them, with a little work. You have to make a dhclient.conf file with the appropriate "request" statement to ask for the "ntp-servers" option. You also have to make a dhclient-exit-hooks script to generate the ntp.conf file. It's a PITA. I agree with you that support for this should be standard. John