diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2017-09-07 21:23:00 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2017-09-07 21:23:00 +0000 |
commit | 6568d3ec19b8ac901b6f7edd0d74a1d364f586fa (patch) | |
tree | c06969819661cc09fcbbe3a028dab5711c4d63aa /net/openntpd/files/patch-src_ntpd.8 | |
parent | Upgrade from 5.1.5 to 5.1.8: (diff) |
Update to 6.2p2: upstream has incorporated the fixes for the "query from"
feature.
Notes
Notes:
svn path=/head/; revision=449430
Diffstat (limited to 'net/openntpd/files/patch-src_ntpd.8')
-rw-r--r-- | net/openntpd/files/patch-src_ntpd.8 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/openntpd/files/patch-src_ntpd.8 b/net/openntpd/files/patch-src_ntpd.8 index 050631b2c2c3..61a3b8eed88c 100644 --- a/net/openntpd/files/patch-src_ntpd.8 +++ b/net/openntpd/files/patch-src_ntpd.8 @@ -1,4 +1,4 @@ ---- src/ntpd.8.orig 2016-05-30 22:50:02 UTC +--- src/ntpd.8.orig 2017-09-07 19:12:02 UTC +++ src/ntpd.8 @@ -56,7 +56,7 @@ Use .Ar file @@ -9,7 +9,7 @@ .It Fl n Configtest mode. Only check the configuration file for validity. -@@ -99,19 +99,19 @@ will be logged. +@@ -99,18 +99,18 @@ will be logged. After the local clock is synchronized, .Nm adjusts the clock frequency using the @@ -18,13 +18,12 @@ system call to compensate for systematic drift. .Pp .Nm - is usually started at boot time, and can be enabled by - setting +-is started at boot time by default via -.Va ntpd_flags ++is usually started at boot time, and can be enabled by setting +.Va openntpd_flags in --.Pa /etc/rc.conf.local . -+.Pa /etc/rc.conf . + .Pa /etc/rc.conf . See .Xr rc 8 and @@ -33,7 +32,7 @@ for more information on the boot process and enabling daemons. .Pp -@@ -124,8 +124,8 @@ and its initial clock drift from +@@ -123,8 +123,8 @@ and its initial clock drift from .Pa /var/db/ntpd.drift . Clock drift is periodically written to the drift file thereafter. .Sh FILES @@ -44,7 +43,7 @@ Default configuration file. .It Pa /var/db/ntpd.drift Drift file. -@@ -135,12 +135,12 @@ Socket file for communication with +@@ -134,12 +134,12 @@ Socket file for communication with .El .Sh SEE ALSO .Xr date 1 , |