]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P91 NTP_4_2_7P91
authorHarlan Stenn <stenn@ntp.org>
Tue, 7 Dec 2010 10:11:21 +0000 (10:11 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 7 Dec 2010 10:11:21 +0000 (10:11 +0000)
bk: 4cfe0849KVqL1_rM9O-ODS2N1NBAbw

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 f486e2162f9d0e53591fa3ca56673d7ef9abb68b..582f64d973a21cbf506c5a7e3cf0c87023a6f362 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p91) 2010/12/07 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1732] ntpd ties up CPU on disconnected USB device.
 * [Bug 1742] form 4.2.6p3-RC12: Fix a typo in an error message in the
   "build" script.
index 43524459dcdac08352d2477c6ec89ef351390527..a1a6cda43666e75545599600b69672e2a185c272 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:49:15 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:58 AM by AutoGen 5.11.3
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "CLKTEST";
 tSCC   zUsageTitle[] =
-"clktest - test the clock line discipline - Ver. 4.2.7p90\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e91a368588843662bef5c238dbe2a35bf60982db..a568d63c824b5fd4bcddae981960199e78f22b15 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:49:15 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:58 AM by AutoGen 5.11.3
  *  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.7p90"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p90"
+#define CLKTEST_VERSION       "4.2.7p91"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aa06b7bd49043265bf0c903b8a1858ab5188011b..8950413f54d65a179b56386286ddf0857b2f429e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:13 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:09:59 AM by AutoGen 5.11.3
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p90\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index a471e3319595f54c22da09677f7c14d0f084755e..ed64345b1f0184f074817af8cb859cde5bf24151 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:13 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:09:59 AM by AutoGen 5.11.3
  *  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.7p90"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p90"
+#define NTPD_VERSION       "4.2.7p91"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6badf08234494da780bdd2f4a2e70130d4266e9c..cc838f601ecce1e9ba93a41f5d57996d0ad48ad2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  6, 2010 at 07:48:34 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  7, 2010 at 10:10:25 AM by AutoGen 5.11.3
 # 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.7p90
+ntpd - NTP daemon program - Ver. 4.2.7p91
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 5a5e7df3e75dd3e483b3a2d041c726c68c76a7fe..5341e9649836c01524a1469567301b2144b79483 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
+.TH NTPD 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  6, 2010 at 07:48:33 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:24 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f51888ffdb95e4e53c542e0c280ae55385a295c6..c02486fe8bb1dca4a2212b1d3d50d331c1350031 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:41 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:30 AM by AutoGen 5.11.3
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p90\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3ae0965a01aca4075dcd777c143398024a16ed77..6079b6fb500c555a585f6186e006568c44a4a80b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:41 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:30 AM by AutoGen 5.11.3
  *  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.7p90"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p90"
+#define NTPDC_VERSION       "4.2.7p91"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bc6e02ba7bcda4e2dc571ba3c4f5b4a88974bd67..1da3fe7f44247dee1c7e2a87be4193bccaff0ce7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  6, 2010 at 07:48:53 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  7, 2010 at 10:10:40 AM by AutoGen 5.11.3
 # 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.7p90
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p91
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 46f37d413a16384a9f5cbf0415b886ba32d5fe54..52f2227062391d00df5d39b76efbc39d928935d3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December  6, 2010 at 07:48:52 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:40 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e77308e1e1808439d2b4cd23ef749cddd0b62b05..69888fd1954a74072e6ff64339261b7a7934465f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:53 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:41 AM by AutoGen 5.11.3
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p90\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 89d22e24e3686489ac3593c536ca83d3f464b646..8548b20b316df7b7f84e9cf20d544548bc053d14 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:53 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:41 AM by AutoGen 5.11.3
  *  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.7p90"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p90"
+#define NTPQ_VERSION       "4.2.7p91"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8e04602076bf7a3b4e3bc1712ff03cde9aea13a8..af1859a350a09ce032ef6f3287530929bee29186 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  6, 2010 at 07:49:06 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  7, 2010 at 10:10:52 AM by AutoGen 5.11.3
 # 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.7p90
