]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P106 NTP_4_2_7P106
authorHarlan Stenn <stenn@ntp.org>
Thu, 30 Dec 2010 10:32:31 +0000 (10:32 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 30 Dec 2010 10:32:31 +0000 (10:32 +0000)
bk: 4d1c5fbfWfstsF39VyH-G3zrNgZayw

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 95ef503f62e12f3cae5176a0e03f6ef0af52b3d4..38a88c707260ee13197f030e83b838965a259716 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p106) 2010/12/30 Released by Harlan Stenn <stenn@ntp.org>
 * from 4.2.6p3: Update genCommitLog for the bk-5 release.
 (4.2.7p105) 2010/12/29 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.7p104) 2010/12/28 Released by Harlan Stenn <stenn@ntp.org>
index d1b8305c67dcade5ec018b2be9c633437d11e5a8..8adb42ec61eccdac3b45b5b0fcd132a5b3999a61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:30:34 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.7p105\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 1b3fd7e52f02cb47c68e6d64033b83e9582967d4..8d014de74770456c9b9d18d928aa9ecaec539644 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:30:33 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.7p105"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p105"
+#define CLKTEST_VERSION       "4.2.7p106"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ba7e5ff8cae4c1f49a67ef02259d60a23607a0d4..8bc4390ea1ef7115090cbb940b3436985e75f59a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:08:53 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:28:12 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.7p105\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 4d4ec7c54e5485cfa06726adef94c992c821e712..d961c0744ef3b1990e3f9b58510e538b666250ec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:08:53 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:28:11 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.7p105"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p105"
+#define NTPD_VERSION       "4.2.7p106"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6833be217427ac28f27b94cb5a2609dfd6d55ecb..a896786b2ea865f20ee68c157474b38cbe8bff8f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 29, 2010 at 08:09:12 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 30, 2010 at 10:28:53 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.7p105
+ntpd - NTP daemon program - Ver. 4.2.7p106
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index b7712c20469d6c5cc5d58774fc851b94b1d58345..d1bca24ddf1f678a839f0cf3ba504776923f4c94 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
+.TH NTPD 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:12 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 30, 2010 at 10:28:53 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e0287c18b6775c3a3b8599afa752a3e86acc0959..2993201c37f0b755f5b3f60139232f9b222c34af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:18 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:29:05 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.7p105\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bdc9014bf9f57c56c4e8814e265546f64830b7d9..57611aa8b227125520ab197cbf6ecc2681d96c19 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:18 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:29:04 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.7p105"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p105"
+#define NTPDC_VERSION       "4.2.7p106"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d235e555cc6c3bbd3d6e7edc033c1a29f3071265..e2371e29a3f90ea27f94d5ed997b453ed0a5dded 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 29, 2010 at 08:09:27 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 30, 2010 at 10:29:20 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.7p105
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p106
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a24567f8a74c67799f0d697b6e6ded735ff1d3c8..1a9431ce8e9c82df84e86d92324bc71a8ff7565e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:27 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 30, 2010 at 10:29:19 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d71b7781e92a7ba1d41c8a825279bb1952380227..18b8e4ecfa07224ad99fa4f9d14ad7035ef1da7e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:28 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:29:21 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.7p105\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 133e65713cd050a88db2bc58dc8ea6009b3c5c2c..33a558e116008d35eb224d29ede650abd7fafce4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:28 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:29:21 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.7p105"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p105"
+#define NTPQ_VERSION       "4.2.7p106"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7e9e7112e443cbad0dee9b5eb724a9b191c00503..0524f0ceda679c97fb04d1263b0db00b1584a9bb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 29, 2010 at 08:09:39 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 30, 2010 at 10:29:39 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.7p105
+ntpq - standard NTP query program - Ver. 4.2.7p106
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a7293de517e0e55d8e282d6bd6052738293c8876..add434a169ac36eeecedaf68d7b628cf32fb11b0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:38 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 30, 2010 at 10:29:39 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8acf2bc4c7bbfe24de5534a2299b0242c039c217..3ecd40aa54e8589ca600509113492e88a6316ac1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:40 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:29:41 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.7p105\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b0ef0031cb62b7fd40030984b116de8be3bbf00e..62ce28c4cecd37681a886593d110e7f43b3ca825 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:40 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:29:41 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.7p105"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p105"
+#define NTPSNMPD_VERSION       "4.2.7p106"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d3c46e737f14c76b538af4fb1a7d1e03eddd3516..e2dbd902713fc58f3a11b97cc98b32ce6df601da 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 29, 2010 at 08:09:45 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 30, 2010 at 10:30:28 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.7p105
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p106
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 7bee6b4e0ae7515ca1052432719e374c127bd776..57c1df387e55a28f18f4498223f2a03e02a8c4eb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:45 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 30, 2010 at 10:30:28 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d8b802830aebff45034f52882b97a7883bf02c41..42e1e2f072ca775d0ece7c5fa8597bb85e53f336 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=105
+point=106
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 97165187888c98ded41598372af86767fb772503..be4d534c1302a3e9799530afc41da91ccdedf4e0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:08:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:27:50 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.7p105\n\
+"sntp - standard SNTP program - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2cdbfb30cb6131d6479cdf3108cbfe5f43ebfe74..6be7a71029e1bd08fb56f8bf967ae50bea34e04c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:08:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:27:49 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.7p105"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p105"
+#define SNTP_VERSION       "4.2.7p106"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 15de6d4dd56b68669100d3c7bd3d8b3c50381775..b3a36354e6974acba2225cf810a5a8856f6a4554 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 29, 2010 at 08:08:52 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 30, 2010 at 10:28:04 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.7p105
+sntp - standard SNTP program - Ver. 4.2.7p106
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 82db7eae3a558e5d7a7efdacc9c8f1af368f9e21..c5d661d78d59292bbbe6378a8b129223c9df81e8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
+.TH SNTP 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 29, 2010 at 08:08:52 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 30, 2010 at 10:28:03 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7887b892e4b2c6de7c2fe441388d3fa53af23bfe..99bae199c393fc3e05b81f7226429cb09b49c095 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.7p105 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p106 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.7p105
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p106
 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 8931e24812e772a4345a770cb7a24617eb15b3df..0394942d8e950fdc9694f514a687d202a351061d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:30:41 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.7p105\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p106\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8286af652f5e8fb6fdebc2e15462ca96c24421ce..f28e3d00cb19b320368ce80118d534e3c0ca8b5c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 30, 2010 at 10:30:41 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.7p105"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p105"
+#define NTP_KEYGEN_VERSION       "4.2.7p106"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p106"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6fa219df512539bca155a270b8fc1894418c0e44..ca565e3f5018f984edb3168973b7f59b0a985990 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 29, 2010 at 08:09:52 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 30, 2010 at 10:30:51 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.7p105
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p106
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 0a0f52a92f9de8ad0bc79ce46fb213846be3f604..3ae237b39a35aff3e9610b9c8eb42583fc50f92a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-29 "(ntp 4.2.7p105)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-30 "(ntp 4.2.7p106)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:52 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 30, 2010 at 10:30:51 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"