From owner-cvs-src@FreeBSD.ORG Fri Oct 3 20:34:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D0B16A4B3; Fri, 3 Oct 2003 20:34:52 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1305743FDD; Fri, 3 Oct 2003 20:34:50 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id NAA05563; Sat, 4 Oct 2003 13:34:47 +1000 Date: Sat, 4 Oct 2003 13:33:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp In-Reply-To: <200310032133.h93LXdUE012629@repoman.freebsd.org> Message-ID: <20031004133213.U17275@gamplex.bde.org> References: <200310032133.h93LXdUE012629@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 03:34:52 -0000 On Fri, 3 Oct 2003, Poul-Henning Kamp wrote: > phk 2003/10/03 14:33:39 PDT > > FreeBSD src repository > > Modified files: > etc/defaults rc.conf > Log: > Default ntpd to write a "driftfile" in /var/db/ntpd.drift. > > A "driftfile" caches the oscillator offset estimate from boot to boot, > having this means faster and less bumpy time synchronization. Will > be overridden by any value in the config file. This should use the normal default name for the drift file (ntp.drift). Bruce