]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_6P5_RC1 NTP_4_2_6P5_RC1
authorHarlan Stenn <stenn@ntp.org>
Tue, 18 Oct 2011 23:14:54 +0000 (23:14 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 18 Oct 2011 23:14:54 +0000 (23:14 +0000)
bk: 4e9e086eGf33-LbrxVNBmRkrFmkJDA

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 d33caeda7ee6398e50c0f2b1030857224aa6b5f8..b79cdd102cc0413b41cfeb779e712fb714ad42d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 ---
+(4.2.6p5-RC1) 2011/10/18 Released by Harlan Stenn <stenn@ntp.org>
 
 * [Bug 2034] Listening address configuration with prefix misapplied.
 
index f6e294fdcd41c5cc4fd7e1e306e5bf3f4163bf31..af7dfbd5360f62f9208c4e2b7da6e661b3e6e8d2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:36:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:13:45 PM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[38] =
-"ntpd 4.2.6p4\n\
+static char const zCopyright[42] =
+"ntpd 4.2.6p5-RC1\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -947,8 +947,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpd Option Environment
  */
 static char const zPROGNAME[5] = "NTPD";
-static char const zUsageTitle[99] =
-"ntpd - NTP daemon program - Ver. 4.2.6p4\n\
+static char const zUsageTitle[103] =
+"ntpd - NTP daemon program - Ver. 4.2.6p5-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 00affbb817969a26572814eb04f7c57a6bb92954..b1031d64484ad990c9be647d400d08f0db2bee50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:36:04 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:13:45 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.6p4"
-#define NTPD_FULL_VERSION  "ntpd 4.2.6p4"
+#define NTPD_VERSION       "4.2.6p5-RC1"
+#define NTPD_FULL_VERSION  "ntpd 4.2.6p5-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a43fbf6a290cea6fefff4fc9d3bcc32996ef7e8f..ef101d463ed7d16aeb2251458774183d275548a8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 23, 2011 at 03:36:53 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 18, 2011 at 11:14:06 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.6p4
+ntpd - NTP daemon program - Ver. 4.2.6p5-RC1
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index faf4f99303cb815bb2aaffbd3e188cddf83aa33d..e80caef2943f32246ef63de3d8a883c15fc2c185 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-09-23 "( 4.2.6p4)" "Programmer's Manual"
+.TH NTPD 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 23, 2011 at 03:36:52 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:06 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 136d45de96aa0d8d8464ff5a2b6d47b471a0768c..5e2ff44350e27c5533fb2cb740a0e043659dcb25 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:11 PM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[39] =
-"ntpdc 4.2.6p4\n\
+static char const zCopyright[43] =
+"ntpdc 4.2.6p5-RC1\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -444,8 +444,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpdc Option Environment
  */
 static char const zPROGNAME[6] = "NTPDC";
-static char const zUsageTitle[127] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p4\n\
+static char const zUsageTitle[131] =
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 79b34b1c1c8ff1ce8e4aba7041b84924fac43bef..e24d9d4e68e4304f875c0f06bbf15f7d49dd6f81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:01 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:10 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.6p4"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p4"
+#define NTPDC_VERSION       "4.2.6p5-RC1"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p5-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cd332a126928e4bf1393a11906bee7ac2b667f43..202f70bee584538c3dd1febc1d57485361071db0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 23, 2011 at 03:37:20 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 18, 2011 at 11:14:19 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.6p4
+ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC1
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 56dc6f92d2b70ba916dd700aa76c32a9d08890ad..32483dda68cfd6f7d19e4873b8820074ba31d2d8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-09-23 "( 4.2.6p4)" "Programmer's Manual"
+.TH NTPDC 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 23, 2011 at 03:37:18 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:19 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c902b9ef6f7301712e1ff83de1c4231cb5fe273c..550ed76f39e4719840c60524f7c1006ec1514b4c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:20 PM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[38] =
-"ntpq 4.2.6p4\n\
+static char const zCopyright[42] =
+"ntpq 4.2.6p5-RC1\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -421,8 +421,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpq Option Environment
  */
 static char const zPROGNAME[5] = "NTPQ";
-static char const zUsageTitle[119] =
-"ntpq - standard NTP query program - Ver. 4.2.6p4\n\
+static char const zUsageTitle[123] =
+"ntpq - standard NTP query program - Ver. 4.2.6p5-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cd8cd50382c07853594edfcff714b123a4b47edb..5db1bea48d047e54dfb2c92075ffe6675da5e14b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:21 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:20 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.6p4"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.6p4"
+#define NTPQ_VERSION       "4.2.6p5-RC1"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.6p5-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2d536a21c5ee878c67fee38cdf3cb721aed10994..c53d95d758d0ce9d6152ee6b21d9d1d6b7d0a89a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 23, 2011 at 03:37:47 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 18, 2011 at 11:14:28 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.6p4
+ntpq - standard NTP query program - Ver. 4.2.6p5-RC1
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 050baacef354a609eb67ac23afce740dc5720a07..cff51909d8b070e4c1cd8169c183dec836ce6463 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-09-23 "( 4.2.6p4)" "Programmer's Manual"
+.TH NTPQ 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 23, 2011 at 03:37:45 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:28 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 85caa8d9aa8eef169d6d81bc1d0c4e2d277a7e91..e5209787e893b65a2e8166ca9fe3972a1fca4402 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:29 PM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ 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] =
-"ntpsnmpd 4.2.6p4\n\
+static char const zCopyright[46] =
+"ntpsnmpd 4.2.6p5-RC1\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -248,8 +248,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpsnmpd Option Environment
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
-static char const zUsageTitle[103] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p4\n\
+static char const zUsageTitle[107] =
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f9204fb39fc5faf5f46f422d77383cad96da2037..2e83617a8ae589e5c8a9c1b30a63a7153a4ede4e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:48 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:29 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.6p4"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p4"
+#define NTPSNMPD_VERSION       "4.2.6p5-RC1"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p5-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e285b88dfbdf2ac7ef01316e8d2969636f3254bb..933eabaf1f53626d6dd811513d0f8e0140f12beb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 23, 2011 at 03:37:56 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 18, 2011 at 11:14:33 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.6p4
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5-RC1
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index aea99a7f626d1fca25e20e21fcd61c385f14b9ee..5f6d96ebebf22875c23654841ce9eee990f7d832 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-09-23 "( 4.2.6p4)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 23, 2011 at 03:37:55 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:33 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 67feddff8f8f1458f1b2f0c4455b9c373800036f..dc98403e1572442d28ee1ca7287521175970c85d 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=4
+point=5
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
@@ -91,4 +91,4 @@ betapoint=0
 # - - prerelease is emptied
 # else (not in RC)
 # - rcpoint is empty and unused (for now).
