Date: Tue, 7 Jun 2005 20:10:09 GMT From: Matteo Riondato <rionda@gufi.org> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/79712: ntpdate in startup sequence fails. Message-ID: <200506072010.j57KA9Ic051414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/79712; it has been noted by GNATS. From: Matteo Riondato <rionda@gufi.org> To: bug-followup@FreeBSD.org, turutani@scphys.kyoto-u.ac.jp Cc: Subject: Re: conf/79712: ntpdate in startup sequence fails. Date: Tue, 7 Jun 2005 22:07:49 +0200 I think the only file that need to be fixed is /etc/rc.conf Patch follows: --- rc.conf.old Tue Jun 7 21:52:17 2005 +++ rc.conf Tue Jun 7 22:01:29 2005 @@ -229,6 +229,7 @@ ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO). ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different one. ntpdate_flags="-b" # Flags to ntpdate (if enabled). +ntpdate_hosts="" # NTP servers for ntpdate. They will be read from /etc/ntp.conf if available. ntpd_enable="NO" # Run ntpd Network Time Protocol (or NO). ntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one. ntpd_sync_on_start="NO" # Sync time on ntpd startup, even if offset is high Best Regards -- Rionda aka Matteo Riondato G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506072010.j57KA9Ic051414>