From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 15:20:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF9641065676 for ; Thu, 24 Apr 2008 15:20:14 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail.networktest.com (mail.networktest.com [207.181.8.134]) by mx1.freebsd.org (Postfix) with ESMTP id ECDED8FC20 for ; Thu, 24 Apr 2008 15:20:14 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: by mail.networktest.com (Postfix, from userid 1002) id A643378C76; Thu, 24 Apr 2008 08:20:14 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.networktest.com X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from levi.local (cpe-75-83-207-192.socal.res.rr.com [75.83.207.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.networktest.com (Postfix) with ESMTPSA id B64CD78C6C for ; Thu, 24 Apr 2008 08:20:12 -0700 (PDT) Message-ID: <4810A52C.4090507@networktest.com> Date: Thu, 24 Apr 2008 08:20:12 -0700 From: David Newman Organization: Network Test Inc. User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <48108DA2.1000502@networktest.com> <20080424144716.GA14477@torus.slightlystrange.org> In-Reply-To: <20080424144716.GA14477@torus.slightlystrange.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ntpd not starting at boot time 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: Thu, 24 Apr 2008 15:20:15 -0000 On 4/24/08 7:47 AM, Daniel Bye wrote: >> { >> rc_flags="-c ${ntpd_config} ${ntpd_flags}" > > You need to set ntpd_config to the path to your config file - as it is > now, you are also setting it in ntpd_flags, which the above line then > expands to something like this: > > rc_flags="-c /path/in/ntpd_config -c /etc/ntp.conf...." > > So, remove it from your ntpd_flags definition and all should be well! > Bingo. Thanks! dn