+ntpq - standard NTP query program - Ver. 4.2.7p91
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2942b39ab613a0bef72c8ff29cef02becf2d1a37..25adb8b41a24a39f185f0ad84d1755434db0a06f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December  6, 2010 at 07:49:06 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:51 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6c7cda135a0c82174137fce14029ad5038bb175e..99ab64dbbcd17c28551f63543114e22cfcefdc6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:49:07 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:52 AM by AutoGen 5.11.3
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p90\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d930547488bff9d6be84c4c03b31d95e1d9d4c27..1b6a01d9b263636c68813a3fda5fd7d591ae459f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:49:07 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:52 AM by AutoGen 5.11.3
  *  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.7p90"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p90"
+#define NTPSNMPD_VERSION       "4.2.7p91"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index be08ed2d469c3acc5db0ffa5dba998e0900bf4f8..7089759c306116799b4cb1f762fb92947b6d8822 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  6, 2010 at 07:49:14 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  7, 2010 at 10:10:58 AM by AutoGen 5.11.3
 # 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.7p90
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p91
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 9a81b6a8346a0b96ef17bebc3aaff57196d529d5..88835b77455b54b9524e2ea74a9f577cd0cc5264 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  6, 2010 at 07:49:14 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  7, 2010 at 10:10:57 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b31b121a05b9e202fa02694fce233610c27234a4..f7001c1888237de6146b781a91870cf93f8d99fe 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=90
+point=91
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 33501d1cc87e0d074a63ff3111fe450cd66cd6a1..bc530f6f436f6cd8a6a1e6e6cf72410b3defe9f4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:03 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:09:52 AM by AutoGen 5.11.3
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p90\n\
+"sntp - standard SNTP program - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8646fb0c09daf4585e6f9191299f970ce70b820a..e2b63d8ecf525139da6f70b02750572e702cf12a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:48:03 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:09:52 AM by AutoGen 5.11.3
  *  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.7p90"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p90"
+#define SNTP_VERSION       "4.2.7p91"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b67796ce12336c17466e820e6e98c14d37052eaa..897a521d9b64a4cc8e6c448fd0fd9f1cdb7ffcbe 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  6, 2010 at 07:48:12 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  7, 2010 at 10:09:58 AM by AutoGen 5.11.3
 # 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.7p90
+sntp - standard SNTP program - Ver. 4.2.7p91
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 03a382edefb808cb8fdf888f8d17e1f44967258a..c5e01222092b91da2f72b61717a8a23f03b19ba4 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
+.TH SNTP 1 2010-12-07 "( 4.2.7p91)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December  6, 2010 at 07:48:12 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  7, 2010 at 10:09:58 AM by AutoGen 5.11.3
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 15809d7686270dd0115a6d00bd7a2cbebaf0abc8..7be3944d5356c41c0f3fc84aad1c81481c13f959 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.7p90 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p91 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -141,7 +141,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.7p90
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p91
 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 ce1f830e2f5ed57a122f114c83b0bbabf7ba89c9..e8ab8f622199836195bc9cd2d37ab5e04b53654f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:49:17 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:59 AM by AutoGen 5.11.3
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p90\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p91\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3b2813750e3afa449fa59035b225a3d1f02749c4..02f28a488571b4e7c9babc12a73bfaf9d72db38f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  6, 2010 at 07:49:17 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  7, 2010 at 10:10:59 AM by AutoGen 5.11.3
  *  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.7p90"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p90"
+#define NTP_KEYGEN_VERSION       "4.2.7p91"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p91"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 76822508a79a41fb5c69dea75315fe406b25787f..98ea2a23e43055bae9a48c17c94517abc95c38e3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  6, 2010 at 07:49:27 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  7, 2010 at 10:11:06 AM by AutoGen 5.11.3
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -52,7 +52,7 @@ This is the automatically generated usage text for ntp-keygen:
 @exampleindent 0
 @example
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p90
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p91
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 70f7fa405d464496fdcefd6a29442905751e8e59..afadd8ca294176c520cc6e5b716a89ab8acfc0f7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-06 "(ntp 4.2.7p90)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-07 "(ntp 4.2.7p91)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December  6, 2010 at 07:49:26 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  7, 2010 at 10:11:05 AM by AutoGen 5.11.3
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"