From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 21:08:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A054B16A4A0 for ; Wed, 20 Jun 2007 21:08:06 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 1717913C448 for ; Wed, 20 Jun 2007 21:08:02 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so64714waf for ; Wed, 20 Jun 2007 14:08:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fpMDfijK4VQ53ffwFQrPgQXvU42Me1XTIBOADdQjP5icqxFiXhUShyV3YVU7D44vUlSiBORuLqP9QLJiwp2GqyGZw8Kuvj8c6DLOcB7rHPLwGUmp+WRlJHB+TqRnX/680DFsHTjW+BdHCHYTLJTcJQZYv1aTa7eKKVMgQydI5zE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VLiwBQUTVD6FiBq3nHpDFaNCldBS6xVGR3rIkKSSdSO5flPNk2+C9K0i62a27OSrWiZD2Z21bIZkSt5zrFEeze8EfWZeoh+b5HTy7eSkMHsFRdZgP9xbyr2y1cJ3TXTrDLoff3FumUDfAPIGkOxZntfx3QgXvc/uc0CNaamVY0M= Received: by 10.114.195.19 with SMTP id s19mr743023waf.1182373681753; Wed, 20 Jun 2007 14:08:01 -0700 (PDT) Received: by 10.141.204.8 with HTTP; Wed, 20 Jun 2007 14:08:01 -0700 (PDT) Message-ID: <64c038660706201408q578e76f3n8b2fa5b302fd8e41@mail.gmail.com> Date: Wed, 20 Jun 2007 15:08:01 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: /etc/ntp -- What is this directory used for? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 21:08:06 -0000 The ntpd(8) manpage states that its config file is looked for at /etc/ntp.conf, by default. Drift files are stored in /etc/ntp.drift, but this is overridden to be to be /var/db/ntpd.drift, as specified by the /etc/defaults/rc.conf file. Keys are stored at /etc/ntp.keys by default. Question: If that is the case, what is the directory /etc/ntp used for? It is only readable by root, so it must be some manner of sensitive information... Thanks. -Modulok-