]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P181 NTP_4_2_7P181
authorHarlan Stenn <stenn@ntp.org>
Tue, 7 Jun 2011 10:34:42 +0000 (10:34 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 7 Jun 2011 10:34:42 +0000 (10:34 +0000)
bk: 4dedfec2cgNXgx--ELLzpga992jA7g

28 files changed:
ChangeLog
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpdc/ntpdc.html
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index f5dbbb5858977f78ff9b793991725507ec51c0a8..7379f879e9b3da965c71d4e6442a61284d8015f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p181) 2011/06/07 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1938] addr_eqprefix() doesn't clear enough storage.
 (4.2.7p180) 2011/06/06 Released by Harlan Stenn <stenn@ntp.org>
 * Upgrade to libevent-2.0.12.
index 6999018f044ad9b39cd9b575a0dc46edca9008fa..b9bef0eca872104f46aa549ed70b953788615015 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:38:07 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:25:33 AM by AutoGen 5.11.9
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -37,7 +37,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.7p180\n\
+"ntpd 4.2.7p181\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\
@@ -1013,7 +1013,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p180\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p181\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 5084db8282ee380797dd1a70e4a18e2afa3beaf6..1477cd125caba3af102c760a041c6f79bf440f70 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:38:07 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:25:33 AM by AutoGen 5.11.9
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p180"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p180"
+#define NTPD_VERSION       "4.2.7p181"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p181"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9c9597d4cbe90eecf680de85da2af2bc7d08ca4d..8c19d89e0bda3c41c0e4da90f5c4d1cd8eabb922 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  June  6, 2011 at 10:38:46 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  7, 2011 at 10:27:07 AM by AutoGen 5.11.9
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p180
+ntpd - NTP daemon program - Ver. 4.2.7p181
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index c09116f8562d3c80ff21882fdf738c79f931d7f6..98322638c58f49b639f015d903babf2fce0c38c2 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-06-06 "( 4.2.7p180)" "Programmer's Manual"
+.TH NTPD 1 2011-06-07 "( 4.2.7p181)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  June  6, 2011 at 10:38:45 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  7, 2011 at 10:27:04 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 326e6ef74330313fa4395562359a726364c3baf0..7bdc505caf574f06dad8dd0397e87f829db85d2d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:38:53 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:27:26 AM by AutoGen 5.11.9
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -37,7 +37,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.7p180\n\
+"ntpdc 4.2.7p181\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\
@@ -458,7 +458,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.7p180\n\
+"ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p181\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8456f6ee13cbec3d55e6038cd17bcfe333e0f15f..b638133b3a5162f4efee88fa02d0bc06c2154742 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:38:53 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:27:26 AM by AutoGen 5.11.9
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -66,8 +66,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p180"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p180"
+#define NTPDC_VERSION       "4.2.7p181"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p181"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7f7061c2b3622f77c4a1797304d7c1153bae4fa8..bb260a1ec338a9d786f6b2a3286533f150e2e378 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  June  6, 2011 at 10:39:04 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  7, 2011 at 10:28:07 AM by AutoGen 5.11.9
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -57,7 +57,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p180
+ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p181
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ff76eb8b67baf0e461d7289d9fbbdecd292c2087..68e4db5700ea172bb604f6516af369d46be24b28 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 6 2011
+.Dd June 7 2011
 .Dt NTPDC 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June  6, 2011 at 10:39:03 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  7, 2011 at 10:28:04 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index c189587254f0c0e0ed62fb24f0463845a90c8d98..4219c07d9d5a6300d6773922d3da72d662b98bce 100644 (file)
@@ -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.
 
-  <p>This document applies to version 4.2.7p180 of <code>ntpdc</code>.
+  <p>This document applies to version 4.2.7p181 of <code>ntpdc</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -133,7 +133,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#ntpdc-Invocation">ntpdc Invocation</a>
 <p><a name="index-ntpdc-usage-3"></a>
 This is the automatically generated usage text for ntpdc:
 
