ETM 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 probably have 2 copies of ntpd installed, the system version in /usr/sbin, and the version you installed yourself. 'which ntpd' may be your friend. Depending on which which is which, 'which -a ntpd' may be your friend, too. H _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
