diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2016-04-02 16:04:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2016-04-02 16:04:34 +0000 |
commit | 2728a66081e1f584e73b305239b1e5796ac3deff (patch) | |
tree | f56319ff72613b1128162a1b97e8691c9f17a10b /net/openntpd/files/patch-src_ntpd.8 | |
parent | During the exp-run in bug 208158, it was found that www/node gives (diff) |
Update to 5.9p1. Notable changes:
* The rtable option was removed from server and servers. Users of
"server * rtable X" will need to switch to launching ntpd with
# setfib -F X /usr/sbin/ntpd
* Various improvements to the HTTPS constraint feature (requires
LibreSSL).
This port reenables rtable support in the listen option on FreeBSD.
Relnotes: http://www.openntpd.org/txt/release-5.9p1.txt
Notes
Notes:
svn path=/head/; revision=412413
Diffstat (limited to 'net/openntpd/files/patch-src_ntpd.8')
-rw-r--r-- | net/openntpd/files/patch-src_ntpd.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/openntpd/files/patch-src_ntpd.8 b/net/openntpd/files/patch-src_ntpd.8 index f1790d9b2278..11dd15c89dd0 100644 --- a/net/openntpd/files/patch-src_ntpd.8 +++ b/net/openntpd/files/patch-src_ntpd.8 @@ -1,6 +1,6 @@ ---- src/ntpd.8.orig 2015-03-18 16:25:53 UTC +--- src/ntpd.8.orig 2016-03-28 13:51:51 UTC +++ src/ntpd.8 -@@ -57,7 +57,7 @@ Use +@@ -56,7 +56,7 @@ Use .Ar file as the configuration file, instead of the default @@ -9,7 +9,7 @@ .It Fl n Configtest mode. Only check the configuration file for validity. -@@ -100,19 +100,19 @@ will be logged. +@@ -99,19 +99,19 @@ will be logged. After the local clock is synchronized, .Nm adjusts the clock frequency using the @@ -33,9 +33,9 @@ for more information on the boot process and enabling daemons. .Pp -@@ -137,8 +137,8 @@ signal on systems without - it writes its peer and sensor status to - .Xr syslog 3 . +@@ -124,8 +124,8 @@ and its initial clock drift from + .Pa /var/db/ntpd.drift . + Clock drift is periodically written to the drift file thereafter. .Sh FILES -.Bl -tag -width "/var/db/ntpd.driftXXX" -compact -.It Pa /etc/ntpd.conf @@ -44,7 +44,7 @@ Default configuration file. .It Pa /var/db/ntpd.drift Drift file. -@@ -148,12 +148,12 @@ Socket file for communication with +@@ -135,12 +135,12 @@ Socket file for communication with .El .Sh SEE ALSO .Xr date 1 , |