]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P136 NTP_4_2_7P136
authorHarlan Stenn <stenn@ntp.org>
Wed, 2 Mar 2011 07:25:19 +0000 (07:25 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 2 Mar 2011 07:25:19 +0000 (07:25 +0000)
bk: 4d6df0dfWqs4JSgqtWx-d5wk8zoHiw

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 4efb9493e1ed31f6431b715d7c6beb3537c2004c..7a095558ac56a1b54cee7aaa1c5217183c716980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p136) 2011/03/02 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1839] 4.2.7p135 still installs libevent ev*.h headers.
 (4.2.7p135) 2011/03/02 Released by Harlan Stenn <stenn@ntp.org>
 * libevent: When building on systems with CLOCK_MONOTONIC available,
index 5d14164d362f97c19e3bc5e5574e0b371103ea0d..f5b8044822531d625cce26df7d8c18ec550ca5a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:32 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:45 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.7p135\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ce4f959d4e189bc4d39c23f2da330c6bd6cf8dfd..023aeb43e807ae85c13c957817a881ecedcf0038 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:31 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:45 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.7p135"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p135"
+#define CLKTEST_VERSION       "4.2.7p136"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 92669291f8440b89ee0d587b6360434e343757e0..2d8449c335c31bfb0bcb87ea0ae17d9d6d92f0e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:27:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:23:52 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.7p135\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 6777ffd69e63c5b0c2cd815124f0e09c335eaeec..4dec622ae2579a1bf89c60c9b9f094678a0ca9a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:27:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:23:52 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.7p135"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p135"
+#define NTPD_VERSION       "4.2.7p136"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 70bb0cb8abc89c736b5335069c9b9f7460d177c9..ee78dc03f37553a25435f258060f6a9a2515d7ec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 12:27:55 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  2, 2011 at 07:24:11 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.7p135
+ntpd - NTP daemon program - Ver. 4.2.7p136
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 86db80b2e5d66cd673113ed6432d25fb0f9d243c..20034309f8db0c5ad9d39b3e8e351b1d019c697c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-03-02 "( 4.2.7p135)" "Programmer's Manual"
+.TH NTPD 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 12:27:54 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:10 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c94986c5c16d21c9b6b60b8ac3939cf228d804da..1b87a76effa789162d8fdd59b6f6ebef11c47d44 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:18 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.7p135\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 693ed5364d1fb6f58a34543bf81c1ecff3a25b41..6aa61d53354c552f44c1b143bdaae057a198f232 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:17 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.7p135"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p135"
+#define NTPDC_VERSION       "4.2.7p136"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 353fdd9f017b875a08acb6537c9445de2a211040..0033dcccfce839b1c3c39a3fbbf304319e00d4b4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 12:28:12 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  2, 2011 at 07:24:27 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.7p135
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p136
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index babc6e7387d54c0305efedfc0aa1e6accd52629d..41cfb31a0b273903b1f5240ce51d72c613426213 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-03-02 "( 4.2.7p135)" "Programmer's Manual"
+.TH NTPDC 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 12:28:11 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:27 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a6b63941f7e39639dda286d763a77528df6574f3..d1980173413432decf7ca6b5d3c1af6733a25a08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:12 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:28 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.7p135\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 662d9f1ac194927774369748bb54c5a336ab39c3..542ed93179bb171508d2053bc2b9f413edf02f09 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:12 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:28 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.7p135"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p135"
+#define NTPQ_VERSION       "4.2.7p136"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 45808c74ad11b4fd0db41708e6c4f4763eae37cd..5ff95113bb7120850ef574b5306595e77906d7fa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 12:28:24 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  2, 2011 at 07:24:39 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.7p135
+ntpq - standard NTP query program - Ver. 4.2.7p136
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ee6a3644258ef33a7aa8ea9e91c7322585c37da6..eabb44cba923119973b668f6fea1820a8243894a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-03-02 "( 4.2.7p135)" "Programmer's Manual"
+.TH NTPQ 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 12:28:24 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:38 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cbbe2f7d5e0fdd1de06684f5df67627d89c0bfc3..728c7ffb980b5dfd99735d485a4254c262c72ff3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:25 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:39 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.7p135\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8b4caedc36c5ff26ac090d554fc26246e22cd157..98e517ca1bb2c578a7cb547771dfd41b2f6269b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:25 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:39 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.7p135"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p135"
+#define NTPSNMPD_VERSION       "4.2.7p136"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 450f192455abaec0a8beadb6cdd1c8531a7266fe..73f01af5f5ede281e398725681acd13ea9b208ac 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 12:28:31 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  2, 2011 at 07:24:45 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.7p135
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p136
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 4ffeae6f675ca753683656184bae907aa3fdb7a9..0d4e63235a17dae8e8166eaaeb39e86ec5e56fb6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-03-02 "( 4.2.7p135)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 12:28:30 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:44 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d66598951fefb4996143dea6b72231ac920916ee..61b227f14de6d0846189d2bca930f1f30ce4a47f 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=135
+point=136
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 0f3a559fafd47cf88b638dd589d653af1461a114..5ac86735c9f284e600f098bbe9dac02f5db4163c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:24:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:21:23 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.7p135\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index f644b73f06418990e48c7711e89971b1ebf20733..cbb89358b1194d9c8667225821f5a6c8a07ef1b8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:24:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:21:23 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.7p135"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p135"
+#define SNTP_VERSION       "4.2.7p136"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1001ff450d1406a555b2a002db638f3321613e8c..c87c30948e3e021fdd0590eb9dc8a2b8b373e2a5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 12:28:56 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  2, 2011 at 07:25:02 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.7p135
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p136
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 30f3dfeaa2b00cc52d654bfdaee4635135b29fe6..4ad32d29000e8883bf2afed4cfe668c390dacab8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-03-02 "( 4.2.7p135)" "Programmer's Manual"
+.TH SNTP 1 2011-03-02 "( 4.2.7p136)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 12:28:55 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  2, 2011 at 07:25:02 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fef4bcde5285e198fa06c78426b77acf945a723d..014bdf9855eb04abfd7b0fd21d2ddf5ffaaa8175 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.7p135
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p136
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 4192d9589f1d3f97e7f654b7417ce557fc82ec1f..793d119a2cac4b815a6d4dec9748203e1f2b974a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:34 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:46 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.7p135\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p136\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 92a7ff52e0f0fb9acf8dfb654761cfd2dff8abf9..1cb44688282da24252dffaf594ebecfa134dc3da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March  2, 2011 at 12:28:34 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March  2, 2011 at 07:24:46 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.7p135"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p135"
+#define NTP_KEYGEN_VERSION       "4.2.7p136"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p136"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e0fdfd2041964457d3a343e2a39ad485e427569b..21ba80ad34c541f2b7b4f1ee721132525f00ee06 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March  2, 2011 at 12:28:43 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March  2, 2011 at 07:24:55 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.7p135
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p136
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 050aa6bf28c57011caef54ae158078ec1362bb51..67599606163a1b3a0a641891b9726b950e8652c8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-03-02 "(ntp 4.2.7p135)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-03-02 "(ntp 4.2.7p136)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  March  2, 2011 at 12:28:42 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March  2, 2011 at 07:24:54 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"