openbsd-ports/net/ntp/pkg
sthen 8178f9fa56 Update ports/net/ntp to 4.2.7p418. This is ntp.org's ntp daemon, *not*
the base system's openntpd.

Update removes a reflected unauthenticated DoS attack vector that has
been hit a lot in the wild recently, see http://www.openntpproject.org/
UDP traffic amplification 19x.

This is a devel version from upstream, they have decided not to fix it in
the stable branch. Users running older versions should add "disable monitor"
to their config and restart, then verify that "monlist" in ntpdc does not
return a list.

ok aja@, missing build dep spotted by naddy
2014-02-09 21:36:46 +00:00
..
DESCR
PLIST
README
UNMESSAGE
xntpd.rc

$OpenBSD: README,v 1.5 2012/04/22 11:41:55 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Several steps need to be taken to properly configure the NTP daemon.

1. First, create or update the file ${SYSCONFDIR}/ntp.conf.  Several
   example configuration files can be found here:

     ${PREFIX}/share/examples/ntp

2. Now xntpd can be started with:

     ${RCDIR}/xntpd start

   Or to start 'xntpd' at every boot, add it to pkg_scripts in
   /etc/rc.conf.local.