]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P11 NTP_4_2_7P11
authorHarlan Stenn <stenn@ntp.org>
Thu, 28 Jan 2010 10:35:48 +0000 (10:35 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 28 Jan 2010 10:35:48 +0000 (10:35 +0000)
bk: 4b61688432YIfEzdaYGUbR86iaDLcA

27 files changed:
ChangeLog
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 ef4bcb925d087c42529b4bcb3cc981eb49b46202..6c2db05cbaa1ef39107598cd1db6c385928e7657 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p11) 2010/01/28 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 47] Debugging and logging do not work after a fork.
 * [Bug 1010] getaddrinfo() could block and thus should not be called by
   the main thread/process.
index 969beb1396cbac2c862292bdc45747425d7d749a..4182c5df6f1b48ab351e0dad9bee103d42bf0d99 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:35:38 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:26:49 AM by AutoGen 5.10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -956,7 +956,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p10\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p11\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 38803ffaff2dbfd0e88521ab5a62e6e0f54dda84..23425d4d4fd078022552c34165774c0a08a655e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:35:37 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:26:49 AM by AutoGen 5.10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.7p10"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p10"
+#define NTPD_VERSION       "4.2.7p11"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p11"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3e1395712c7148d716364564319e6852f7658193..04d7504228cf42d7f1f5be42f9a24d97e4f17517 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 24, 2010 at 11:36:53 AM by AutoGen 5.10
+# It has been AutoGen-ed  January 28, 2010 at 10:28:57 AM by AutoGen 5.10
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p10
+ntpd - NTP daemon program - Ver. 4.2.7p11
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index be01186430ce7ee4e498a90686b71d3917bf3ab0..d5e70dba3103c50f2fdb551a335d264aba879ff8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-01-24 "( 4.2.7p10)" "Programmer's Manual"
+.TH NTPD 1 2010-01-28 "( 4.2.7p11)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 24, 2010 at 11:36:52 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  January 28, 2010 at 10:28:56 AM by AutoGen 5.10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b40f55e3b16a3fa8fc0565815e07d51e6d20afe7..d50caa6287e6b65fe8b3c8dcfe3ebbefcefc4174 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:37:11 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:29:13 AM by AutoGen 5.10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -452,7 +452,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p10\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p11\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4bbc31294d56926dbb25004ddcb9df21d75f3478..7b6c85e4da7a30f9f58caf5d88deb75db587b3bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:37:11 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:29:12 AM by AutoGen 5.10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p10"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p10"
+#define NTPDC_VERSION       "4.2.7p11"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p11"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 438977a456a1aac38725a4b1aad8e7ee46dcf567..3bbae4431479714507904a86941d8e1714ae9959 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 24, 2010 at 11:37:42 AM by AutoGen 5.10
+# It has been AutoGen-ed  January 28, 2010 at 10:29:39 AM by AutoGen 5.10
 # 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.7p10
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p11
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 29b6e15515477987eb283810a18b66af48ff86cf..ea722de494ef67534a3f149e9278903810c78ebc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-01-24 "( 4.2.7p10)" "Programmer's Manual"
+.TH NTPDC 1 2010-01-28 "( 4.2.7p11)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 24, 2010 at 11:37:41 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  January 28, 2010 at 10:29:39 AM by AutoGen 5.10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9f310209783a6506a9ac8b41192ae833c096911e..44c35ce5b74799f564e8cbad3bd4b516bb645df9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:37:44 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:29:41 AM by AutoGen 5.10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -427,7 +427,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p10\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p11\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index db4c8e72dc1808793a9b810a5c6b9686b0847692..8c89a26fc586223318e3d7b2ba4e0faebc78c963 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:37:43 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:29:40 AM by AutoGen 5.10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p10"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p10"
+#define NTPQ_VERSION       "4.2.7p11"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p11"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 12df95b4ac47209cec6d0f43551c251cba2f5336..6ac7c41d8a858ef185cab233d1e33eeda6765a27 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 24, 2010 at 11:38:12 AM by AutoGen 5.10
+# It has been AutoGen-ed  January 28, 2010 at 10:30:05 AM by AutoGen 5.10
 # 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.7p10
