Hi-- On Jan 4, 2011, at 3:30 PM, Edward T. Mischanko wrote: > On my FreeBSD system have built and installed ntp-dev-4.2.7p108. But, when I > type: > > ntpd --version > > It returns: > > ntpd - NTP daemon program - ver 4.2.4p5 > > What is the prper way to determine the current version of ntpd that you have > installed or are running?
You've discovered it (or try "ntpq -c v localhost"); what you may be missing is the influence of your $PATH: # /usr/sbin/ntpd --version ntpd - NTP daemon program - Ver. 4.2.4p5 # /usr/local/bin/ntpd --version ntpd - NTP daemon program - Ver. 4.2.6p2 Regards, -- -Chuck _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
