blob: 7edfa684137f12f24c0675bd9fcd92206de02b5d (
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
|
$FreeBSD$
--- ntpd.8.orig Thu Jul 15 12:16:28 2004
+++ ntpd.8 Sun Jul 18 16:53:12 2004
@@ -40,14 +40,14 @@
.Nm
is usually started at boot time, and can be enabled by
setting the following in
-.Pa /etc/rc.conf.local :
+.Pa /etc/rc.conf :
.Pp
-.Dl ntpd_flags=\&"\&"
+.Dl openntpd_enable=\&"YES\&"
.Pp
See
.Xr rc 8
and
-.Xr rc.conf 8
+.Xr rc.conf 5
for more information on the boot process
and enabling daemons.
.Pp
@@ -70,11 +70,11 @@
.Ar file
as the configuration file,
instead of the default
-.Pa /etc/ntpd.conf .
+.Pa %%PREFIX%%/etc/ntpd.conf .
.El
.Sh FILES
-.Bl -tag -width "/etc/ntpd.confXXX" -compact
-.It Pa /etc/ntpd.conf
+.Bl -tag -width "%%PREFIX%%/etc/ntpd.confXXX" -compact
+.It Pa %%PREFIX%%/etc/ntpd.conf
default
.Nm
configuration file
|