mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
* -s option to set the time immediately at startup if the local clock is off by more than 180 seconds. * Adjustments smaller than 128ms are no longer logged.
49 lines
864 B
Groff
49 lines
864 B
Groff
|
|
$FreeBSD$
|
|
|
|
--- ntpd.8.orig
|
|
+++ ntpd.8
|
|
@@ -71,7 +71,7 @@
|
|
.Ar file
|
|
as the configuration file,
|
|
instead of the default
|
|
-.Pa /etc/ntpd.conf .
|
|
+.Pa %%PREFIX%%/etc/ntpd.conf .
|
|
.It Fl S
|
|
Do not set the time immediately at startup.
|
|
This is the default.
|
|
@@ -83,22 +83,10 @@
|
|
.Xr rdate 8
|
|
before starting
|
|
.Nm .
|
|
-Currently, the
|
|
-.Fl s
|
|
-option is added unconditionally in
|
|
-.Xr rc 8 .
|
|
-Make sure to specify the
|
|
-.Fl S
|
|
-option
|
|
-(add/edit
|
|
-.Va ntpd_flags
|
|
-in
|
|
-.Xr rc.conf.local 8 )
|
|
-if this behaviour is not desired.
|
|
.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
|
|
@@ -107,8 +95,8 @@
|
|
.Xr date 1 ,
|
|
.Xr adjtime 2 ,
|
|
.Xr ntpd.conf 5 ,
|
|
+.Xr rc.conf 5 ,
|
|
.Xr rc 8 ,
|
|
-.Xr rc.conf 8 ,
|
|
.Xr rdate 8 ,
|
|
.Xr timed 8
|
|
.Rs
|