free, easy to use implementation of the Network Time Protocol
OpenNTPD is a free, easy to use implementation of the Network Time Protocol. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock.
OpenNTPD is a free, easy to use implementation of the Network Time Protocol. It provides the ability to sync the local clock to remote NTP servers and can act as NTP server itself, redistributing the local clock.
To install openntpd, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openntpd
To see what files were installed by openntpd, run:
port contents openntpd
To later upgrade openntpd, run:
sudo port selfupdate && sudo port upgrade openntpd
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.