]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P93 NTP_4_2_7P93
authorHarlan Stenn <stenn@ntp.org>
Mon, 13 Dec 2010 08:28:59 +0000 (08:28 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 13 Dec 2010 08:28:59 +0000 (08:28 +0000)
bk: 4d05d94bY4nCoMxc-ZdIi24IogcmQw

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 e2486f03872ffd78bbc8fd9fd995ca9d36d61b28..1158291cb27343c465bb7207c34edfd467a6bef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p93) 2010/12/13 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1510] from 4.2.6p3-RC12: Add modes 20/21 for driver 8 to support
   RAWDCF @ 75 baud.
 * [Bug 1741] from 4.2.6p3-RC12: Enable multicast reception on each
index 8da912e2c9182424c6cb88b9b3e2469206fa195b..2406c71fbf33ba9e34f2236238aa7ac333b51974 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:42 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:33 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.7p92\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 79ca35d6bbcae68dae1380853b5cb3b40a50aadc..3b59fb453b5a76d78b1a52c9e736038cf66c0c0a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:42 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:33 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.7p92"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p92"
+#define CLKTEST_VERSION       "4.2.7p93"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7f6f485b96f835b1a96fa98839387dbc8bec15c0..bda497db93faf1eead02e4328b0a46b62065aaed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:09:44 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:27:10 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.7p92\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 0521dcfa0eb5863dfa9485b4d7b0941e9a67a59b..33c8c7938b6e25f892dfa4b1b87ff276154b83df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:09:44 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:27:10 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.7p92"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p92"
+#define NTPD_VERSION       "4.2.7p93"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83ecea021d82f2e6731ec7801c2d7c8d6669cf4d..7735c557891a3254fbd5b2d0d15ef94722714ecd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2010 at 10:10:02 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December 13, 2010 at 08:27:58 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.7p92
+ntpd - NTP daemon program - Ver. 4.2.7p93
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 33f1055692d446dae30a5c224953bfaa8f327b1a..9e1c7bc8ddbead008efa907ddf619761bdd39130 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
+.TH NTPD 1 2010-12-13 "( 4.2.7p93)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:01 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December 13, 2010 at 08:27:58 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b61f50842fcb22a0e0d7af72c1ec08c7105bcc4b..d7604b54bae6d67324a609c3b773e91ec92257d0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:09 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:04 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.7p92\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index dc3a53dcfc9753580c367d7432a25f3fe6dbcda3..54e27d0fdff6c9175dba64d853d2b8c5dd52249b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:09 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:04 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.7p92"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p92"
+#define NTPDC_VERSION       "4.2.7p93"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dde6c37d285ad9913d3e3fdfef198b562405b7e1..7feef2806a93d4113781419f3cbb695d8cc26453 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2010 at 10:10:22 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December 13, 2010 at 08:28:14 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.7p92
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p93
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index bba094c614a4bd366ae9de1e2000c474ba9c1918..b0cd14124023b725900768f47ef64b27e296814a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-13 "( 4.2.7p93)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:22 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December 13, 2010 at 08:28:13 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3106ef6d7653e0da20c0a2001887f92b76480d84..9375c6aa3d60422a99349a7a833ee61b01579f93 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:23 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:14 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.7p92\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 28d31fc8f4c69a809174a3fc9acad1ba452e0ac9..ce644acb9cea4f3d4f0179ef45cc6392016d04df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:23 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:14 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.7p92"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p92"
+#define NTPQ_VERSION       "4.2.7p93"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bd06e030fa149a6f34f0cc3af8a18837662b1cff..30a9c0bdd8a2558afb2c132b7c8537cfde276bf5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2010 at 10:10:35 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December 13, 2010 at 08:28:25 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.7p92
+ntpq - standard NTP query program - Ver. 4.2.7p93
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b7b5f15447705c8fe5c606015f0871237d7b024e..5773977173340aa4662d690631e86248a67d3204 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-13 "( 4.2.7p93)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:34 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December 13, 2010 at 08:28:25 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cca53c7bdc08f7c19d7fcfe12981df32e43e5b8b..7d04f61c108fa3a67df5000e9bc41c0ad86de321 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:35 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:26 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.7p92\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 57d98a87653c66271e4fda4cc801ed719601e4a2..86aaee0a91ee1f1d8dab2d810a3488d1a4c7fbe4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:35 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:26 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.7p92"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p92"
+#define NTPSNMPD_VERSION       "4.2.7p93"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d67c7a3b0508294604fa71d98148ae8f42e065fa..30c2001752c37df66b966a7c2412222773736109 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2010 at 10:10:41 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December 13, 2010 at 08:28:33 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.7p92
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p93
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 067fe87134dbc9da42e48fffbc2e50ff553d9818..1f3215547cbe9e3fece9e3e49f1aed3f696612fe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-13 "( 4.2.7p93)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:41 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December 13, 2010 at 08:28:32 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c9b4f9619251acb2ec9363f6f0f2530f2a10067f..bea7b433b0dcf183a70ee07ae0ddf659b6cc7607 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=92
+point=93
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b447f125fa153b1e7ef718dbf787f3c910bb7ba2..07b8e842186c3f2aa82da3b11deb4357b4c0a0b4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:09:35 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:27:04 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.7p92\n\
+"sntp - standard SNTP program - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8504dbb6c38840832c7784e3cd1ebc97d10255ff..7ace336af3c8883b66b88396c5d911d6bcc794b3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:09:34 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:27:03 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.7p92"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p92"
+#define SNTP_VERSION       "4.2.7p93"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21c77e4ab69dde350e0cb1f101164529671cdcb7..f628c05f39f253221b28987b06649557a6282760 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2010 at 10:09:43 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December 13, 2010 at 08:27:09 AM by AutoGen 5.11.3
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -68,7 +68,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p92
+sntp - standard SNTP program - Ver. 4.2.7p93
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 509586665ccfd3972738aec5437a67e3348afcd0..bc80c4b52d4d4a724348d5a0cf5b91d90a862449 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-08 "( 4.2.7p92)" "Programmer's Manual"
+.TH SNTP 1 2010-12-13 "( 4.2.7p93)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2010 at 10:09:43 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December 13, 2010 at 08:27:09 AM by AutoGen 5.11.3
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fa179fbec11a5e6b08a190fde7c927c15ec02bff..cbf1069020d36c86723f454bd154d6f9a19c680e 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.7p92 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p93 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -140,7 +140,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.7p92
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p93
 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 fbef78b7e73672634ac84ffad22a85efd3d86222..2364bf3d5f9be49ca6950b68feab0457c2612901 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:43 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:36 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.7p92\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p93\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 640303d3be0a7c5e5cc1fc4df9905f95df5927a7..818be49d58b9e7934eb5ac3ea82fd37c1b997a06 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2010 at 10:10:42 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December 13, 2010 at 08:28:35 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.7p92"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p92"
+#define NTP_KEYGEN_VERSION       "4.2.7p93"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p93"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cd4c0d4147a20ab974a269c6270c9e771b87f9ef..44aa7ddf42907055101f9306c6ed3b5681f3f958 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2010 at 10:10:51 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December 13, 2010 at 08:28:44 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.7p92
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p93
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index aa1abadcc91b8b21a7d09aca139172f162c7b27d..176a82cd73a18ca5f4f91195cedf4e0535631ec5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-08 "(ntp 4.2.7p92)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-13 "(ntp 4.2.7p93)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2010 at 10:10:51 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December 13, 2010 at 08:28:43 AM by AutoGen 5.11.3
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"