summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-ntpd.8 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-27Use plain "pgrep" in rc script to accommodate different path in DragonFly.Christian Weisgerber1-61/+0
Reported by: Juan Francisco Cantero Hurtado <iam@juanfra.info> Update to 5.7p4. No user-visible changes. In particular, the new HTTPS contraint feature is *not* enabled, because * LibreSSL fails with the certificiate bundle from ca_root_nss * USE_OPENSSL does not handle LibreSSL yet
2015-01-08After a long hiatus, update to 5.7p1.Christian Weisgerber1-24/+11
Major user-visible changes: * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Added support for different routing tables.
2009-11-24Update to 4.6:Christian Weisgerber1-4/+8
* DNS queries are delegated to a dedicated child process. * The -v option will log all time adjustments.
2009-08-03Major update to 4.4. Frequency correction is now supported.Christian Weisgerber1-37/+52
2005-06-05Update to 3.7p1. No major changes, but lots of small ones.Christian Weisgerber1-20/+5
2005-01-09Add a paragraph to ntpd.8 about enabling ntpd in /etc/rc.conf.Christian Weisgerber1-3/+24
Adapted from the equivalent text in the OpenBSD man page which has been removed from the portable version. Requested by: Don Sullivan <sullivan@gaia.arc.nasa.gov>
2004-12-10Update to 3.6.1p1. Many enhancements, among these:Christian Weisgerber1-21/+32
* -s option to set the time immediately at startup if the local clock is off by more than 180 seconds. * Adjustments smaller than 128ms are no longer logged.
2004-07-18(1)Christian Weisgerber1-0/+38
Update to 20040718p. Changes in this release: - Ignore obviously malformed queries. - Respond to client queries with better server statistics. (2) Fix configuration file location in man pages. PR: 69233 Submitted by: edwin (2)