From: Harlan Stenn Date: Tue, 16 Aug 2011 11:18:13 +0000 (+0000) Subject: NTP_4_2_7P204 X-Git-Tag: NTP_4_2_7P204^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187dcce078dfb4bef03b5304350a08f3a190fca8;p=thirdparty%2Fntp.git NTP_4_2_7P204 bk: 4e4a51f5t9Y0osGt6TuUPcVTYzy9ew --- diff --git a/ChangeLog b/ChangeLog index 6f3540d62..9fc905652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p204) 2011/08/16 Released by Harlan Stenn * Added support for Garmin's $PGRMF sentence to NMEA driver * [Bug 1988] Better sntp send failed error message needed. * [Bug 1989] sntp manual page sometimes refers to SNTP as a program. diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 66476101b..591fd0768 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed August 13, 2011 at 10:40:16 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 11:00:10 AM by AutoGen 5.12 * From the definitions ntpd-opts.def * and the template file options * @@ -52,7 +52,7 @@ extern FILE * option_usage_fp; /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ static char const zCopyright[333] = -"ntpd 4.2.7p203\n\ +"ntpd 4.2.7p204\n\ Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -1028,7 +1028,7 @@ static tOptDesc optDesc[OPTION_CT] = { */ static char const zPROGNAME[5] = "NTPD"; static char const zUsageTitle[133] = -"ntpd - NTP daemon program - Ver. 4.2.7p203\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p204\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index b5b5312f1..f0758d9a8 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed August 13, 2011 at 10:40:15 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 11:00:09 AM by AutoGen 5.12 * From the definitions ntpd-opts.def * and the template file options * @@ -102,8 +102,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 36 -#define NTPD_VERSION "4.2.7p203" -#define NTPD_FULL_VERSION "ntpd 4.2.7p203" +#define NTPD_VERSION "4.2.7p204" +#define NTPD_FULL_VERSION "ntpd 4.2.7p204" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 601807664..a5a46d5fe 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed August 13, 2011 at 10:40:51 AM by AutoGen 5.12 +# It has been AutoGen-ed August 16, 2011 at 11:02:23 AM by AutoGen 5.12 # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.7p203 +ntpd - NTP daemon program - Ver. 4.2.7p204 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1ntpdman b/ntpd/ntpd.1ntpdman index 829870939..a19527c37 100644 --- a/ntpd/ntpd.1ntpdman +++ b/ntpd/ntpd.1ntpdman @@ -1,8 +1,8 @@ -.TH ntpd 1ntpdman "13 Aug 2011" "4.2.7p203" "User Commands" +.TH ntpd 1ntpdman "16 Aug 2011" "4.2.7p204" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:40:46 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:02:17 AM by AutoGen 5.12 .\" From the definitions ntpd-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/ntpd/ntpd.1ntpdmdoc b/ntpd/ntpd.1ntpdmdoc index 72d1540a6..18e074c3f 100644 --- a/ntpd/ntpd.1ntpdmdoc +++ b/ntpd/ntpd.1ntpdmdoc @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt NTPD 1ntpdmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:40:52 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:02:25 AM by AutoGen 5.12 .\" From the definitions ntpd-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpd/ntpd.man.in b/ntpd/ntpd.man.in index bd5036370..2fd357a57 100644 --- a/ntpd/ntpd.man.in +++ b/ntpd/ntpd.man.in @@ -1,8 +1,8 @@ -.TH ntpd @NTPD_MS@ "13 Aug 2011" "4.2.7p203" "User Commands" +.TH ntpd @NTPD_MS@ "16 Aug 2011" "4.2.7p204" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:40:46 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:02:17 AM by AutoGen 5.12 .\" From the definitions ntpd-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/ntpd/ntpd.mdoc.in b/ntpd/ntpd.mdoc.in index a54afe4a4..915030c93 100644 --- a/ntpd/ntpd.mdoc.in +++ b/ntpd/ntpd.mdoc.in @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt NTPD @NTPD_MS@ User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpd-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:40:52 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:02:25 AM by AutoGen 5.12 .\" From the definitions ntpd-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index e7b373f63..c9273e86f 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed August 13, 2011 at 10:41:00 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 11:03:03 AM by AutoGen 5.12 * From the definitions ntpdc-opts.def * and the template file options * @@ -52,7 +52,7 @@ extern FILE * option_usage_fp; /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ static char const zCopyright[334] = -"ntpdc 4.2.7p203\n\ +"ntpdc 4.2.7p204\n\ Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -473,7 +473,7 @@ static tOptDesc optDesc[OPTION_CT] = { */ static char const zPROGNAME[6] = "NTPDC"; static char const zUsageTitle[132] = -"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p203\n\ +"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p204\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 760204316..0f4da86ea 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed August 13, 2011 at 10:41:00 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 11:03:03 AM by AutoGen 5.12 * From the definitions ntpdc-opts.def * and the template file options * @@ -81,8 +81,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.7p203" -#define NTPDC_FULL_VERSION "ntpdc 4.2.7p203" +#define NTPDC_VERSION "4.2.7p204" +#define NTPDC_FULL_VERSION "ntpdc 4.2.7p204" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index f19bd1efd..188121fb7 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed August 13, 2011 at 10:42:26 AM by AutoGen 5.12 +# It has been AutoGen-ed August 16, 2011 at 11:04:48 AM by AutoGen 5.12 # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpdc: @exampleindent 0 @example -ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p203 +ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p204 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1ntpdcman b/ntpdc/ntpdc.1ntpdcman index bf7a65db0..fc671a1fd 100644 --- a/ntpdc/ntpdc.1ntpdcman +++ b/ntpdc/ntpdc.1ntpdcman @@ -1,8 +1,8 @@ -.TH ntpdc 1ntpdcman "13 Aug 2011" "4.2.7p203" "User Commands" +.TH ntpdc 1ntpdcman "16 Aug 2011" "4.2.7p204" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:41:13 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:03:42 AM by AutoGen 5.12 .\" From the definitions ntpdc-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/ntpdc/ntpdc.1ntpdcmdoc b/ntpdc/ntpdc.1ntpdcmdoc index 16cef895b..2a1cb79ae 100644 --- a/ntpdc/ntpdc.1ntpdcmdoc +++ b/ntpdc/ntpdc.1ntpdcmdoc @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt NTPDC 1ntpdcmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntpdc-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:42:27 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:04:52 AM by AutoGen 5.12 .\" From the definitions ntpdc-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/ntpdc/ntpdc.html b/ntpdc/ntpdc.html index 45e63e79b..d8e72c5a9 100644 --- a/ntpdc/ntpdc.html +++ b/ntpdc/ntpdc.html @@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server clock. Run as root, it can correct the system clock to this offset as well. It can be run as an interactive command or from a cron job. -