+ntpq - standard NTP query program - Ver. 4.2.7p11
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c5452e917f74c50e6aeafcffe743ca4e503ae1a4..39a3e7c9447b5a94ef74d9a7c6d98d1769c23fea 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-01-24 "( 4.2.7p10)" "Programmer's Manual"
+.TH NTPQ 1 2010-01-28 "( 4.2.7p11)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 24, 2010 at 11:38:11 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  January 28, 2010 at 10:30:04 AM by AutoGen 5.10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e0200c3f64e39e8b9124c1faf6e3bfc9db5c258c..da1d437a958522d99e8e596353606f1ccb9f9c35 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:38:14 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:30:06 AM by AutoGen 5.10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -233,7 +233,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p10\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p11\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 72490c87f081e2bfbca6ccd399696557eb7ba109..7c5a93a493f60fc75ee4fb2677089d5abfa5658d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:38:14 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:30:05 AM by AutoGen 5.10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.7p10"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p10"
+#define NTPSNMPD_VERSION       "4.2.7p11"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p11"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 81a19f5f9a99f59d4c6ede1d355a88b1edbf3d77..193b9308ffd2199ba5c144dc824783d33ad281d8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 24, 2010 at 11:38:32 AM by AutoGen 5.10
+# It has been AutoGen-ed  January 28, 2010 at 10:30:23 AM by AutoGen 5.10
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -33,7 +33,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p10
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p11
 USAGE:  ntpsnmpd [ -<flag> | --<name> ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 67fddd349cb9395c07a003680413d3ca9228c195..1cce8fbccaf9abf0d38cec42d33607fa5dbdc4b4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-01-24 "( 4.2.7p10)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-01-28 "( 4.2.7p11)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 24, 2010 at 11:38:31 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  January 28, 2010 at 10:30:23 AM by AutoGen 5.10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0f6348a275fb25eea903e6987e86cfd12ea7d9d8..5f5fb8c6826b0165c8dc774ad6beea39b9823883 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=10
+point=11
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4ff40e32fce50451076f973e5689b1e2cd8bf9ee..30a07a44d517bbbeeb0a31acfd05bf503094f0b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:43:24 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:34:29 AM by AutoGen 5.10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -474,7 +474,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p10\n\
+"sntp - standard SNTP program - Ver. 4.2.7p11\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ed70e248fb8ec8a3ed1f53bd49282035223435a7..efc529e6e4bfa6a384d6a58cb4fb5397d655b4d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:43:23 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:34:29 AM by AutoGen 5.10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,8 +72,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p10"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p10"
+#define SNTP_VERSION       "4.2.7p11"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p11"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 46216a3c59c854acaaedea8a373fc80c44bff163..5fcab7f8f6ae2b5d5d52cad62ca9db8d1f51afa4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 24, 2010 at 11:43:39 AM by AutoGen 5.10
+# It has been AutoGen-ed  January 28, 2010 at 10:34:54 AM by AutoGen 5.10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -56,7 +56,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p10
+sntp - standard SNTP program - Ver. 4.2.7p11
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index dbeaae5a9723e866dff4e001c301fda6c74946e1..b9455d9ab60d756e8b22fc1a25c754ee3a7f3741 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-01-24 "( 4.2.7p10)" "Programmer's Manual"
+.TH SNTP 1 2010-01-28 "( 4.2.7p11)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 24, 2010 at 11:43:38 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  January 28, 2010 at 10:34:53 AM by AutoGen 5.10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 839fe80e880b9af6c4ec231bad92ab1ac297c7f6..5cbe8014c1eb7f51aa2c43013c078b595ec69932 100644 (file)
@@ -38,7 +38,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.7p10 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p11 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index d070068ffccf19a8d107f4b6f41210c6e3bb5e2a..5c5ac7d398f9442bc62ecf9ec0268bbd3a8b347c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:43:42 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:34:56 AM by AutoGen 5.10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -738,7 +738,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p10\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p11\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f5b4befa65b04c5d4aed784fe5f8e96e908103ec..ab850557c97c307d1c284985b704862b8c4c4b71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 24, 2010 at 11:43:41 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  January 28, 2010 at 10:34:55 AM by AutoGen 5.10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.7p10"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p10"
+#define NTP_KEYGEN_VERSION       "4.2.7p11"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p11"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a0d809b3e6a24fec4f7f65917480d806f01b39f9..bf3a3cd3b1e6d1bce69269ff6d4193725857f2ee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 24, 2010 at 11:44:07 AM by AutoGen 5.10
+# It has been AutoGen-ed  January 28, 2010 at 10:35:18 AM by AutoGen 5.10
 # 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
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p10
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p11
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index c7b70a030afbbcb0629ba207da20f687bd42ae8f..2dd735f905fa606bc5f660a0e2c73954c08a1633 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-01-24 "(ntp 4.2.7p10)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-01-28 "(ntp 4.2.7p11)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 24, 2010 at 11:44:06 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  January 28, 2010 at 10:35:17 AM by AutoGen 5.10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"