-<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p180
+<pre class="example">ntpdc - vendor-specific NTPD control program - Ver. 4.2.7p181
 USAGE:  ntpdc [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3d652cad9147d6a740da40718708efb983ba8eab..3204b2ebe9603c52ec2854136bfac86b0119c11c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:39:06 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:28:15 AM by AutoGen 5.11.9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -37,7 +37,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.7p180\n\
+"ntpq 4.2.7p181\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\
@@ -435,7 +435,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.7p180\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p181\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8efa868c0ed058f0a1eef98f78009a4a635e9e7a..36082a3b9b2a68261e8ed0dca9f2887f1768ec42 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:39:05 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:28:15 AM by AutoGen 5.11.9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -65,8 +65,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p180"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p180"
+#define NTPQ_VERSION       "4.2.7p181"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p181"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 602be352d5c98e7616db6517a65cdb7591b61d03..18a719e71b742ae7b96122e420e331d5f9915fd6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  June  6, 2011 at 10:39:17 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  7, 2011 at 10:28:42 AM by AutoGen 5.11.9
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p180
+ntpq - standard NTP query program - Ver. 4.2.7p181
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 42e25a7c2cd00d256526feaba44c639b7a409046..efe3263e6c8630307421f30c58eb430eff956118 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-06-06 "( 4.2.7p180)" "Programmer's Manual"
+.TH NTPQ 1 2011-06-07 "( 4.2.7p181)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  June  6, 2011 at 10:39:17 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  7, 2011 at 10:28:42 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4da42b186793a1d954614c252a4a66a3ba8d60dc..71b764db4df55a658b700f684fee57ddde36e66b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:39:18 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:28:52 AM by AutoGen 5.11.9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -37,7 +37,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.7p180\n\
+"ntpsnmpd 4.2.7p181\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\
@@ -262,7 +262,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.7p180\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p181\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0db6bcd813ec5d47a6cf53192112c4969e6e74c0..5a6cba378e9caf753e3794dbb830396d1701cf9c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:39:18 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:28:52 AM by AutoGen 5.11.9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -59,8 +59,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p180"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p180"
+#define NTPSNMPD_VERSION       "4.2.7p181"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p181"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c9b078ae7e94e1286622e68307eae48f96a83b9e..aa799b1946919feb6e91d987ff7b55239b338529 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  June  6, 2011 at 10:39:42 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  7, 2011 at 10:31:03 AM by AutoGen 5.11.9
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p180
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p181
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index b529a7eff6499f038c4be2648e3cfeb22a5dc8e7..105fbed859ab8049ba6b425762ec89bdae88f069 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-06-06 "( 4.2.7p180)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-06-07 "( 4.2.7p181)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  June  6, 2011 at 10:39:41 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  7, 2011 at 10:31:02 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c78ac2ddf9426cd0923890978d5e355e076dc83f..8d1e1126384fc3a130e4e89eb3d25792438dbed0 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=180
+point=181
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9a5ffe0437b93bd0c0cd1dc508036478ef188c68..6c0cebe5421011f8dfcbd0ed800e24c7c2055c49 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:34:09 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:13:34 AM by AutoGen 5.11.9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -37,7 +37,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.7p180\n\
+"sntp 4.2.7p181\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\
@@ -648,7 +648,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.7p180\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p181\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index def9c229a38dca0cc22eee0f5fc07e26d981cce8..04373b447ad92e378ecb33928552254c24410d5d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:34:09 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:13:27 AM by AutoGen 5.11.9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -75,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p180"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p180"
+#define SNTP_VERSION       "4.2.7p181"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p181"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3359933cc68fc0c5cd827c8c8ccb4ad069513bfb..50a00abe71deeb774665a76f5ba1b12e6448663b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  June  6, 2011 at 10:40:04 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  7, 2011 at 10:32:55 AM by AutoGen 5.11.9
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -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.7p180
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p181
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index ce49dc38094808074996bf1483f0c1b83da5cc8f..4fa23e9dab9aee59d97a1c6948ddf490fe45305e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd June 6 2011
+.Dd June 7 2011
 .Dt SNTP 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  June  6, 2011 at 10:40:04 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  7, 2011 at 10:32:54 AM by AutoGen 5.11.9
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 97e26e539efa50ee4a2985fc397ac0553e0e0569..3e5ed1c6abc666470e0c082fa158178dd7fc62b3 100644 (file)
@@ -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.
 
-  <p>This document applies to version 4.2.7p180 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p181 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p180
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p181
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 9e7ac1443ae3a3ea18d6a0e680c3ea325e6ff329..5820a80b4606990483ada4e07019ff1d665b00af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:39:45 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:31:36 AM by AutoGen 5.11.9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -37,7 +37,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.7p180\n\
+"ntp-keygen (ntp) 4.2.7p181\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\
@@ -763,7 +763,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.7p180\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p181\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 04c1676a4e7d3826c2fb74b98af21347c4609345..b0f230a2554ce68eb512378334bcfd5b617e0118 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  June  6, 2011 at 10:39:44 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  June  7, 2011 at 10:31:36 AM by AutoGen 5.11.9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -75,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p180"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p180"
+#define NTP_KEYGEN_VERSION       "4.2.7p181"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p181"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 350e903e5e1eb9e9c6a8410b208528d14f341831..cb77dd4797841e77dd00533dcb64f912425c3747 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  June  6, 2011 at 10:39:54 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  June  7, 2011 at 10:32:03 AM by AutoGen 5.11.9
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,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.7p180
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p181
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 65acedfc12150d9ba27dcfaa25ab5e05ebf0450a..c9de2a930c8f62c9cb67c9c168606374d51920c9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-06-06 "(ntp 4.2.7p180)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-06-07 "(ntp 4.2.7p181)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  June  6, 2011 at 10:39:53 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  June  7, 2011 at 10:32:03 AM by AutoGen 5.11.9
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"