-rcpoint=
+rcpoint=1
index 2513c0bab7a689069e899588fbaf95f81426cbb1..2d1cfdd9293d37f4fe2d2979d384e1cf1c37f782 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:35:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:13:39 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[38] =
-"sntp 4.2.6p4\n\
+static char const zCopyright[42] =
+"sntp 4.2.6p5-RC1\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -466,8 +466,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Sntp Option Environment
  */
 static char const zPROGNAME[5] = "SNTP";
-static char const zUsageTitle[152] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p4\n\
+static char const zUsageTitle[156] =
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 208e8cb21b5e97111727bf89f8af936cfcfaf4b7..6ba579a5523cf40a7d6803c361f0c5f529e61da2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:35:46 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:13:39 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.6p4"
-#define SNTP_FULL_VERSION  "sntp 4.2.6p4"
+#define SNTP_VERSION       "4.2.6p5-RC1"
+#define SNTP_FULL_VERSION  "sntp 4.2.6p5-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b5ba4390cf0b8d74978d40c123734411887be806..3bdb9451c198f667e60efe32fdae2ecd285c6379 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 23, 2011 at 03:36:03 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 18, 2011 at 11:13:44 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.6p4
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC1
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 9832e75960fc0ea4e2d4bd65ba128bde5580ce29..443ddce0fd0e246ee2a4a1522a9362e497824887 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-09-23 "( 4.2.6p4)" "Programmer's Manual"
+.TH SNTP 1 2011-10-18 "( 4.2.6p5-RC1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 23, 2011 at 03:36:02 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 18, 2011 at 11:13:43 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dff04506eaeb67fbffb7fe4300d177b7604b6b7a..94ab1ffbab3730e0208e147d77bcc0dc87eb273b 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.6p4 of <code>sntp</code>.
+  <p>This document applies to version 4.2.6p5-RC1 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.6p4
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC1
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 057a901c63d6254c809315785769dbb0a249b02b..97542afb31467eeb0167fbfbdae8af8315c7c548 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:34 PM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[50] =
-"ntp-keygen (ntp) 4.2.6p4\n\
+static char const zCopyright[54] =
+"ntp-keygen (ntp) 4.2.6p5-RC1\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -719,8 +719,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntp_Keygen Option Environment
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
-static char const zUsageTitle[114] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p4\n\
+static char const zUsageTitle[118] =
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d77d9d0b888e7b457eace3eaf523c0c16d7cfeb8..dfffefbbed5337eb3d60aa6735a8160889e639d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 23, 2011 at 03:37:57 AM by AutoGen 5.12
+ *  It has been AutoGen-ed  October 18, 2011 at 11:14:34 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.6p4"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p4"
+#define NTP_KEYGEN_VERSION       "4.2.6p5-RC1"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p5-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4b7725a7db76ad4875084ed44e4f66717484d8c7..5ce1588ad206bf07a4a18bd36f8d69971b54159b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 23, 2011 at 03:38:12 AM by AutoGen 5.12
+# It has been AutoGen-ed  October 18, 2011 at 11:14:39 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.6p4
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5-RC1
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index e824637591e9736b44da60e9922ffff8b1477dd6..e9154fccec5525749a114822656f65009e6e2d6c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-09-23 "(ntp 4.2.6p4)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-10-18 "(ntp 4.2.6p5-RC1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 23, 2011 at 03:38:11 AM by AutoGen 5.12
+.\"  It has been AutoGen-ed  October 18, 2011 at 11:14:39 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"