diff options
Diffstat (limited to 'network/openntpd/README')
-rw-r--r-- | network/openntpd/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network/openntpd/README b/network/openntpd/README new file mode 100644 index 0000000000..218a49a43e --- /dev/null +++ b/network/openntpd/README @@ -0,0 +1,17 @@ +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 primarily developed by Henning Brauer as +part of the OpenBSD Project. The portable version is made by Darren +Tucker. + +You will need to add the "_ntp" user and group to /etc/passwd and +/etc/group if it's not present on your system. Without these groups, +the package will not work. + +You will also need to call the /etc/rc.d/rc.ntpd script from one of +your startup scripts if you want OpenNTPD to start at boot; one way +is to add something like this to /etc/rc.d/rc.local: + if [ -x /etc/rc.d/rc.ntpd ]; then + /etc/rc.d/rc.ntpd start + fi |