From owner-freebsd-arch@FreeBSD.ORG Sun Apr 6 14:11:22 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 05C2B37B404 for ; Sun, 6 Apr 2003 14:11:22 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB2843FB1 for ; Sun, 6 Apr 2003 14:11:20 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h36LBILd030341; Sun, 6 Apr 2003 23:11:18 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Dag-Erling Smorgrav From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 06 Apr 2003 22:02:54 +0200." Date: Sun, 06 Apr 2003 23:11:18 +0200 Message-ID: <30340.1049663478@critter.freebsd.dk> cc: arch@freebsd.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: Sun, 06 Apr 2003 21:11:22 -0000 In message , Dag-Erling Smorgrav writes: >"Poul-Henning Kamp" writes: >> In message , Dag-Erling Smorgrav writes: >> > The attached patch adds a timecounter option to rc.conf and an rc.d >> > script to handle it. >> What's wrong with using /etc/sysctl.conf for this ? > >Partly because I believe that the choice of timecounter hardware is >sufficiently important to the performance and correct operation of the >system to warrant its own rc.conf knob, and partly because I hate the >"configuration diaspora" of which sysctl.conf is a prime example. I on the other hand think that by now /etc/rc.conf has so many knobs and handles that it is practically impossible to figure out how to do anything without resorting to "less /etc/rc.*" to figure it out :-( >(another such example is ntp.conf - the needs of most ntpd users can >be met with an ntp.conf generated automatically from information which >is already present in rc.conf) The new NTP4 automatic configuration stuff is promising in this respect, with a little luck people will need to configure nothing at all. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.