]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_6P4_BETA2 NTP_4_2_6P4_BETA2
authorHarlan Stenn <stenn@ntp.org>
Wed, 25 May 2011 05:27:31 +0000 (05:27 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 25 May 2011 05:27:31 +0000 (05:27 +0000)
bk: 4ddc9343VlP47bp5zqXPQNQ2oz0HJQ

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 9987116de6e7938eb22c7b4a4582c1b3700c691c..6621c7a2def9eed4e6d207bc9441f23614697bba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 ---
+(4.2.6p4-beta2) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
 
 * [Bug 1695] ntpdate takes longer than necessary.
 * [Bug 1832] ntpdate doesn't allow timeout > 2s.
index f6fbd004c3f8a4344bf27045609507d17c888dbb..3ef2d14f0834b2ddf07ec887325d2045467f8ad9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:23:35 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:20:33 AM by AutoGen 5.11.9
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,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[44] =
-"ntpd 4.2.6p4-beta1\n\
+"ntpd 4.2.6p4-beta2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -950,7 +950,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[105] =
-"ntpd - NTP daemon program - Ver. 4.2.6p4-beta1\n\
+"ntpd - NTP daemon program - Ver. 4.2.6p4-beta2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index ea33feaaefa14b2f657acfbbb5cad0a3da359fda..6412da98ad82a799a376e096d2f9c16e9de39435 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:23:34 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:20:33 AM by AutoGen 5.11.9
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.6p4-beta1"
-#define NTPD_FULL_VERSION  "ntpd 4.2.6p4-beta1"
+#define NTPD_VERSION       "4.2.6p4-beta2"
+#define NTPD_FULL_VERSION  "ntpd 4.2.6p4-beta2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 84656389dcd660718d3fd0adde5f815e29d0aa51..f86ee5d57ccdb7dd3ec94322d2975adf827fcf16 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  May 16, 2011 at 04:24:04 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 25, 2011 at 01:22:41 AM by AutoGen 5.11.9
 # 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-beta1
+ntpd - NTP daemon program - Ver. 4.2.6p4-beta2
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index eb042ded19eeb91a2b73037bf48e84e7b76df49a..2bdef015582707cffc3d287fd685a1409f30258b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-05-16 "( 4.2.6p4-beta1)" "Programmer's Manual"
+.TH NTPD 1 2011-05-25 "( 4.2.6p4-beta2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May 16, 2011 at 04:24:03 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 25, 2011 at 01:22:40 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4c51ae6fb6c443e39f1eb872def0be277b52db99..e789277bdfd921afe9b2659200ece240da4f075e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:13 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:22:50 AM by AutoGen 5.11.9
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,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[45] =
-"ntpdc 4.2.6p4-beta1\n\
+"ntpdc 4.2.6p4-beta2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -447,7 +447,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[133] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p4-beta1\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p4-beta2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a4881b8c7fe0aa0b34e488406ca3e6a2030bc86b..3a4fb57a02461923d72e5fd2b265e567ea096f39 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:13 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:22:50 AM by AutoGen 5.11.9
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.6p4-beta1"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p4-beta1"
+#define NTPDC_VERSION       "4.2.6p4-beta2"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p4-beta2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 52fd145569eab2d8ef26fab87f83cc952cd0320a..c6821f851d1d030129fd2b2ae1de012459b0516d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  May 16, 2011 at 04:24:22 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 25, 2011 at 01:23:01 AM by AutoGen 5.11.9
 # 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-beta1
+ntpdc - vendor-specific NTP query program - Ver. 4.2.6p4-beta2
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 5b890f3f65fbf717acec2d6bbf76de20506a2a4c..f3efe5fdb3c25afcde05490d9beb4feb2aa2080b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-05-16 "( 4.2.6p4-beta1)" "Programmer's Manual"
+.TH NTPDC 1 2011-05-25 "( 4.2.6p4-beta2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  May 16, 2011 at 04:24:22 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 25, 2011 at 01:23:01 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 080fef3a51750411e7a8b78a3001da4e41201869..3978e7fdb5ad238a41ca9890c4c12927c69538ef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:23 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:23:02 AM by AutoGen 5.11.9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,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[44] =
-"ntpq 4.2.6p4-beta1\n\
+"ntpq 4.2.6p4-beta2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -424,7 +424,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[125] =
-"ntpq - standard NTP query program - Ver. 4.2.6p4-beta1\n\
+"ntpq - standard NTP query program - Ver. 4.2.6p4-beta2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 70cc10d61678e9357eebfaef14cbfb5658d86760..da09ad1d22dc844b8ffd4f55ad22767d3b878114 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:22 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:23:02 AM by AutoGen 5.11.9
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.6p4-beta1"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.6p4-beta1"
+#define NTPQ_VERSION       "4.2.6p4-beta2"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.6p4-beta2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c58e3ce5cd440a6b4d7a269976cf0d03411a5ff9..3e0ac3df792a236a7274c96c35f7cd9660089c58 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  May 16, 2011 at 04:24:31 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 25, 2011 at 01:23:19 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.6p4-beta1
+ntpq - standard NTP query program - Ver. 4.2.6p4-beta2
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 6d8b9bd6edbd5d41d649a364d70009ec1b8159f2..7fb18a9e4b8410077bd20263c9428b01fdb1da66 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-05-16 "( 4.2.6p4-beta1)" "Programmer's Manual"
+.TH NTPQ 1 2011-05-25 "( 4.2.6p4-beta2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  May 16, 2011 at 04:24:30 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 25, 2011 at 01:23:19 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 993bd3c920b348d5986849b5007a030569d5e5bd..93cabba13a13f5656043006b231120a241d24f94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:31 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:23:20 AM by AutoGen 5.11.9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,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[48] =
-"ntpsnmpd 4.2.6p4-beta1\n\
+"ntpsnmpd 4.2.6p4-beta2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -251,7 +251,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[109] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p4-beta1\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p4-beta2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ed226201a69f9c652e24d5d19a291c905a08665a..bb731551830ea3382aa5d021046ecd9547a0a6b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:31 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:23:20 AM by AutoGen 5.11.9
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.6p4-beta1"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p4-beta1"
+#define NTPSNMPD_VERSION       "4.2.6p4-beta2"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p4-beta2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 86a91cc045c7690b35fd557cf303f2bef6c7227e..7e08b1ebca9eeb881e92f76d410c94270351f273 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  May 16, 2011 at 04:24:36 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 25, 2011 at 01:23:29 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.6p4-beta1
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p4-beta2
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index d3f9f86327f20f60a3abf0899d52e7c62e1420fa..1a9fa98ce7cd47f631d64f11ad27245b9ea9ad14 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-05-16 "( 4.2.6p4-beta1)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-05-25 "( 4.2.6p4-beta2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May 16, 2011 at 04:24:35 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 25, 2011 at 01:23:29 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c9d6fff968566de9d3a9eddfb0e741a70cf8f21a..4686d8b939a5394b50c719aa439b61bfe57ca577 100644 (file)
@@ -77,7 +77,7 @@ point=4
 # Should be zeroed at release, and left at zero until first beta.
 # The first beta is -beta1.
 # betapoint is always zero in ntp-dev.
-betapoint=1
+betapoint=2
 
 ### rcpoint is normally modified by script except for GO.
 # RC number (rcpoint)
index 0f40a1fb99f600919da33cccdf50e57ab8d6115b..eefe9b0fd292433c18974dd2e3d1f9bbc7db1d94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:23:15 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 05:14:52 AM by AutoGen 5.11.9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,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[44] =
-"sntp 4.2.6p4-beta1\n\
+"sntp 4.2.6p4-beta2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -469,7 +469,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[127] =
-"sntp - standard SNTP program - Ver. 4.2.6p4-beta1\n\
+"sntp - standard SNTP program - Ver. 4.2.6p4-beta2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bd12e641b9bbb830a1e277ea4c4ed82975a490d2..cbaa2d5ce2cc62d43b8bda3c35c2c20411a022e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:23:15 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 05:14:52 AM by AutoGen 5.11.9
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.6p4-beta1"
-#define SNTP_FULL_VERSION  "sntp 4.2.6p4-beta1"
+#define SNTP_VERSION       "4.2.6p4-beta2"
+#define SNTP_FULL_VERSION  "sntp 4.2.6p4-beta2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e3981e37ddf9fea739f1a6d6e297e2ed8bafb448..43d47360fbc173e1d8be85f4674679fb3349efb0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  May 16, 2011 at 04:23:33 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 25, 2011 at 01:20:32 AM by AutoGen 5.11.9
 # 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 SNTP program - Ver. 4.2.6p4-beta1
+sntp - standard SNTP program - Ver. 4.2.6p4-beta2
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b89e8c399f9566cbacfd961c6e9005d024d53b0a..083b652c3b2449e3b26038b6abba2e64f59ef740 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-05-16 "( 4.2.6p4-beta1)" "Programmer's Manual"
+.TH SNTP 1 2011-05-25 "( 4.2.6p4-beta2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  May 16, 2011 at 04:23:31 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 25, 2011 at 01:20:31 AM by AutoGen 5.11.9
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2ba7a2df90cfb82d55a93acb48909df3459fb8c0..81302f77aff53871a426aa79d0405a363198f08e 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-beta1 of <code>sntp</code>.
+  <p>This document applies to version 4.2.6p4-beta2 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 SNTP program - Ver. 4.2.6p4-beta1
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.6p4-beta2
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 89dfb9fa6274b9bb1c5a0d66e3f9c08523955ea4..ccf44c576b8109c476ba0b6b2595d1a95c782a33 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:37 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:23:31 AM by AutoGen 5.11.9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,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[56] =
-"ntp-keygen (ntp) 4.2.6p4-beta1\n\
+"ntp-keygen (ntp) 4.2.6p4-beta2\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -722,7 +722,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[120] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p4-beta1\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p4-beta2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f3944ad04e621be9a1950cc7e33059f7020cbc11..e344fc7afb3f56847503fb8e4c1d8c6fac7dd968 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  May 16, 2011 at 04:24:37 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 25, 2011 at 01:23:31 AM by AutoGen 5.11.9
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.6p4-beta1"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p4-beta1"
+#define NTP_KEYGEN_VERSION       "4.2.6p4-beta2"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p4-beta2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 72b730d82052137b357d543fc56400f03f9ce417..9796ad4707f6eeff829f41ddabcdb27da9a3184f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  May 16, 2011 at 04:24:43 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 25, 2011 at 01:23:40 AM by AutoGen 5.11.9
 # 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-beta1
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p4-beta2
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 1beaa24b6ee4bfdf7f9b8a0d62002556246a52a0..0229be9118cdc8cf6a9ad71bd6957d9562566a2b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-05-16 "(ntp 4.2.6p4-beta1)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-05-25 "(ntp 4.2.6p4-beta2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  May 16, 2011 at 04:24:43 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 25, 2011 at 01:23:39 AM by AutoGen 5.11.9
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"