]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P90 NTP_4_2_7P90
authorHarlan Stenn <stenn@ntp.org>
Mon, 6 Dec 2010 07:49:43 +0000 (07:49 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 6 Dec 2010 07:49:43 +0000 (07:49 +0000)
bk: 4cfc9597aDVXNW2toCVPFsW2eIdL6w

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 7b6da47ac37e83d53f6350a87ab8e0cdacad3506..c97de3e98bfcbc062e2459a12976aa5ebff5c4e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p90) 2010/12/06 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1738] Windows ntpd has wrong net adapter name.
 * [Bug 1740] ntpdc -c reslist packet count wrongly treated as signed.
 (4.2.7p89) 2010/12/04 Released by Harlan Stenn <stenn@ntp.org>
index 624b4a956227a567e9f3555b9410a702979963b9..43524459dcdac08352d2477c6ec89ef351390527 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:28 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:49:15 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.7p89\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e0346638c275c9604bccf4cdf59e05eb56e0f0d2..e91a368588843662bef5c238dbe2a35bf60982db 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:28 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:49:15 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.7p89"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p89"
+#define CLKTEST_VERSION       "4.2.7p90"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a6629cddb4236d408cf45d8ab010f45012c7c372..aa06b7bd49043265bf0c903b8a1858ab5188011b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:58:27 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:13 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.7p89\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 0f0494de511150fe7ed28bbee25332583d2fd58d..a471e3319595f54c22da09677f7c14d0f084755e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:58:26 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:13 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.7p89"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p89"
+#define NTPD_VERSION       "4.2.7p90"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1d1a1b5f340729c0432eff25175f8d5d983d86a5..6badf08234494da780bdd2f4a2e70130d4266e9c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  4, 2010 at 10:58:54 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  6, 2010 at 07:48:34 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.7p89
+ntpd - NTP daemon program - Ver. 4.2.7p90
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index b113c910245eecddab3b453be05865cab29e9134..5a5e7df3e75dd3e483b3a2d041c726c68c76a7fe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-04 "( 4.2.7p89)" "Programmer's Manual"
+.TH NTPD 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  4, 2010 at 10:58:54 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  6, 2010 at 07:48:33 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 143181dac50a24cccdbdca946ae3122a7a3eca98..f51888ffdb95e4e53c542e0c280ae55385a295c6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:00 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:41 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.7p89\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e71bb706dd63f4e06b12662749585c0eacb2bd54..3ae0965a01aca4075dcd777c143398024a16ed77 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:00 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:41 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.7p89"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p89"
+#define NTPDC_VERSION       "4.2.7p90"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 907793c640191005495182849bac47bd0cb94325..bc6e02ba7bcda4e2dc571ba3c4f5b4a88974bd67 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  4, 2010 at 10:59:10 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  6, 2010 at 07:48:53 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.7p89
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p90
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 27895026a0c642ab3f23733e60ee7b49bd7e278f..46f37d413a16384a9f5cbf0415b886ba32d5fe54 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-04 "( 4.2.7p89)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December  4, 2010 at 10:59:09 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  6, 2010 at 07:48:52 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 00a169a79bb7e25ae049cff28cc831e33f1ed5ed..e77308e1e1808439d2b4cd23ef749cddd0b62b05 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:10 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:53 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.7p89\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 57c7080cb26d50069d180ca424e6246c2c386f1f..89d22e24e3686489ac3593c536ca83d3f464b646 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:10 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:53 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.7p89"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p89"
+#define NTPQ_VERSION       "4.2.7p90"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7d579500e13128e25d3d52aa9df73c1b396c9956..8e04602076bf7a3b4e3bc1712ff03cde9aea13a8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  4, 2010 at 10:59:22 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  6, 2010 at 07:49:06 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.7p89
+ntpq - standard NTP query program - Ver. 4.2.7p90
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d51893cc848a6d6baa02319601d637c5e7bf9654..2942b39ab613a0bef72c8ff29cef02becf2d1a37 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-04 "( 4.2.7p89)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December  4, 2010 at 10:59:21 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  6, 2010 at 07:49:06 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dc958c31c575aeaf1283ab5f8cd617586861b4b6..6c7cda135a0c82174137fce14029ad5038bb175e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:22 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:49:07 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.7p89\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e91549cccc2b971168fa27338d330103115abdef..d930547488bff9d6be84c4c03b31d95e1d9d4c27 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:22 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:49:07 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.7p89"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p89"
+#define NTPSNMPD_VERSION       "4.2.7p90"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 85e1be209bb76bd57e57f4b8f48b3616f29919d2..be08ed2d469c3acc5db0ffa5dba998e0900bf4f8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  4, 2010 at 10:59:27 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  6, 2010 at 07:49:14 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.7p89
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p90
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 9c1921fb5981eb0aa19748e0692d1b1505b40693..9a81b6a8346a0b96ef17bebc3aaff57196d529d5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-04 "( 4.2.7p89)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  4, 2010 at 10:59:27 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  6, 2010 at 07:49:14 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2198210eaad3c6abc4039ad9ff100749a8be9fce..b31b121a05b9e202fa02694fce233610c27234a4 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=89
+point=90
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4270fc180f218f8f5b2e2bf80b29b803554f833a..33501d1cc87e0d074a63ff3111fe450cd66cd6a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:58:20 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48:03 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.7p89\n\
+"sntp - standard SNTP program - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e492dd5fe0e9d49d6b474279f80c30846bc13a4b..8646fb0c09daf4585e6f9191299f970ce70b820a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:58:20 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:48: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.7p89"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p89"
+#define SNTP_VERSION       "4.2.7p90"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a4d666665021ffbf827dbfa305797a2d0ae632b8..b67796ce12336c17466e820e6e98c14d37052eaa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  4, 2010 at 10:58:26 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  6, 2010 at 07:48:12 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.7p89
+sntp - standard SNTP program - Ver. 4.2.7p90
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 187ea4cb979f452e32bf1f5ddb81dc24fe3d1b36..03a382edefb808cb8fdf888f8d17e1f44967258a 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-04 "( 4.2.7p89)" "Programmer's Manual"
+.TH SNTP 1 2010-12-06 "( 4.2.7p90)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December  4, 2010 at 10:58:25 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  6, 2010 at 07:48:12 AM by AutoGen 5.11.3
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b119a36d2a52d22e40da752ad00184de64ea5d03..15809d7686270dd0115a6d00bd7a2cbebaf0abc8 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.7p89 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p90 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.7p89
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p90
 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 d005e91188bb9574389c001dc44d229b8eff772e..ce1f830e2f5ed57a122f114c83b0bbabf7ba89c9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:32 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:49:17 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.7p89\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p90\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f75a7e324fadb65593d2350cc0dbacbd98593254..3b2813750e3afa449fa59035b225a3d1f02749c4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  4, 2010 at 10:59:32 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  6, 2010 at 07:49:17 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.7p89"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p89"
+#define NTP_KEYGEN_VERSION       "4.2.7p90"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p90"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ab54c0266eef99317eb1697bea8c0c5f20770e9..76822508a79a41fb5c69dea75315fe406b25787f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  4, 2010 at 10:59:40 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  6, 2010 at 07:49:27 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.7p89
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p90
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d270bfa167b9e187456b1302bf2110b7ca364ed9..70f7fa405d464496fdcefd6a29442905751e8e59 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-04 "(ntp 4.2.7p89)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-06 "(ntp 4.2.7p90)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December  4, 2010 at 10:59:40 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  6, 2010 at 07:49:26 AM by AutoGen 5.11.3
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"