diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-10 17:05:46 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2004-12-10 17:05:46 +0000 |
commit | 46cf51632b184579d0792827601fd11bb1fe361d (patch) | |
tree | 197a6bf1763c267a909a2c6e08e3f93d0d8cdbf1 /net/openntpd/files/patch-ntpd.8 | |
parent | * fix g_mime_message_set_mime_part() use (diff) |
Update to 3.6.1p1. Many enhancements, among these:
* -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.
Notes
Notes:
svn path=/head/; revision=123646
Diffstat (limited to '')
-rw-r--r-- | net/openntpd/files/patch-ntpd.8 | 53 |
1 files changed, 32 insertions, 21 deletions
diff --git a/net/openntpd/files/patch-ntpd.8 b/net/openntpd/files/patch-ntpd.8 index 7edfa684137f..a03a2ac8066c 100644 --- a/net/openntpd/files/patch-ntpd.8 +++ b/net/openntpd/files/patch-ntpd.8 @@ -1,32 +1,33 @@ $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 @@ +--- 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 @@ -36,3 +37,13 @@ $FreeBSD$ 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 |