]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P126 NTP_4_2_7P126
authorHarlan Stenn <stenn@ntp.org>
Thu, 27 Jan 2011 10:28:37 +0000 (10:28 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 27 Jan 2011 10:28:37 +0000 (10:28 +0000)
bk: 4d4148d5PLv1H1UW1UIcQ79UGRx-nQ

29 files changed:
ChangeLog
clockstuff/clktest-opts.c
clockstuff/clktest-opts.h
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 b5b695899f2459a1751cc738605663f8d3544f38..0255ecd93718cf83fd76a30b0a00740fa3477c26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p126) 2011/01/27 Released by Harlan Stenn <stenn@ntp.org>
 * Fix unexposed fencepost error in COUNTOF().
 * Add more unit tests for timeval_tostr() and timespec_tostr().
 (4.2.7p125) 2011/01/26 Released by Harlan Stenn <stenn@ntp.org>
index a47e9d00ad718cc2858f95f6fc8a63f8c5491c61..ae8816bf2249d27e376f959bba08ecd9cfe29ffc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:31:03 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:27:12 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[8] = "CLKTEST";
 static char const zUsageTitle[129] =
-"clktest - test the clock line discipline - Ver. 4.2.7p125\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f7feb39fb337b65c7c1474106394b4b9b9ec5894..6df930c6f2439b8b84570e878c42cd64826611e5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:31:03 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:27:12 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    10
-#define CLKTEST_VERSION       "4.2.7p125"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p125"
+#define CLKTEST_VERSION       "4.2.7p126"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7d17b76ffaed870582f0fb19363055cdf868781c..28ec20ff6256509c8498b4aec29b97c10130e651 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:29:08 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:25:06 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p125\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f94739894bd2f833eac7999e0ce8df92746278f0..35e8b8a595fffec23f59805b1531440e87b4f978 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:29:07 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:25:06 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p125"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p125"
+#define NTPD_VERSION       "4.2.7p126"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 394d4641ff2c9ec874206c8ab8beb76c1f6e7df1..6e45e04bd4a89d0ad2da486169a099514c87d530 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 26, 2011 at 10:29:43 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 27, 2011 at 10:26:15 AM by AutoGen 5.11.6pre7
 # 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.7p125
+ntpd - NTP daemon program - Ver. 4.2.7p126
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 86b89c5660527ce5cdec95e4fa758c13fef8ee72..53a8fa5644f8c0ce55887c39692dcfc0e620d71d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
+.TH NTPD 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 26, 2011 at 10:29:42 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 27, 2011 at 10:26:15 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c866a67e4f639f1ee0a7c888b9856d4520dafd1b..56e5ca1acc9dcc13d8091e327a2f26cc64c53416 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:29:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:26:25 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p125\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 91a724379fb864f558d3e795c6d7353e8d720de1..96f944dd40f41f2a06d6ba104d87a4c3f7b8bcf1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:29:56 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:26:25 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p125"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p125"
+#define NTPDC_VERSION       "4.2.7p126"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fc58035d9141af81b49d98029b0b14a14db05eab..1ffab21c902188d06d5623ca2447b94425541fdb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 26, 2011 at 10:30:10 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 27, 2011 at 10:26:41 AM by AutoGen 5.11.6pre7
 # 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.7p125
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p126
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index f96b27bca11230e7412c2603c2cf00bb31bfa849..047f4f59ae76426bc8aef3863b28048878af0ae7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 26, 2011 at 10:30:09 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 27, 2011 at 10:26:41 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 99a90282258f73377197b488bda144d9de1f0ec7..2c0411155481c486209737a2d4622f2607d28f80 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:30:12 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:26:42 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,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.7p125\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 20e40dee6f6295f271ed7369c2c2b5ceb7b529ac..86b905f77362d9ad96469143329f7a277952fb80 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:30:12 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:26:42 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p125"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p125"
+#define NTPQ_VERSION       "4.2.7p126"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dcc6d2a81d7a37021507496c511e9e28b23e4a76..b699132696db7d311fc5ad2728e36be8c88bcfee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 26, 2011 at 10:30:27 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 27, 2011 at 10:26:57 AM by AutoGen 5.11.6pre7
 # 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.7p125
