summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-src_ntpd.8
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-04-27 13:58:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-04-27 13:58:14 +0000
commit4caf9ea5ac13118e667bdc173b79a158bb8168ce (patch)
tree771e1a07fe1555fad48fc14c9603b3b991d4b70d /net/openntpd/files/patch-src_ntpd.8
parentUpdate 4.3.19 --> 4.3.20 (diff)
Use plain "pgrep" in rc script to accommodate different path in DragonFly.
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
Notes
Notes: svn path=/head/; revision=384833
Diffstat (limited to 'net/openntpd/files/patch-src_ntpd.8')
-rw-r--r--net/openntpd/files/patch-src_ntpd.861
1 files changed, 61 insertions, 0 deletions
diff --git a/net/openntpd/files/patch-src_ntpd.8 b/net/openntpd/files/patch-src_ntpd.8
new file mode 100644
index 000000000000..f1790d9b2278
--- /dev/null
+++ b/net/openntpd/files/patch-src_ntpd.8
@@ -0,0 +1,61 @@
+--- src/ntpd.8.orig 2015-03-18 16:25:53 UTC
++++ src/ntpd.8
+@@ -57,7 +57,7 @@ Use
+ .Ar file
+ as the configuration file,
+ instead of the default
+-.Pa /etc/ntpd.conf .
++.Pa %%PREFIX%%/etc/ntpd.conf .
+ .It Fl n
+ Configtest mode.
+ Only check the configuration file for validity.
+@@ -100,19 +100,19 @@ will be logged.
+ After the local clock is synchronized,
+ .Nm
+ adjusts the clock frequency using the
+-.Xr adjfreq 2
++.Xr ntp_adjtime 2
+ system call to compensate for systematic drift.
+ .Pp
+ .Nm
+ is usually started at boot time, and can be enabled by
+ setting
+-.Va ntpd_flags
++.Va openntpd_flags
+ in
+-.Pa /etc/rc.conf.local .
++.Pa /etc/rc.conf .
+ See
+ .Xr rc 8
+ and
+-.Xr rc.conf 8
++.Xr rc.conf 5
+ 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 .
+ .Sh FILES
+-.Bl -tag -width "/var/db/ntpd.driftXXX" -compact
+-.It Pa /etc/ntpd.conf
++.Bl -tag -width "%%PREFIX%%/etc/ntpd.confXXX" -compact
++.It Pa %%PREFIX%%/etc/ntpd.conf
+ Default configuration file.
+ .It Pa /var/db/ntpd.drift
+ Drift file.
+@@ -148,12 +148,12 @@ Socket file for communication with
+ .El
+ .Sh SEE ALSO
+ .Xr date 1 ,
+-.Xr adjfreq 2 ,
+ .Xr adjtime 2 ,
++.Xr ntp_adjtime 2 ,
+ .Xr ntpd.conf 5 ,
++.Xr rc.conf 5 ,
+ .Xr ntpctl 8 ,
+ .Xr rc 8 ,
+-.Xr rc.conf 8 ,
+ .Xr rdate 8
+ .Sh STANDARDS
+ .Rs