aboutsummaryrefslogtreecommitdiffstats
path: root/net/openntpd/files/patch-ntpd.8
blob: c42374f0feeebb9a25da7828733c2e6aacb8c711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
--- ntpd.8.orig 2015-01-08 06:57:55 UTC
+++ ntpd.8
@@ -53,7 +53,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.
@@ -96,19 +96,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
@@ -129,8 +129,8 @@ receives a
 signal, 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.
@@ -140,12 +140,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