]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P140 NTP_4_2_7P140
authorHarlan Stenn <stenn@ntp.org>
Thu, 17 Mar 2011 11:20:23 +0000 (11:20 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 17 Mar 2011 11:20:23 +0000 (11:20 +0000)
bk: 4d81ee77cSWQ_Wxzmg-89an5V_EH5g

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 77af45b12e2f484999631e095018732a7b331be4..3db03fda9e30ea77ac352d80fe5bee265a2fe8df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p140) 2011/03/17 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1848] ntpd 4.2.7p139 --disable-thread-support does not compile.
 * Add --disable-thread-support to one flock-build variation.
 * One more lock-while-init in lib/isc/task.c to quiet lock analysis.
index c5be96424c917f1f2644f63e3374aa5f8746fff2..ec3bf84087b24d287ec5a7b5f62513f4bf7d75af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:34:28 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:17:11 AM by AutoGen 5.11.6
  *  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.7p139\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6cdcca0a5bcd3ab89fda6f95d566e85cf05d32e1..8b94dd285c314c4756cd6142df57c78f3fbc8758 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:34:27 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:17:11 AM by AutoGen 5.11.6
  *  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.7p139"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p139"
+#define CLKTEST_VERSION       "4.2.7p140"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 314b6ea54ed97da773ae74271449ecb051727d63..85e2e6e4e1caaf313d2a3fe2428aa17ddce0f0ab 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:27:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:13:11 AM by AutoGen 5.11.6
  *  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.7p139\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 4bf329149a376ce76f4feddbecbfb86a2a4af94a..8066818b5b23d43fe753cf48b6f0708fe2b81cf8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:27:25 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:13:10 AM by AutoGen 5.11.6
  *  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.7p139"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p139"
+#define NTPD_VERSION       "4.2.7p140"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f3326b2121b11699b233a90aab84bfd821fb9359..48daaf16467371cb19eb989eb71fde3a368a1c3e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 16, 2011 at 11:31:19 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 17, 2011 at 11:14:22 AM by AutoGen 5.11.6
 # 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.7p139
+ntpd - NTP daemon program - Ver. 4.2.7p140
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 0da4d8aabf86d05cbbdf990334888420b5dea40a..9ec0abfa9dc97a206023851e08b24b7d40be0f2d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
+.TH NTPD 1 2011-03-17 "( 4.2.7p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March 16, 2011 at 11:31:19 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 17, 2011 at 11:14:21 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 86a45628127a400cc213b7fb36476073c49ee6f2..51ee18570e0e0d3a79c26c0bf9dc59c0c7e5c1ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:31:29 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:14:33 AM by AutoGen 5.11.6
  *  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.7p139\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a4e1f1bfa88d5471889b6867e26815b136720758..fd5a0b0a704100d8713f025219100fb29e3df872 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:31:29 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:14:33 AM by AutoGen 5.11.6
  *  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.7p139"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p139"
+#define NTPDC_VERSION       "4.2.7p140"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5a6555726a524e81c17cd4b578763abb752a69f7..2bf5f73a81108c12d9112df35c73e526e92cb597 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March 16, 2011 at 11:31:46 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 17, 2011 at 11:15:43 AM by AutoGen 5.11.6
 # 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.7p139
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p140
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b747989cb5cbcc06a077937d4820ae1beb3bcf0e..459ecb8bffeff0220659e103acfe2c5a970fae0a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
+.TH NTPDC 1 2011-03-17 "( 4.2.7p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  March 16, 2011 at 11:31:45 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 17, 2011 at 11:15:42 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d1f88be3713f0c32af6ce64fe8e1e3384487738b..ac34d573cf4b2c61fbb78ebd6544c11394703f71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:31:46 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:15:54 AM by AutoGen 5.11.6
  *  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.7p139\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8a4f5f6ac9a6b5d89b94604c90c3a52b36459488..2ed802d11310e63c54ecaa7bf86eeedbbb1d0208 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:31:46 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:15:53 AM by AutoGen 5.11.6
  *  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.7p139"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p139"
+#define NTPQ_VERSION       "4.2.7p140"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4b560864421ba4855f89b4c10ef7667870b4f409..8bfd2a448deed9f8c0b5003612127b392d4c4313 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March 16, 2011 at 11:32:45 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 17, 2011 at 11:16:44 AM by AutoGen 5.11.6
 # 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.7p139
+ntpq - standard NTP query program - Ver. 4.2.7p140
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e2f65bc41f0fbccdb20d48a2d5d8bb607f08b37d..99e4af6a2a15e7834fd8a471372eaf6f5546e716 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
+.TH NTPQ 1 2011-03-17 "( 4.2.7p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  March 16, 2011 at 11:32:45 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 17, 2011 at 11:16:43 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 97dc2bec67f959fa4772f2ed323543fdae2a5cdc..828a1da21cf37aa3ac40c7f0e1b17a2d7f1c01e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:32:50 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:16:45 AM by AutoGen 5.11.6
  *  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.7p139\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 2d679367176cce1a1f80a850d759223a7a4efbae..9a5454d58fdaa302c60ad0f5eac0fde00b9b298c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:32:50 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:16:45 AM by AutoGen 5.11.6
  *  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.7p139"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p139"
+#define NTPSNMPD_VERSION       "4.2.7p140"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d546cee9579bc97234ee3bfd337f614f33dca20e..eaa30675877ce0ca00781f5ae8122b5bb332fbcf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 16, 2011 at 11:34:26 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 17, 2011 at 11:17:08 AM by AutoGen 5.11.6
 # 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.7p139
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p140
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index f9f00ac8f4697f0731cd3b577b833aeeb889d2f9..48ebd9e085cad954fccdb550163dca21439ba69f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-03-17 "( 4.2.7p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March 16, 2011 at 11:34:26 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 17, 2011 at 11:17:08 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7db8e252e64902c4478cb944093ddfb83e89e236..4d8dea8053fca69fae94ae4e7eb20a357637e9fd 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=139
+point=140
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index bd3b1ac2534c3eb2a42a9f62bfff252f17dd6a34..da2cf8be293e39434190f978ffe93908d7705782 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:13:10 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 10:56:48 AM by AutoGen 5.11.6
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -642,7 +642,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index a2a0653401cbbc94f7419428a756a3bea33af6ee..9699a046c0a8158d15e346b6dd9ecd72e3bfece7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:13:09 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 10:56:48 AM by AutoGen 5.11.6
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p139"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139"
+#define SNTP_VERSION       "4.2.7p140"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6dc63081957c2c0ba2ba1b4d55a898dea9066e9a..97d106d147f7c1a6947185cf15d92f002e369df4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March 16, 2011 at 11:35:06 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 17, 2011 at 11:18:16 AM by AutoGen 5.11.6
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p140
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 2f37feba531581340ce4d678f86ffade86458f06..3061ecb60a2ec23f2a806a0717798ad7e13721ea 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
+.TH SNTP 1 2011-03-17 "( 4.2.7p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  March 16, 2011 at 11:35:05 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 17, 2011 at 11:18:15 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e022946957f7716090d450766af1f6f3c99a8da1..29ce8769a475ab70db77583d35b6f6de403f4539 100644 (file)
@@ -150,7 +150,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 Simple Network Time Protocol program - Ver. 4.2.7p139
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p140
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 2fb7634c1ed96b90ef66412e3a0a7819278227a9..d786a36f64623d31f9b7482b3853734fcd339fac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:34:30 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:17:15 AM by AutoGen 5.11.6
  *  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.7p139\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p140\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7c97fa236aece3f96f5803b31bc3eb2179327f61..4eac25cccd88c73b6e73d463e9f65205be353599 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March 16, 2011 at 11:34:30 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 17, 2011 at 11:17:15 AM by AutoGen 5.11.6
  *  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.7p139"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p139"
+#define NTP_KEYGEN_VERSION       "4.2.7p140"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p140"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 242a046d6b73e861ab1c108eb77b7d256c47de82..cbe014a01bd9dbbb2c5eb3c5a761937d6b376739 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March 16, 2011 at 11:34:46 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 17, 2011 at 11:17:39 AM by AutoGen 5.11.6
 # 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.7p139
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p140
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 1a04e09a177a1370b369b4b495abd9037e98157d..65ac8e0665cc829dc2d21574c5b37cf01ae9987e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-03-16 "(ntp 4.2.7p139)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-03-17 "(ntp 4.2.7p140)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  March 16, 2011 at 11:34:46 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 17, 2011 at 11:17:39 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"