conf/79712: ntpdate in startup sequence fails.
Matteo Riondato
rionda at gufi.org
Tue Jun 7 20:10:10 GMT 2005
The following reply was made to PR conf/79712; it has been noted by GNATS.
From: Matteo Riondato <rionda at gufi.org>
To: bug-followup at FreeBSD.org, turutani at 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)
More information about the freebsd-bugs
mailing list