]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P127 NTP_4_2_7P127
authorHarlan Stenn <stenn@ntp.org>
Fri, 28 Jan 2011 06:31:33 +0000 (06:31 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 28 Jan 2011 06:31:33 +0000 (06:31 +0000)
bk: 4d4262c5B-DY3Jpo9BHCSYZxJOI-nA

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 7d6704339e2e203f4e7fc0ee40c906f4816d80e8..fe758c91d89d8417d82e1d9cbde283f21be1466d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p127) 2011/01/28 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1797] Restore stale timestamp check from the RANGEGATE cleanup.
 (4.2.7p126) 2011/01/27 Released by Harlan Stenn <stenn@ntp.org>
 * Fix unexposed fencepost error in COUNTOF().
index ae8816bf2249d27e376f959bba08ecd9cfe29ffc..1b36fd22791025addef6a2a3674cc88455faceb4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:27:12 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:31:09 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.7p126\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6df930c6f2439b8b84570e878c42cd64826611e5..1b9b8254fb077fbb4c3098b629354bb86ab9a124 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:27:12 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:31:09 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.7p126"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p126"
+#define CLKTEST_VERSION       "4.2.7p127"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 28ec20ff6256509c8498b4aec29b97c10130e651..e41818d82d58e5d17615ecf5f4aa5f0919fcc105 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:25:06 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:09 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.7p126\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 35e8b8a595fffec23f59805b1531440e87b4f978..f3bc678f6da98f67221db39d40b01d2502749489 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:25:06 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:09 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.7p126"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p126"
+#define NTPD_VERSION       "4.2.7p127"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6e45e04bd4a89d0ad2da486169a099514c87d530..556df1b7b4fe353db37655356e780b69b3bab1f0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 27, 2011 at 10:26:15 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 28, 2011 at 06:30:30 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.7p126
+ntpd - NTP daemon program - Ver. 4.2.7p127
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 53a8fa5644f8c0ce55887c39692dcfc0e620d71d..78eee671f694daeb19c5a387c9cc84cd778fb306 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
+.TH NTPD 1 2011-01-28 "( 4.2.7p127)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 27, 2011 at 10:26:15 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 28, 2011 at 06:30:29 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 56e5ca1acc9dcc13d8091e327a2f26cc64c53416..e03b2ebbe39a285c2b8d3473d56b43d59e667453 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:26:25 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:36 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.7p126\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 96f944dd40f41f2a06d6ba104d87a4c3f7b8bcf1..fe0f9d4603571e2a0e3aa20d32e31af14f86e36b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:26:25 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:36 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.7p126"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p126"
+#define NTPDC_VERSION       "4.2.7p127"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1ffab21c902188d06d5623ca2447b94425541fdb..b3555a270ef980f84300bf962c88fc5f629a0469 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 27, 2011 at 10:26:41 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 28, 2011 at 06:30:47 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.7p126
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p127
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 047f4f59ae76426bc8aef3863b28048878af0ae7..34bc81b8268abc382aaad72a3a085c49262376e7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-28 "( 4.2.7p127)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 27, 2011 at 10:26:41 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 28, 2011 at 06:30:46 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2c0411155481c486209737a2d4622f2607d28f80..6d5f6756d1cdd9ab0b46c52f8a2d3c7f960639fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:26:42 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:47 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.7p126\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 86b905f77362d9ad96469143329f7a277952fb80..289e0f684102147e7565c7ee7301163f090aa8b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:26:42 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:47 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.7p126"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p126"
+#define NTPQ_VERSION       "4.2.7p127"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b699132696db7d311fc5ad2728e36be8c88bcfee..0ef070c50703c577e9fd8206c5675c952d5358d0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 27, 2011 at 10:26:57 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 28, 2011 at 06:30:58 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.7p126
+ntpq - standard NTP query program - Ver. 4.2.7p127
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 68b877ac915cd3eb07cbd3ed6ce713ebb04a8496..b0c497dfb886c3ffd6fa1d908748220743d8584d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-28 "( 4.2.7p127)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 27, 2011 at 10:26:56 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 28, 2011 at 06:30:58 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c7a700347695050ecf03833db23659c69cb3134e..06f73094115c3a809582a335410cd6ebe493aea3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:26:59 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30: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.7p126\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4fa1512e0411f6116fc984fc58d5eca830c0fb1a..1e39e602297cafccd3f1c480e27f747996be237c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:26:58 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:30:59 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.7p126"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p126"
+#define NTPSNMPD_VERSION       "4.2.7p127"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3f7f2f6396cd43884b191a30338b5371cbf1e45a..a5db9f059c618a9f1cce82e8b806d273c7e40526 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 27, 2011 at 10:27:11 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 28, 2011 at 06:31:08 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.7p126
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p127
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index d3a9c26159ffa61c99e8eab34007385b3b62c5bf..fd88efd5c4fac91936b274d31b2025f910be64b8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-28 "( 4.2.7p127)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 27, 2011 at 10:27:11 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 28, 2011 at 06:31:08 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7994d116165bcfb35d2124b198982552b67f5a97..fedadc2dcec145ac58bfa96e9079504acec86555 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=126
+point=127
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 810021cb9e59bd58aed064c0ead08658de7a7724..11e26c7dbb57dedffec8f105bfe92874374732bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:21:24 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:29:59 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.7p126\n\
+"sntp - standard SNTP program - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4d59d3933a27523be350f02b101df33111ba468a..2a2616f9e8f0c1d922decc3100f231618afd9d26 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:21:21 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:29:58 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.7p126"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p126"
+#define SNTP_VERSION       "4.2.7p127"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7999861fa6a41a19f49d3d9e428d89399b281c31..841e1d9cc51f24d11bbc5497ca6196c73082faa8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 27, 2011 at 10:22:39 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 28, 2011 at 06:30:08 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.7p126
+sntp - standard SNTP program - Ver. 4.2.7p127
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3adb1942b541a4fea8d080791099e66c306e9677..12ca76f3e1a11f2693592e6d6a301fe37e22f34d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-27 "( 4.2.7p126)" "Programmer's Manual"
+.TH SNTP 1 2011-01-28 "( 4.2.7p127)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 27, 2011 at 10:22:36 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 28, 2011 at 06:30:08 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 48b665563d6e8140aeb4a594be2f9308b55205d2..b3fc1da2f1e92a68135bccd91ab2d77a2ddddabd 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.7p126
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p127
 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 da91e547b2a7755135bdf2a5560750fc0ef6ef6e..485915231664140c25a410f2d068c1d41fb6451a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:27:18 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:31:10 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.7p126\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p127\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 027dda7fc9a893a90c07b7b629f20f05da757c33..ec65ea2bba2069e41f802453f66f319e0e6c5370 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 27, 2011 at 10:27:18 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 28, 2011 at 06:31:10 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.7p126"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p126"
+#define NTP_KEYGEN_VERSION       "4.2.7p127"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p127"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f06fc2135e537565f106c9ef7eff8c08c8ec3f9d..e8b704e6a68671c15cd98748c17f1e8e9423b494 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 27, 2011 at 10:27:33 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 28, 2011 at 06:31:16 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.7p126
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p127
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 1b76908ac68b353428fab92693c8e274173c17af..011c921d9b5ff66724373aa4accfde2df37924a9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-27 "(ntp 4.2.7p126)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-28 "(ntp 4.2.7p127)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 27, 2011 at 10:27:32 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 28, 2011 at 06:31:16 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"