Date: Thu, 24 Apr 2008 08:20:12 -0700 From: David Newman <dnewman@networktest.com> To: freebsd-questions@freebsd.org Subject: Re: ntpd not starting at boot time Message-ID: <4810A52C.4090507@networktest.com> In-Reply-To: <20080424144716.GA14477@torus.slightlystrange.org> References: <48108DA2.1000502@networktest.com> <20080424144716.GA14477@torus.slightlystrange.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4810A52C.4090507>