]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_6P5_RC2 NTP_4_2_6P5_RC2
authorHarlan Stenn <stenn@ntp.org>
Thu, 1 Dec 2011 03:06:41 +0000 (22:06 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 1 Dec 2011 03:06:41 +0000 (22:06 -0500)
bk: 4ed6ef41Z22uWV3G2SgSzPC_3jsm8Q

27 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
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 6b6e526872b0ce4328e9da10d3aeec7a82aac0d2..9f65ac816d1e49e90e3c40ec808028f880427f39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 ---
+(4.2.6p5-RC2) 2011/11/30 Released by Harlan Stenn <stenn@ntp.org>
 
 * [Bug 2050] Orphan mode stratum counting to infinity.
 * [Bug 2059] optional billboard column "server" does not honor -n.
index af7dfbd5360f62f9208c4e2b7da6e661b3e6e8d2..8639bfe9d3ddc3efd217eab1abe5b5e3ce00bda3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:13:45 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:04:47 PM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,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[42] =
-"ntpd 4.2.6p5-RC1\n\
+"ntpd 4.2.6p5-RC2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -948,7 +948,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[103] =
-"ntpd - NTP daemon program - Ver. 4.2.6p5-RC1\n\
+"ntpd - NTP daemon program - Ver. 4.2.6p5-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index b1031d64484ad990c9be647d400d08f0db2bee50..d64ee94d492a1e3e084396ca87bc5e64d7989bc2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:13:45 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:04:46 PM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.6p5-RC1"
-#define NTPD_FULL_VERSION  "ntpd 4.2.6p5-RC1"
+#define NTPD_VERSION       "4.2.6p5-RC2"
+#define NTPD_FULL_VERSION  "ntpd 4.2.6p5-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ef101d463ed7d16aeb2251458774183d275548a8..9c0563ae7147011b166347640e8fe92b8c66a8ec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 18, 2011 at 11:14:06 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 30, 2011 at 10:05:46 PM 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.6p5-RC1
+ntpd - NTP daemon program - Ver. 4.2.6p5-RC2
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e80caef2943f32246ef63de3d8a883c15fc2c185..7f3ff8770a833e83b279f5452ee0df337138d922 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
+.TH NTPD 1 2011-11-30 "( 4.2.6p5-RC2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:06 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 30, 2011 at 10:05:45 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5e2ff44350e27c5533fb2cb740a0e043659dcb25..1acf0290d06cd196d86964eb9546810ce243ffa9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:11 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:05:51 PM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,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[43] =
-"ntpdc 4.2.6p5-RC1\n\
+"ntpdc 4.2.6p5-RC2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -445,7 +445,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[131] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC1\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e24d9d4e68e4304f875c0f06bbf15f7d49dd6f81..62bb835f53aa2886e907a24a61b007e5f80d8e6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:10 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:05:51 PM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.6p5-RC1"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p5-RC1"
+#define NTPDC_VERSION       "4.2.6p5-RC2"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p5-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 202f70bee584538c3dd1febc1d57485361071db0..b14e2e01a4bb7a7faf7ae5751a2b493a5c79a05c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 18, 2011 at 11:14:19 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 30, 2011 at 10:06:00 PM by AutoGen 5.12
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC1
+ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC2
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 32483dda68cfd6f7d19e4873b8820074ba31d2d8..f35e2f1615b613a477373b6ab0d3bd24ce42b141 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
+.TH NTPDC 1 2011-11-30 "( 4.2.6p5-RC2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:19 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 30, 2011 at 10:05:59 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 550ed76f39e4719840c60524f7c1006ec1514b4c..0b7c4daeeb67fad706ab0d97677882ce7ad56756 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:20 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:06:00 PM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,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[42] =
-"ntpq 4.2.6p5-RC1\n\
+"ntpq 4.2.6p5-RC2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -422,7 +422,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[123] =
-"ntpq - standard NTP query program - Ver. 4.2.6p5-RC1\n\
+"ntpq - standard NTP query program - Ver. 4.2.6p5-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5db1bea48d047e54dfb2c92075ffe6675da5e14b..2227f44b7159a760868706b51703cd2d4650f05a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:20 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:06:00 PM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -66,8 +66,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.6p5-RC1"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.6p5-RC1"
+#define NTPQ_VERSION       "4.2.6p5-RC2"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.6p5-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c53d95d758d0ce9d6152ee6b21d9d1d6b7d0a89a..113f5d6a33f0567ddf54eb0720fd945d89fd319f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 18, 2011 at 11:14:28 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 30, 2011 at 10:06:09 PM by AutoGen 5.12
 # 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.6p5-RC1
+ntpq - standard NTP query program - Ver. 4.2.6p5-RC2
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index cff51909d8b070e4c1cd8169c183dec836ce6463..04dd3f0fdb8126e60095578f2c6f3f1ad95bd0b4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
+.TH NTPQ 1 2011-11-30 "( 4.2.6p5-RC2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:28 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 30, 2011 at 10:06:09 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e5209787e893b65a2e8166ca9fe3972a1fca4402..fed6d3f515ba20c7da63dd886876c5ea2600de38 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:29 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:06:10 PM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,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[46] =
-"ntpsnmpd 4.2.6p5-RC1\n\
+"ntpsnmpd 4.2.6p5-RC2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -249,7 +249,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[107] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5-RC1\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2e83617a8ae589e5c8a9c1b30a63a7153a4ede4e..d99463e99c76e6115b6ba714a20a866e05a3ad19 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:29 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:06:10 PM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -60,8 +60,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.6p5-RC1"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p5-RC1"
+#define NTPSNMPD_VERSION       "4.2.6p5-RC2"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p5-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 933eabaf1f53626d6dd811513d0f8e0140f12beb..449ae027ec6cbe44fecf92bdeaaf34545df28d3a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 18, 2011 at 11:14:33 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 30, 2011 at 10:06:13 PM by AutoGen 5.12
 # 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.6p5-RC1
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5-RC2
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 5f6d96ebebf22875c23654841ce9eee990f7d832..3a3d14437a4454caf1c3d59dca6461d890ceb94e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-11-30 "( 4.2.6p5-RC2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:33 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 30, 2011 at 10:06:13 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dc98403e1572442d28ee1ca7287521175970c85d..bc855f36ea5c229165f72148e6045a8a11e447a4 100644 (file)
@@ -91,4 +91,4 @@ betapoint=0
 # - - prerelease is emptied
 # else (not in RC)
 # - rcpoint is empty and unused (for now).
-rcpoint=1
+rcpoint=2
index 2d1cfdd9293d37f4fe2d2979d384e1cf1c37f782..296e8e65bdccc43e3d92f1a03e373c8b321cfd7c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:13:39 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:04:37 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,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[42] =
-"sntp 4.2.6p5-RC1\n\
+"sntp 4.2.6p5-RC2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -467,7 +467,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[156] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC1\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 6ba579a5523cf40a7d6803c361f0c5f529e61da2..acbe50d5a827b403502dd505ad81050c9aaa1cb6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:13:39 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:04:37 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.6p5-RC1"
-#define SNTP_FULL_VERSION  "sntp 4.2.6p5-RC1"
+#define SNTP_VERSION       "4.2.6p5-RC2"
+#define SNTP_FULL_VERSION  "sntp 4.2.6p5-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3bdb9451c198f667e60efe32fdae2ecd285c6379..b97d02084182a01351914f361bf120dad7819274 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 18, 2011 at 11:13:44 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 30, 2011 at 10:04:45 PM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -69,7 +69,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC1
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC2
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 443ddce0fd0e246ee2a4a1522a9362e497824887..923bd8fc4b017d3371b4eb66db5ac076bfae6e68 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
+.TH SNTP 1 2011-11-30 "( 4.2.6p5-RC2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October 18, 2011 at 11:13:43 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 30, 2011 at 10:04:45 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 94ab1ffbab3730e0208e147d77bcc0dc87eb273b..9391153cf97f5f69fea39b5627fa6e47c32c5de5 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.6p5-RC1 of <code>sntp</code>.
+  <p>This document applies to version 4.2.6p5-RC2 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -139,7 +139,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.6p5-RC1
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC2
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 97542afb31467eeb0167fbfbdae8af8315c7c548..ee4dd840473f00100bca24dbd088dd676e21397e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:34 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:06:14 PM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,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[54] =
-"ntp-keygen (ntp) 4.2.6p5-RC1\n\
+"ntp-keygen (ntp) 4.2.6p5-RC2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -720,7 +720,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[118] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5-RC1\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index dfffefbbed5337eb3d60aa6735a8160889e639d9..817554bc2fe582b593e8752ab7dbeff3adfabb3b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 18, 2011 at 11:14:34 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  November 30, 2011 at 10:06:14 PM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -75,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.6p5-RC1"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p5-RC1"
+#define NTP_KEYGEN_VERSION       "4.2.6p5-RC2"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p5-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5ce1588ad206bf07a4a18bd36f8d69971b54159b..28b001f6dddaea71b023373c9c050aa47059e98e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 18, 2011 at 11:14:39 PM by AutoGen 5.12
+# It has been AutoGen-ed  November 30, 2011 at 10:06:21 PM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,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.6p5-RC1
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5-RC2
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e9154fccec5525749a114822656f65009e6e2d6c..426bedafa8a76a2bd5e384efafd6b81b3b6b83f3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-10-18 "(ntp 4.2.6p5-RC1)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-11-30 "(ntp 4.2.6p5-RC2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:39 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  November 30, 2011 at 10:06:20 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"