On Wed, May 02, 2007 at 10:23:09AM -0700, Doug Barton wrote:
[snip /etc/ntp.conf configuration file instructions]
>  Then make sure you have the following in /etc/rc.conf:
> 
>  ntpdate_enable="yes"
>  ntpdate_flags="-sb 1.2.3.4"
>  ntpd_enable="yes"

Just a side note - according to the ntpdate(8) man page, ntpdate is
deprecated and will eventually be removed from the distribution since
the same functionality is available in ntpd(8).

Thus, all you need to put in /etc/rc.conf is this:

ntpd_enable="YES"
ntpd_sync_on_start="YES"

You still need a properly configured /etc/ntp.conf file.

Regards,
Brix
-- 
Henrik Brix Andersen <[EMAIL PROTECTED]>

Attachment: pgp7Ra9uPmzdZ.pgp
Description: PGP signature

Reply via email to