+ntpq - standard NTP query program - Ver. 4.2.7p126
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1b6210b1afd50f4bf2c80d1feeb28828f9a6eeec..68b877ac915cd3eb07cbd3ed6ce713ebb04a8496 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 26, 2011 at 10:30:26 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 27, 2011 at 10:26:56 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8e8939571be48931e1b1d35d431b7a31eaad6f76..c7a700347695050ecf03833db23659c69cb3134e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:30:29 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:26:59 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,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.7p125\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f239019b927a39486afdd9893aa5d854c3166d53..4fa1512e0411f6116fc984fc58d5eca830c0fb1a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:30:29 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:26:58 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -61,8 +61,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p125"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p125"
+#define NTPSNMPD_VERSION       "4.2.7p126"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f73a45f58ac0f268c2e4b7b8acc060621b01954a..3f7f2f6396cd43884b191a30338b5371cbf1e45a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 26, 2011 at 10:31:00 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 27, 2011 at 10:27:11 AM by AutoGen 5.11.6pre7
 # 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.7p125
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p126
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 42d518bffb3bd1b5ebacf046dedcbd90145aa292..d3a9c26159ffa61c99e8eab34007385b3b62c5bf 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 26, 2011 at 10:31:00 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 27, 2011 at 10:27:11 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a7ca03c390060573e345960ddac6e7df56659a58..7994d116165bcfb35d2124b198982552b67f5a97 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=125
+point=126
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 648f3ef79764f5ab743de269c5cc3d836863cba0..810021cb9e59bd58aed064c0ead08658de7a7724 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:28:23 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:21:24 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[123] =
-"sntp - standard SNTP program - Ver. 4.2.7p125\n\
+"sntp - standard SNTP program - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 837bf5df92bf777fe55d9ee224846016939a146d..4d59d3933a27523be350f02b101df33111ba468a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:28:22 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:21:21 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p125"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p125"
+#define SNTP_VERSION       "4.2.7p126"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 08ab44503f6bcbc161253b715ac36a6b60a5e95e..7999861fa6a41a19f49d3d9e428d89399b281c31 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 26, 2011 at 10:28:50 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 27, 2011 at 10:22:39 AM by AutoGen 5.11.6pre7
 # 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.7p125
+sntp - standard SNTP program - Ver. 4.2.7p126
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e5e7d7fd4a72bbfd9d8f9a6b7258021625df6d19..3adb1942b541a4fea8d080791099e66c306e9677 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
+.TH SNTP 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 26, 2011 at 10:28:49 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 27, 2011 at 10:22:36 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index afe38a8e3d10ca14f6cedc84c0f691464098a998..48b665563d6e8140aeb4a594be2f9308b55205d2 100644 (file)
@@ -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.7p125
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p126
 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 647eec7a6696b1edb35e0bb602c33d8687910457..da91e547b2a7755135bdf2a5560750fc0ef6ef6e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:31:08 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:27:18 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,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.7p125\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p126\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9d3588f9c5bb506dafca16f58b8d873ae38bc943..027dda7fc9a893a90c07b7b629f20f05da757c33 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 26, 2011 at 10:31:08 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 27, 2011 at 10:27:18 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p125"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p125"
+#define NTP_KEYGEN_VERSION       "4.2.7p126"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p126"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6bd03da986d0b170ebb3464cc0ee8dd303236d19..f06fc2135e537565f106c9ef7eff8c08c8ec3f9d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 26, 2011 at 10:31:19 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 27, 2011 at 10:27:33 AM by AutoGen 5.11.6pre7
 # 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.7p125
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p126
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 9a30f65e0db8706c8b734444e7d4e17bdf58efb5..1b76908ac68b353428fab92693c8e274173c17af 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-26 "(ntp 4.2.7p125)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-27 "(ntp 4.2.7p126)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 26, 2011 at 10:31:18 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 27, 2011 at 10:27:32 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"