This document applies to version 4.2.7p203 of ntpdc. +

This document applies to version 4.2.7p204 of ntpdc.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -116,7 +116,7 @@ Up: ntpdc Invocation

This is the automatically generated usage text for ntpdc: -

ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p203
+
ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p204
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpdc/ntpdc.man.in b/ntpdc/ntpdc.man.in
index 8b8cdbbb8..a6e6dc7be 100644
--- a/ntpdc/ntpdc.man.in
+++ b/ntpdc/ntpdc.man.in
@@ -1,8 +1,8 @@
-.TH ntpdc @NTPDC_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpdc @NTPDC_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:41:13 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:03:42 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpdc/ntpdc.mdoc.in b/ntpdc/ntpdc.mdoc.in
index 7252f6833..019d0c459 100644
--- a/ntpdc/ntpdc.mdoc.in
+++ b/ntpdc/ntpdc.mdoc.in
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPDC @NTPDC_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:04:52 AM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c
index edf10847e..e993fc230 100644
--- a/ntpq/ntpq-opts.c
+++ b/ntpq/ntpq-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:42:31 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:04:57 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[333] =
-"ntpq 4.2.7p203\n\
+"ntpq 4.2.7p204\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -450,7 +450,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p203\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p204\n\
 USAGE:  %s [ - [] | --[{=| }] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h
index f9e58ae28..a0a501496 100644
--- a/ntpq/ntpq-opts.h
+++ b/ntpq/ntpq-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:42:30 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:04:56 AM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p203"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p203"
+#define NTPQ_VERSION       "4.2.7p204"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi
index 1c42a0ea4..a88f5bb8e 100644
--- a/ntpq/ntpq-opts.texi
+++ b/ntpq/ntpq-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:43:07 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:06:11 AM by AutoGen 5.12
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -40,7 +40,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p203
+ntpq - standard NTP query program - Ver. 4.2.7p204
 USAGE:  ntpq [ - [] | --[@{=| @}] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/ntpq/ntpq.1ntpqman b/ntpq/ntpq.1ntpqman
index 047e3b2a8..3f1d32334 100644
--- a/ntpq/ntpq.1ntpqman
+++ b/ntpq/ntpq.1ntpqman
@@ -1,8 +1,8 @@
-.TH ntpq 1ntpqman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpq 1ntpqman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:05:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpq/ntpq.1ntpqmdoc b/ntpq/ntpq.1ntpqmdoc
index b2d9e880a..306ed3b80 100644
--- a/ntpq/ntpq.1ntpqmdoc
+++ b/ntpq/ntpq.1ntpqmdoc
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPQ 1ntpqmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpq/ntpq.man.in b/ntpq/ntpq.man.in
index adca29d9e..a81b5bc27 100644
--- a/ntpq/ntpq.man.in
+++ b/ntpq/ntpq.man.in
@@ -1,8 +1,8 @@
-.TH ntpq @NTPQ_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpq @NTPQ_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:42:54 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:05:56 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpq/ntpq.mdoc.in b/ntpq/ntpq.mdoc.in
index 6e452180d..70d35a530 100644
--- a/ntpq/ntpq.mdoc.in
+++ b/ntpq/ntpq.mdoc.in
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPQ @NTPQ_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:08 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:12 AM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c
index b5d4c4a84..5bbc309e1 100644
--- a/ntpsnmpd/ntpsnmpd-opts.c
+++ b/ntpsnmpd/ntpsnmpd-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:43:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:06:15 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -52,7 +52,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[337] =
-"ntpsnmpd 4.2.7p203\n\
+"ntpsnmpd 4.2.7p204\n\
 Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\
 This is free software. It is licensed for use, modification and\n\
 redistribution under the terms of the NTP License, copies of which\n\
@@ -277,7 +277,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p203\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p204\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h
index 648504578..874a35675 100644
--- a/ntpsnmpd/ntpsnmpd-opts.h
+++ b/ntpsnmpd/ntpsnmpd-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August 13, 2011 at 10:43:11 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  August 16, 2011 at 11:06:14 AM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -74,8 +74,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p203"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p203"
+#define NTPSNMPD_VERSION       "4.2.7p204"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p204"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi
index 6123f565a..0cb9640ae 100644
--- a/ntpsnmpd/ntpsnmpd-opts.texi
+++ b/ntpsnmpd/ntpsnmpd-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:43:41 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 11:06:56 AM by AutoGen 5.12
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p203
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p204
 USAGE:  ntpsnmpd [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
index 24d9505c2..1b3aaf16a 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdman
@@ -1,8 +1,8 @@
-.TH ntpsnmpd 1ntpsnmpdman "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpsnmpd 1ntpsnmpdman "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
index eadd39d4f..ef1c0ebea 100644
--- a/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
+++ b/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPSNMPD 1ntpsnmpdmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/ntpsnmpd/ntpsnmpd.man.in b/ntpsnmpd/ntpsnmpd.man.in
index d2b0c9b92..f536f3573 100644
--- a/ntpsnmpd/ntpsnmpd.man.in
+++ b/ntpsnmpd/ntpsnmpd.man.in
@@ -1,8 +1,8 @@
-.TH ntpsnmpd @NTPSNMPD_MS@ "13 Aug 2011" "4.2.7p203" "User Commands"
+.TH ntpsnmpd @NTPSNMPD_MS@ "16 Aug 2011" "4.2.7p204" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:28 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:45 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/ntpsnmpd/ntpsnmpd.mdoc.in b/ntpsnmpd/ntpsnmpd.mdoc.in
index 486aa075d..b565f0dd1 100644
--- a/ntpsnmpd/ntpsnmpd.mdoc.in
+++ b/ntpsnmpd/ntpsnmpd.mdoc.in
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTPSNMPD @NTPSNMPD_MS@ User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:43:42 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 11:06:58 AM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/packageinfo.sh b/packageinfo.sh
index e19acf2d3..be3b22d93 100644
--- a/packageinfo.sh
+++ b/packageinfo.sh
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=203
+point=204
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
diff --git a/scripts/ntp-wait-opts.texi b/scripts/ntp-wait-opts.texi
index fc2ae7c09..ae040ec75 100644
--- a/scripts/ntp-wait-opts.texi
+++ b/scripts/ntp-wait-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.texi)
 # 
-# It has been AutoGen-ed  August 13, 2011 at 10:39:31 AM by AutoGen 5.12
+# It has been AutoGen-ed  August 16, 2011 at 10:58:28 AM by AutoGen 5.12
 # From the definitions    ntp-wait-opts.def
 # and the template file   aginfo.tpl
 @end ignore
diff --git a/scripts/ntp-wait.1ntp-waitman b/scripts/ntp-wait.1ntp-waitman
index cc21fcb6b..37b94d0d9 100644
--- a/scripts/ntp-wait.1ntp-waitman
+++ b/scripts/ntp-wait.1ntp-waitman
@@ -1,8 +1,8 @@
-.TH ntp-wait 1ntp-waitman "13 Aug 2011" "ntp (4.2.7p203)" "User Commands"
+.TH ntp-wait 1ntp-waitman "16 Aug 2011" "ntp (4.2.7p204)" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.man)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:27 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 10:58:24 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
diff --git a/scripts/ntp-wait.1ntp-waitmdoc b/scripts/ntp-wait.1ntp-waitmdoc
index 545dbd02a..40eda281e 100644
--- a/scripts/ntp-wait.1ntp-waitmdoc
+++ b/scripts/ntp-wait.1ntp-waitmdoc
@@ -1,9 +1,9 @@
-.Dd August 13 2011
+.Dd August 16 2011
 .Dt NTP_WAIT 1ntp-waitmdoc User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-wait-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  August 13, 2011 at 10:39:33 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  August 16, 2011 at 10:59:05 AM by AutoGen 5.12
 .\"  From the definitions    ntp-wait-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
diff --git a/scripts/ntp-wait.html b/scripts/ntp-wait.html
index 523131fb2..a40c045a0 100644
--- a/scripts/ntp-wait.html
+++ b/scripts/ntp-wait.html
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  

This document applies to version 4.2.7p203 of ntp-wait. +

This document applies to version 4.2.7p204 of ntp-wait.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. diff --git a/scripts/ntp-wait.man.in b/scripts/ntp-wait.man.in index 5ac1c3694..2807bfaad 100644 --- a/scripts/ntp-wait.man.in +++ b/scripts/ntp-wait.man.in @@ -1,8 +1,8 @@ -.TH ntp-wait @NTP_WAIT_MS@ "13 Aug 2011" "ntp (4.2.7p203)" "User Commands" +.TH ntp-wait @NTP_WAIT_MS@ "16 Aug 2011" "ntp (4.2.7p204)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:39:27 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 10:58:24 AM by AutoGen 5.12 .\" From the definitions ntp-wait-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/scripts/ntp-wait.mdoc.in b/scripts/ntp-wait.mdoc.in index db0b3b6ba..ec7f8624d 100644 --- a/scripts/ntp-wait.mdoc.in +++ b/scripts/ntp-wait.mdoc.in @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:39:33 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 10:59:05 AM by AutoGen 5.12 .\" From the definitions ntp-wait-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 02e8402b6..495bc0c57 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed August 13, 2011 at 10:35:06 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 10:53:55 AM by AutoGen 5.12 * From the definitions sntp-opts.def * and the template file options * @@ -52,7 +52,7 @@ extern FILE * option_usage_fp; /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ static char const zCopyright[333] = -"sntp 4.2.7p203\n\ +"sntp 4.2.7p204\n\ Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -663,7 +663,7 @@ static tOptDesc optDesc[OPTION_CT] = { */ static char const zPROGNAME[5] = "SNTP"; static char const zUsageTitle[154] = -"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203\n\ +"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ hostname-or-IP ...]\n"; static char const zRcName[7] = ".ntprc"; diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index dc11f786b..d746500d0 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed August 13, 2011 at 10:35:05 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 10:53:55 AM by AutoGen 5.12 * From the definitions sntp-opts.def * and the template file options * @@ -90,8 +90,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define SNTP_VERSION "4.2.7p203" -#define SNTP_FULL_VERSION "sntp 4.2.7p203" +#define SNTP_VERSION "4.2.7p204" +#define SNTP_FULL_VERSION "sntp 4.2.7p204" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index e8fd29b7f..9f103a105 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -6,13 +6,13 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed August 13, 2011 at 10:45:06 AM by AutoGen 5.12 +# It has been AutoGen-ed August 16, 2011 at 11:09:34 AM by AutoGen 5.12 # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore @code{sntp} -can be used as a SNTP client to query a NTP or SNTP server and either display +can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time (given suitable privilege). It can be run as an interactive command or in a @code{cron} @@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp: @exampleindent 0 @example -sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203 +sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204 USAGE: sntp [ - [] | --[@{=| @}] ]... \ [ hostname-or-IP ...] Flg Arg Option-Name Description @@ -150,8 +150,8 @@ keyfile option (-k) for more details. @cindex sntp-bctimeout This is the ``the number of seconds to wait for broadcasts'' option. -When waiting for a broadcast packet SNTP will wait the number -of seconds specified before giving up. Default 68 seconds. +When waiting for a broadcast packet @code{sntp} will wait the number +of seconds specified before giving up. @node sntp broadcast @subsection broadcast option (-b) @@ -165,9 +165,9 @@ This option has some usage constraints. It: may appear an unlimited number of times. @end itemize -If specified SNTP will listen to the specified address -for NTP broadcasts. The default maximum wait time, -68 seconds, can be modified with -B. +If specified @code{sntp} will listen to the specified address +for NTP broadcasts. The default maximum wait time +can be modified with @code{-B}. @node sntp concurrent @subsection concurrent option (-c) @@ -184,7 +184,7 @@ may appear an unlimited number of times. Requests from an NTP "client" to a "server" should never be sent more rapidly than one every 2 seconds. By default, any IPs returned as part of a DNS lookup are assumed to be for a single instance of -ntpd, and therefore sntp will send queries to these IPs one after +ntpd, and therefore @code{sntp} will send queries to these IPs one after another, with a 2-second gap in between each query. The -c or --concurrent flag says that any IPs returned for the DNS @@ -214,7 +214,6 @@ Since we're only going to use the first valid response we get and there is benefit to specifying a good number of servers to query, separate the queries we send out by the specified number of milliseconds. -Default 10 milliseconds. @node sntp ipv4 @subsection ipv4 option (-4) @@ -254,7 +253,7 @@ to the IPv6 namespace. This is the ``look in this file for the key specified with -a'' option. This option specifies the keyfile. -SNTP will search for the key specified with -a keyno in this +@code{sntp} will search for the key specified with -a keyno in this file. Key files follow the following format: keyid keytype key @@ -274,8 +273,7 @@ For more information see ntp.keys(5). This is the ``kod history filename'' option. Specifies the filename to be used for the persistent history of KoD -responses received from servers. The default is -/var/db/ntp-kod . +responses received from servers. @node sntp logfile @subsection logfile option (-l) @@ -335,8 +333,8 @@ settimeofday(). @cindex sntp-uctimeout This is the ``the number of seconds to wait for unicast responses'' option. -When waiting for a unicast reply, SNTP will wait the number -of seconds specified before giving up. Default 5 seconds. +When waiting for a unicast reply, @code{sntp} will wait the number +of seconds specified before giving up. @node sntp usereservedport @subsection usereservedport option (-r) diff --git a/sntp/sntp.1sntpman b/sntp/sntp.1sntpman index e68bfa876..6ce9a4744 100644 --- a/sntp/sntp.1sntpman +++ b/sntp/sntp.1sntpman @@ -1,8 +1,8 @@ -.TH sntp 1sntpman "13 Aug 2011" "4.2.7p203" "User Commands" +.TH sntp 1sntpman "16 Aug 2011" "4.2.7p204" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (sntp-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:44:54 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:09:18 AM by AutoGen 5.12 .\" From the definitions sntp-opts.def .\" and the template file agman-cmd.tpl .\" @@ -15,7 +15,7 @@ sntp \- standard Simple Network Time Protocol program .PP .SH DESCRIPTION .B -can be used as a SNTP client to query a NTP or SNTP server and either display +can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time (given suitable privilege). It can be run as an interactive command or in a .Ic cron @@ -73,16 +73,16 @@ The default \fIseconds\fP for this option is: .ti +4 68 .sp -When waiting for a broadcast packet SNTP will wait the number -of seconds specified before giving up. Default 68 seconds. +When waiting for a broadcast packet @code{sntp} will wait the number +of seconds specified before giving up. .TP .BR \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP Listen to the address specified for broadcast time sync. This option may appear an unlimited number of times. .sp -If specified SNTP will listen to the specified address -for NTP broadcasts. The default maximum wait time, -68 seconds, can be modified with -B. +If specified @code{sntp} will listen to the specified address +for NTP broadcasts. The default maximum wait time +can be modified with @code{-B}. .TP .BR \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP Concurrently query all IPs returned for host-name. @@ -91,7 +91,7 @@ This option may appear an unlimited number of times. Requests from an NTP "client" to a "server" should never be sent more rapidly than one every 2 seconds. By default, any IPs returned as part of a DNS lookup are assumed to be for a single instance of -ntpd, and therefore sntp will send queries to these IPs one after +ntpd, and therefore @code{sntp} will send queries to these IPs one after another, with a 2-second gap in between each query. The -c or --concurrent flag says that any IPs returned for the DNS lookup of the supplied host-name are on different machines, so we @@ -118,7 +118,6 @@ Since we're only going to use the first valid response we get and there is benefit to specifying a good number of servers to query, separate the queries we send out by the specified number of milliseconds. -Default 10 milliseconds. .TP .BR \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP KoD history filename. @@ -127,14 +126,13 @@ The default \fIfile\-name\fP for this option is: /var/db/ntp-kod .sp Specifies the filename to be used for the persistent history of KoD -responses received from servers. The default is -/var/db/ntp-kod . +responses received from servers. .TP .BR \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP Look in this file for the key specified with -a. .sp This option specifies the keyfile. -SNTP will search for the key specified with -a keyno in this +@code{sntp} will search for the key specified with -a keyno in this file. Key files follow the following format: keyid keytype key Where keyid is a number identifying this key @@ -204,8 +202,8 @@ The default \fIseconds\fP for this option is: .ti +4 5 .sp -When waiting for a unicast reply, SNTP will wait the number -of seconds specified before giving up. Default 5 seconds. +When waiting for a unicast reply, @code{sntp} will wait the number +of seconds specified before giving up. .TP .BR \-\-wait, " \fB\-\-no\-wait\fP" Wait for pending replies (if not setting the time). diff --git a/sntp/sntp.1sntpmdoc b/sntp/sntp.1sntpmdoc index 25867a078..2c8a6be2f 100644 --- a/sntp/sntp.1sntpmdoc +++ b/sntp/sntp.1sntpmdoc @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt SNTP 1sntpmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:45:08 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:09:38 AM by AutoGen 5.12 .\" From the definitions sntp-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME @@ -19,7 +19,7 @@ .Pp .Sh DESCRIPTION .Nm -can be used as a SNTP client to query a NTP or SNTP server and either display +can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time (given suitable privilege). It can be run as an interactive command or in a .Ic cron @@ -74,15 +74,15 @@ The default \fIseconds\fP for this option is: .ti +4 68 .sp -When waiting for a broadcast packet SNTP will wait the number -of seconds specified before giving up. Default 68 seconds. +When waiting for a broadcast packet @code{sntp} will wait the number +of seconds specified before giving up. .It \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP Listen to the address specified for broadcast time sync. This option may appear an unlimited number of times. .sp -If specified SNTP will listen to the specified address -for NTP broadcasts. The default maximum wait time, -68 seconds, can be modified with -B. +If specified @code{sntp} will listen to the specified address +for NTP broadcasts. The default maximum wait time +can be modified with @code{-B}. .It \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP Concurrently query all IPs returned for host-name. This option may appear an unlimited number of times. @@ -90,7 +90,7 @@ This option may appear an unlimited number of times. Requests from an NTP "client" to a "server" should never be sent more rapidly than one every 2 seconds. By default, any IPs returned as part of a DNS lookup are assumed to be for a single instance of -ntpd, and therefore sntp will send queries to these IPs one after +ntpd, and therefore @code{sntp} will send queries to these IPs one after another, with a 2-second gap in between each query. The -c or --concurrent flag says that any IPs returned for the DNS lookup of the supplied host-name are on different machines, so we @@ -114,7 +114,6 @@ Since we're only going to use the first valid response we get and there is benefit to specifying a good number of servers to query, separate the queries we send out by the specified number of milliseconds. -Default 10 milliseconds. .It \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP KoD history filename. The default \fIfile\-name\fP for this option is: @@ -122,13 +121,12 @@ The default \fIfile\-name\fP for this option is: /var/db/ntp-kod .sp Specifies the filename to be used for the persistent history of KoD -responses received from servers. The default is -/var/db/ntp-kod . +responses received from servers. .It \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP Look in this file for the key specified with -a. .sp This option specifies the keyfile. -SNTP will search for the key specified with -a keyno in this +@code{sntp} will search for the key specified with -a keyno in this file. Key files follow the following format: keyid keytype key Where keyid is a number identifying this key @@ -191,8 +189,8 @@ The default \fIseconds\fP for this option is: .ti +4 5 .sp -When waiting for a unicast reply, SNTP will wait the number -of seconds specified before giving up. Default 5 seconds. +When waiting for a unicast reply, @code{sntp} will wait the number +of seconds specified before giving up. .It \-\-wait, " \fB\-\-no\-wait\fP" Wait for pending replies (if not setting the time). The \fIno\-wait\fP form will disable the option. diff --git a/sntp/sntp.html b/sntp/sntp.html index bdeff07c4..da81363bf 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server clock. Run as root, it can correct the system clock to this offset as well. It can be run as an interactive command or from a cron job. -

This document applies to version 4.2.7p203 of sntp. +

This document applies to version 4.2.7p204 of sntp.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -85,7 +85,7 @@ error bound of the system clock relative to the server clock.

sntp -can be used as a SNTP client to query a NTP or SNTP server and either display +can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time (given suitable privilege). It can be run as an interactive command or in a cron @@ -150,7 +150,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p203
+
sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p204
 USAGE:  sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -236,8 +236,8 @@ Up: sntp Invocation
 
 

This is the “the number of seconds to wait for broadcasts” option. -When waiting for a broadcast packet SNTP will wait the number -of seconds specified before giving up. Default 68 seconds. +When waiting for a broadcast packet sntp will wait the number +of seconds specified before giving up.


@@ -257,9 +257,9 @@ This is the “listen to the address specified for broadcast time sync&rdquo
  • may appear an unlimited number of times. -

    If specified SNTP will listen to the specified address -for NTP broadcasts. The default maximum wait time, -68 seconds, can be modified with -B. +

    If specified sntp will listen to the specified address +for NTP broadcasts. The default maximum wait time +can be modified with -B.


    @@ -282,7 +282,7 @@ This is the “concurrently query all ips returned for host-name” opti

    Requests from an NTP "client" to a "server" should never be sent more rapidly than one every 2 seconds. By default, any IPs returned as part of a DNS lookup are assumed to be for a single instance of -ntpd, and therefore sntp will send queries to these IPs one after +ntpd, and therefore sntp will send queries to these IPs one after another, with a 2-second gap in between each query.

    The -c or –concurrent flag says that any IPs returned for the DNS @@ -322,8 +322,7 @@ This is the “the gap (in milliseconds) between time requests” option Since we're only going to use the first valid response we get and there is benefit to specifying a good number of servers to query, separate the queries we send out by the specified number of -milliseconds. -Default 10 milliseconds. +milliseconds.


    @@ -382,7 +381,7 @@ Up: sntp Invocation

    This is the “look in this file for the key specified with -a” option. This option specifies the keyfile. -SNTP will search for the key specified with -a keyno in this +sntp will search for the key specified with -a keyno in this file. Key files follow the following format:

    keyid keytype key @@ -409,8 +408,7 @@ Up: sntp Invocation

    This is the “kod history filename” option. Specifies the filename to be used for the persistent history of KoD -responses received from servers. The default is -/var/db/ntp-kod . +responses received from servers.


    @@ -514,8 +512,8 @@ Up: sntp Invocation

    This is the “the number of seconds to wait for unicast responses” option. -When waiting for a unicast reply, SNTP will wait the number -of seconds specified before giving up. Default 5 seconds. +When waiting for a unicast reply, sntp will wait the number +of seconds specified before giving up.


    diff --git a/sntp/sntp.man.in b/sntp/sntp.man.in index dd2790880..0787d5c97 100644 --- a/sntp/sntp.man.in +++ b/sntp/sntp.man.in @@ -1,8 +1,8 @@ -.TH sntp @SNTP_MS@ "13 Aug 2011" "4.2.7p203" "User Commands" +.TH sntp @SNTP_MS@ "16 Aug 2011" "4.2.7p204" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (sntp-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:44:54 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:09:18 AM by AutoGen 5.12 .\" From the definitions sntp-opts.def .\" and the template file agman-cmd.tpl .\" @@ -15,7 +15,7 @@ sntp \- standard Simple Network Time Protocol program .PP .SH DESCRIPTION .B -can be used as a SNTP client to query a NTP or SNTP server and either display +can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time (given suitable privilege). It can be run as an interactive command or in a .Ic cron @@ -73,16 +73,16 @@ The default \fIseconds\fP for this option is: .ti +4 68 .sp -When waiting for a broadcast packet SNTP will wait the number -of seconds specified before giving up. Default 68 seconds. +When waiting for a broadcast packet @code{sntp} will wait the number +of seconds specified before giving up. .TP .BR \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP Listen to the address specified for broadcast time sync. This option may appear an unlimited number of times. .sp -If specified SNTP will listen to the specified address -for NTP broadcasts. The default maximum wait time, -68 seconds, can be modified with -B. +If specified @code{sntp} will listen to the specified address +for NTP broadcasts. The default maximum wait time +can be modified with @code{-B}. .TP .BR \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP Concurrently query all IPs returned for host-name. @@ -91,7 +91,7 @@ This option may appear an unlimited number of times. Requests from an NTP "client" to a "server" should never be sent more rapidly than one every 2 seconds. By default, any IPs returned as part of a DNS lookup are assumed to be for a single instance of -ntpd, and therefore sntp will send queries to these IPs one after +ntpd, and therefore @code{sntp} will send queries to these IPs one after another, with a 2-second gap in between each query. The -c or --concurrent flag says that any IPs returned for the DNS lookup of the supplied host-name are on different machines, so we @@ -118,7 +118,6 @@ Since we're only going to use the first valid response we get and there is benefit to specifying a good number of servers to query, separate the queries we send out by the specified number of milliseconds. -Default 10 milliseconds. .TP .BR \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP KoD history filename. @@ -127,14 +126,13 @@ The default \fIfile\-name\fP for this option is: /var/db/ntp-kod .sp Specifies the filename to be used for the persistent history of KoD -responses received from servers. The default is -/var/db/ntp-kod . +responses received from servers. .TP .BR \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP Look in this file for the key specified with -a. .sp This option specifies the keyfile. -SNTP will search for the key specified with -a keyno in this +@code{sntp} will search for the key specified with -a keyno in this file. Key files follow the following format: keyid keytype key Where keyid is a number identifying this key @@ -204,8 +202,8 @@ The default \fIseconds\fP for this option is: .ti +4 5 .sp -When waiting for a unicast reply, SNTP will wait the number -of seconds specified before giving up. Default 5 seconds. +When waiting for a unicast reply, @code{sntp} will wait the number +of seconds specified before giving up. .TP .BR \-\-wait, " \fB\-\-no\-wait\fP" Wait for pending replies (if not setting the time). diff --git a/sntp/sntp.mdoc.in b/sntp/sntp.mdoc.in index c378c5ebc..9874b887c 100644 --- a/sntp/sntp.mdoc.in +++ b/sntp/sntp.mdoc.in @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt SNTP @SNTP_MS@ User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:45:08 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:09:38 AM by AutoGen 5.12 .\" From the definitions sntp-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME @@ -19,7 +19,7 @@ .Pp .Sh DESCRIPTION .Nm -can be used as a SNTP client to query a NTP or SNTP server and either display +can be used as an SNTP client to query a NTP or SNTP server and either display the time or set the local system's time (given suitable privilege). It can be run as an interactive command or in a .Ic cron @@ -74,15 +74,15 @@ The default \fIseconds\fP for this option is: .ti +4 68 .sp -When waiting for a broadcast packet SNTP will wait the number -of seconds specified before giving up. Default 68 seconds. +When waiting for a broadcast packet @code{sntp} will wait the number +of seconds specified before giving up. .It \-b " \fIbroadcast\-address\fP, " \-\-broadcast "=" \fIbroadcast\-address\fP Listen to the address specified for broadcast time sync. This option may appear an unlimited number of times. .sp -If specified SNTP will listen to the specified address -for NTP broadcasts. The default maximum wait time, -68 seconds, can be modified with -B. +If specified @code{sntp} will listen to the specified address +for NTP broadcasts. The default maximum wait time +can be modified with @code{-B}. .It \-c " \fIhost\-name\fP, " \-\-concurrent "=" \fIhost\-name\fP Concurrently query all IPs returned for host-name. This option may appear an unlimited number of times. @@ -90,7 +90,7 @@ This option may appear an unlimited number of times. Requests from an NTP "client" to a "server" should never be sent more rapidly than one every 2 seconds. By default, any IPs returned as part of a DNS lookup are assumed to be for a single instance of -ntpd, and therefore sntp will send queries to these IPs one after +ntpd, and therefore @code{sntp} will send queries to these IPs one after another, with a 2-second gap in between each query. The -c or --concurrent flag says that any IPs returned for the DNS lookup of the supplied host-name are on different machines, so we @@ -114,7 +114,6 @@ Since we're only going to use the first valid response we get and there is benefit to specifying a good number of servers to query, separate the queries we send out by the specified number of milliseconds. -Default 10 milliseconds. .It \-K " \fIfile\-name\fP, " \-\-kod "=" \fIfile\-name\fP KoD history filename. The default \fIfile\-name\fP for this option is: @@ -122,13 +121,12 @@ The default \fIfile\-name\fP for this option is: /var/db/ntp-kod .sp Specifies the filename to be used for the persistent history of KoD -responses received from servers. The default is -/var/db/ntp-kod . +responses received from servers. .It \-k " \fIfile\-name\fP, " \-\-keyfile "=" \fIfile\-name\fP Look in this file for the key specified with -a. .sp This option specifies the keyfile. -SNTP will search for the key specified with -a keyno in this +@code{sntp} will search for the key specified with -a keyno in this file. Key files follow the following format: keyid keytype key Where keyid is a number identifying this key @@ -191,8 +189,8 @@ The default \fIseconds\fP for this option is: .ti +4 5 .sp -When waiting for a unicast reply, SNTP will wait the number -of seconds specified before giving up. Default 5 seconds. +When waiting for a unicast reply, @code{sntp} will wait the number +of seconds specified before giving up. .It \-\-wait, " \fB\-\-no\-wait\fP" Wait for pending replies (if not setting the time). The \fIno\-wait\fP form will disable the option. diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index a21e96d61..e31bec147 100644 --- a/util/ntp-keygen-opts.c +++ b/util/ntp-keygen-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c) * - * It has been AutoGen-ed August 13, 2011 at 10:43:49 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 11:07:05 AM by AutoGen 5.12 * From the definitions ntp-keygen-opts.def * and the template file options * @@ -52,7 +52,7 @@ extern FILE * option_usage_fp; /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ static char const zCopyright[345] = -"ntp-keygen (ntp) 4.2.7p203\n\ +"ntp-keygen (ntp) 4.2.7p204\n\ Copyright (C) 1970-2011 The University of Delaware, David L. Mills, and/or others, all rights reserved.\n\ This is free software. It is licensed for use, modification and\n\ redistribution under the terms of the NTP License, copies of which\n\ @@ -778,7 +778,7 @@ static tOptDesc optDesc[OPTION_CT] = { */ static char const zPROGNAME[11] = "NTP_KEYGEN"; static char const zUsageTitle[116] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p203\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p204\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index c683ce698..9c0b27de4 100644 --- a/util/ntp-keygen-opts.h +++ b/util/ntp-keygen-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h) * - * It has been AutoGen-ed August 13, 2011 at 10:43:49 AM by AutoGen 5.12 + * It has been AutoGen-ed August 16, 2011 at 11:07:04 AM by AutoGen 5.12 * From the definitions ntp-keygen-opts.def * and the template file options * @@ -90,8 +90,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.7p203" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.2.7p203" +#define NTP_KEYGEN_VERSION "4.2.7p204" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.2.7p204" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index 21ef15b4e..0b96da820 100644 --- a/util/ntp-keygen-opts.texi +++ b/util/ntp-keygen-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi) # -# It has been AutoGen-ed August 13, 2011 at 10:44:25 AM by AutoGen 5.12 +# It has been AutoGen-ed August 16, 2011 at 11:08:18 AM by AutoGen 5.12 # From the definitions ntp-keygen-opts.def # and the template file aginfo.tpl @end ignore @@ -49,7 +49,7 @@ This is the automatically generated usage text for ntp-keygen: @exampleindent 0 @example -ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p203 +ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p204 USAGE: ntp-keygen [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -c Str certificate certificate scheme diff --git a/util/ntp-keygen.1ntp-keygenman b/util/ntp-keygen.1ntp-keygenman index 4bffa1ede..6e9797ba3 100644 --- a/util/ntp-keygen.1ntp-keygenman +++ b/util/ntp-keygen.1ntp-keygenman @@ -1,8 +1,8 @@ -.TH ntp-keygen 1ntp-keygenman "13 Aug 2011" "ntp (4.2.7p203)" "User Commands" +.TH ntp-keygen 1ntp-keygenman "16 Aug 2011" "ntp (4.2.7p204)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:44:06 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:07:50 AM by AutoGen 5.12 .\" From the definitions ntp-keygen-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/util/ntp-keygen.1ntp-keygenmdoc b/util/ntp-keygen.1ntp-keygenmdoc index 3b85ce8d5..cd56ec9b5 100644 --- a/util/ntp-keygen.1ntp-keygenmdoc +++ b/util/ntp-keygen.1ntp-keygenmdoc @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:44:27 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:08:20 AM by AutoGen 5.12 .\" From the definitions ntp-keygen-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/util/ntp-keygen.man.in b/util/ntp-keygen.man.in index a057fb373..2b4f2e252 100644 --- a/util/ntp-keygen.man.in +++ b/util/ntp-keygen.man.in @@ -1,8 +1,8 @@ -.TH ntp-keygen @NTP_KEYGEN_MS@ "13 Aug 2011" "ntp (4.2.7p203)" "User Commands" +.TH ntp-keygen @NTP_KEYGEN_MS@ "16 Aug 2011" "ntp (4.2.7p204)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.man) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:44:06 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:07:50 AM by AutoGen 5.12 .\" From the definitions ntp-keygen-opts.def .\" and the template file agman-cmd.tpl .\" diff --git a/util/ntp-keygen.mdoc.in b/util/ntp-keygen.mdoc.in index adaf2ab22..e1f0c4158 100644 --- a/util/ntp-keygen.mdoc.in +++ b/util/ntp-keygen.mdoc.in @@ -1,9 +1,9 @@ -.Dd August 13 2011 +.Dd August 16 2011 .Dt NTP_KEYGEN @NTP_KEYGEN_MS@ User Commands .Os SunOS 5.10 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc) .\" -.\" It has been AutoGen-ed August 13, 2011 at 10:44:27 AM by AutoGen 5.12 +.\" It has been AutoGen-ed August 16, 2011 at 11:08:20 AM by AutoGen 5.12 .\" From the definitions ntp-keygen-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME