]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P139 NTP_4_2_7P139
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Mar 2011 11:35:50 +0000 (11:35 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Mar 2011 11:35:50 +0000 (11:35 +0000)
bk: 4d80a0967PBh3PWNg4MxeofKVNVn9w

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 15e2ce4172e92f22270c54fb3ffe4c473088e12e..17b92fc78ce8cce452a41c4c14f4cfa9f6d2d6f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p139) 2011/03/16 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1848] make check ntpd --saveconfigquit clutters syslog.
 (4.2.7p138) 2011/03/08 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1846] MacOSX: debug symbol not found by propdelay or tickadj.
index abb97eeccb44ba5a55d7ad3ef9b22fc71e224d2c..c5be96424c917f1f2644f63e3374aa5f8746fff2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:13:24 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:34:28 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.7p138\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3c300f9478b42dfffb29441d9e9f0f5f0329afa7..6cdcca0a5bcd3ab89fda6f95d566e85cf05d32e1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:13:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:34:27 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.7p138"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p138"
+#define CLKTEST_VERSION       "4.2.7p139"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1e967719c316d068ce37fb942c519d5e8ed71fb7..314b6ea54ed97da773ae74271449ecb051727d63 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:09:31 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:27:26 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.7p138\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 6a5b5f415cca516e7336f474d5b4d03766ccf5c1..4bf329149a376ce76f4feddbecbfb86a2a4af94a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:09:30 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:27:25 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.7p138"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p138"
+#define NTPD_VERSION       "4.2.7p139"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5b392066ab639e8a77b00702d067adde3087482c..f3326b2121b11699b233a90aab84bfd821fb9359 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March  8, 2011 at 11:11:13 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 16, 2011 at 11:31:19 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.7p138
+ntpd - NTP daemon program - Ver. 4.2.7p139
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 84bc9b5d8fae9f542763ebcd5c039035367fa74b..0da4d8aabf86d05cbbdf990334888420b5dea40a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-03-08 "( 4.2.7p138)" "Programmer's Manual"
+.TH NTPD 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March  8, 2011 at 11:11:12 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 16, 2011 at 11:31:19 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index acdb92e2bdd99e3d58a98558b38602ccdb321355..86a45628127a400cc213b7fb36476073c49ee6f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:11:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:31:29 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.7p138\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 52e2fe59ccf79b9fd398183338dd5f37c456b0bf..a4e1f1bfa88d5471889b6867e26815b136720758 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:11:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:31:29 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.7p138"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p138"
+#define NTPDC_VERSION       "4.2.7p139"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c10618d708d6aa54aab45a492e07be5a9b2f08fa..5a6555726a524e81c17cd4b578763abb752a69f7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March  8, 2011 at 11:12:10 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 16, 2011 at 11:31:46 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.7p138
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p139
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3d8eb420a65678bd7f0efe6c9960798b3cd2b417..b747989cb5cbcc06a077937d4820ae1beb3bcf0e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-03-08 "( 4.2.7p138)" "Programmer's Manual"
+.TH NTPDC 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  March  8, 2011 at 11:12:10 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 16, 2011 at 11:31:45 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cc77cd2a67eb5254174bcd38d1d2a4309457cec1..d1f88be3713f0c32af6ce64fe8e1e3384487738b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:12:12 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:31:46 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.7p138\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 96812d228ef91e1474967b79403221a47d516e52..8a4f5f6ac9a6b5d89b94604c90c3a52b36459488 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:12:12 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:31:46 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.7p138"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p138"
+#define NTPQ_VERSION       "4.2.7p139"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 305152d2766dcae0c1ab4a4de1e2dd014fb697bd..4b560864421ba4855f89b4c10ef7667870b4f409 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March  8, 2011 at 11:12:55 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 16, 2011 at 11:32:45 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.7p138
+ntpq - standard NTP query program - Ver. 4.2.7p139
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b8c4899ddbbfdab689a896299d1022584f67034c..e2f65bc41f0fbccdb20d48a2d5d8bb607f08b37d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-03-08 "( 4.2.7p138)" "Programmer's Manual"
+.TH NTPQ 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  March  8, 2011 at 11:12:54 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 16, 2011 at 11:32:45 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index beaa52b30569e4ea557126ca1995957b8314c63b..97dc2bec67f959fa4772f2ed323543fdae2a5cdc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:12:56 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:32:50 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.7p138\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 55e9514ed345fc7e9be2c0df61e37cdc5b986860..2d679367176cce1a1f80a850d759223a7a4efbae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:12:56 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:32:50 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.7p138"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p138"
+#define NTPSNMPD_VERSION       "4.2.7p139"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e6e8920eb64df18f1ecfdf76593ae22abd0a7693..d546cee9579bc97234ee3bfd337f614f33dca20e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March  8, 2011 at 11:13:21 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 16, 2011 at 11:34:26 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.7p138
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p139
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 276edab109971c2ff54a99ad73ae2bede63587a6..f9f00ac8f4697f0731cd3b577b833aeeb889d2f9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-03-08 "( 4.2.7p138)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March  8, 2011 at 11:13:20 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 16, 2011 at 11:34:26 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f66bde308118bf2ebf04cca6769d466c081a847a..7db8e252e64902c4478cb944093ddfb83e89e236 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=138
+point=139
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 11bdb5324f3ccea741935e75cf75f11667f0076b..bd3b1ac2534c3eb2a42a9f62bfff252f17dd6a34 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 10:57:02 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:13:10 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.7p138\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 4f9d87264cffc90f38cf73fb785b42668ae03bbf..a2a0653401cbbc94f7419428a756a3bea33af6ee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 10:57:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:13:09 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.7p138"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p138"
+#define SNTP_VERSION       "4.2.7p139"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d07334e253ee1327a1b02a92cc0bfdbaf3651045..6dc63081957c2c0ba2ba1b4d55a898dea9066e9a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March  8, 2011 at 11:14:54 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 16, 2011 at 11:35:06 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.7p138
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index a2d33420b283e74395ba18d6f8e0784a02ada97b..2f37feba531581340ce4d678f86ffade86458f06 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-03-08 "( 4.2.7p138)" "Programmer's Manual"
+.TH SNTP 1 2011-03-16 "( 4.2.7p139)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  March  8, 2011 at 11:14:53 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 16, 2011 at 11:35:05 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 374c9cc81301bc01e79aa5a30b1e2cc628d74816..e022946957f7716090d450766af1f6f3c99a8da1 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.7p138
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p139
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 6e21935f66f80901a8a699bf05635f0e22a6c358..2fb7634c1ed96b90ef66412e3a0a7819278227a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:13:37 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:34:30 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.7p138\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p139\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ac65a79f5b61d134098ff5fb6f3433dd8d96e430..7c97fa236aece3f96f5803b31bc3eb2179327f61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March  8, 2011 at 11:13:37 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 16, 2011 at 11:34:30 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.7p138"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p138"
+#define NTP_KEYGEN_VERSION       "4.2.7p139"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p139"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2219a0d98605cd459aa2f952e33e9a60707faf01..242a046d6b73e861ab1c108eb77b7d256c47de82 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March  8, 2011 at 11:14:08 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 16, 2011 at 11:34:46 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.7p138
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p139
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index eb4b7b087a99e50f55073ed29b4b028d981cdc27..1a04e09a177a1370b369b4b495abd9037e98157d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-03-08 "(ntp 4.2.7p138)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-03-16 "(ntp 4.2.7p139)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  March  8, 2011 at 11:14:06 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 16, 2011 at 11:34:46 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"