From owner-freebsd-current@FreeBSD.ORG Sun Sep 26 01:52:48 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 D956F16A4CF for ; Sun, 26 Sep 2004 01:52:46 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 848B943D45 for ; Sun, 26 Sep 2004 01:52:46 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004092610:52:35:142218.29654.2595617712 for ; Sun, 26 Sep 2004 10:52:35 +0900 (KST) Message-ID: <415620EB.6050603@yahoo.com> Date: Sun, 26 Sep 2004 10:52:43 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <1093303561.15161.30.camel@vipehost.vipenet.lan> <790a9fff0408240718231b1e4a@mail.gmail.com> In-Reply-To: <790a9fff0408240718231b1e4a@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: YES-__TRSYS_LV__3 (SR:-3.58) (SRN:SPAMROBOT) ----------------- X-Mailman-Approved-At: Sun, 26 Sep 2004 15:32:32 +0000 Subject: Re: from src/etc/rc.d/ntpd: required_files="/etc/ntp.conf" 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: Sun, 26 Sep 2004 01:52:48 -0000 Scot Hetzel wrote: > > If you look at the man page for ntpd, the default configuration file > is /etc/ntpd.conf, so you shouldn't need to specify '-c file>' to the ntpd_flags variable. Also, you don't need the '-p pid file>' in the ntpd_flags as it is the default. On my 5.3-BETA5 system, I have an empty /etc/ntp/ directory. Where does that come from? Seems to be not used at all by any of the ntp(d) programs, or is it? Should it be removed? Rob.