]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P163 NTP_4_2_5P163
authorHarlan Stenn <stenn@ntp.org>
Fri, 10 Apr 2009 11:56:46 +0000 (07:56 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 10 Apr 2009 11:56:46 +0000 (07:56 -0400)
bk: 49df33feNmGdCcKw8ajoV8yDV0JUVg

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 7fd7dd41b60c9c23086910a00c3b48ad3fa28ea9..3ebfe866a9b389a897d30ed630635845898d7d45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p163) 2009/04/10 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.5p162) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 * Mitigation and PPS cleanup from Dave Mills.
index 80b793aadfea3fef48feca5947024bb35026004e..8231e2ef7be4145652ca6e48f009466f4e1c4ebf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:54:52 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:54:31 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p162\n\
+"sntp - standard SNTP program - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 04bb7bb385405c54414c28bc3b5d4c2ba7447be9..6063ee5e8ab1702be2beff997b7a60057e94bb74 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:54:50 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:54:30 AM EDT
  *  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.5p162"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p162"
+#define SNTP_VERSION       "4.2.5p163"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fd63f2af5bbfed4f1203274eca8c62a7da379198..8497614f389242e2b7308d539bc49c91acbb634f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:54:56 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:54:33 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ec7c76e23e7126dbfc99612b41e74d347b2ab190..82a0152967dc91ac2d0b6c048ebc0fd48a165026 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-09 "( 4.2.5p162)" "Programmer's Manual"
+.TH SNTP 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:54:54 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:54:32 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fdae70eb33efe9d492f32ae8f680fb2c8893eb4e..022218261d6c40d2c81ea18ef247a6ab6956b7d1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:36:07 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:41:02 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p162\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index cc2bcf75db9417c6854d756891b64d08d785bb23..7df8fb78a915d2ddfb663df69e12722106cf0cfb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:36:06 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:41:01 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p162"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p162"
+#define NTPD_VERSION       "4.2.5p163"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 01f0a022763bce61ecc7b7185e3d02a78413091e..9e0ca6631accf0c0c5060f29aa2c3dd30e23c1d4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:36:12 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:41:05 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1019889a1ccf817f154536cebf23b6ecc1265065..08760871b3204e3445476d1c99b492c8c19d8f33 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-04-09 "( 4.2.5p162)" "Programmer's Manual"
+.TH NTPD 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:36:09 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:41:03 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 118a442a35f58f8e5bb96d42fa4ccc887d34bb1f..9eb8c38e41a69e9b515372f36afbe3f869965d16 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:45:46 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:47:51 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p162\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c86d11c90d84f6f92c32d446ae6afbf05466fc0a..927f694b2c28881762b2b5fcca1e46971fa10d8e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:45:45 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:47:51 AM EDT
  *  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.5p162"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p162"
+#define NTPDC_VERSION       "4.2.5p163"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 55177165f6185b1814b186622b4ab911bac4a524..2a036dd14653103e5902111d055a8a6079b30602 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:45:49 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:47:53 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 05c29d3c5921f19b7c8cd1fa7a59b111772c435e..4fc2de4e2b002265cfe52442d4f709f44524fbd8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-04-09 "( 4.2.5p162)" "Programmer's Manual"
+.TH NTPDC 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:45:48 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:47:52 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0060267aaf689b7d17c0488a153d31269fc0c783..81593386477763e6059810482520495fda031331 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:46:24 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:48:21 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p162\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fd785d3bcaa870fe3ab282318e80389681305dba..8bca294785b2fe785e6c1207e3cbdd06258c3284 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:46:24 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:48:21 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p162"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p162"
+#define NTPQ_VERSION       "4.2.5p163"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4c38ecfd99152b76bff70cd9874906b593836060..7321353420228b226f90698d995206c3ba4c76eb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:46:27 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:48:23 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9e4633c4a5ad7f69cc41e153c188f030718e0e61..920d6d9a943f3e37a01c7c8af161d88a7242442d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-04-09 "( 4.2.5p162)" "Programmer's Manual"
+.TH NTPQ 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:46:26 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:48:22 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index efd32d5cf764abbcf80550ed403be3932258137a..e3a3a94059781497cc2082a41e884595059fafbd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:47:19 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:49:07 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p162\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f2c951fac2546603ddccb20076f90425bb97255b..497ec181d550374e263e23affa7bdf3716f58480 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:47:19 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:49:07 AM EDT
  *  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.5p162"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p162"
+#define NTPSNMPD_VERSION       "4.2.5p163"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 26dfe7a9cf399daf04fcefd43c1f04eaa2a0133f..2593830a707a55d3177bdb021823c36d7f7febda 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:47:21 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:49:09 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b788ee5f718f2c57ce7a2a1a40c00368fa6da1b2..992f9ee1974e46888584ec2b042fdf4af84a90a7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-04-09 "( 4.2.5p162)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:47:21 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:49:08 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5cf0b6421d21f6aa0aa555b651f1caf175a52fc0..3ebd9c54145bffdca4bd24cf4c238a2798d312e5 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=162
+point=163
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 82b20eab01052398f099bd171620532670a4e9d9..661aa6a74b01c37b6c6331b05b9483a03bf82380 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:10 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:55:30 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p162\n\
+"sntp - standard SNTP program - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1f71319dfb1f18f851068a6ddd30f631431b52ec..7f611dd95557adbf397affad887f078b18ad3beb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:09 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:55:29 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p162"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p162"
+#define SNTP_VERSION       "4.2.5p163"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4228a55aea7a97fe988e28b8046be888d5cea414..fa1741c0cbad50a257be1000815bf87a5a57dfb6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:13 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:55:32 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2e424cb73735cb4feaec191116373cdc021f5241..07180f63aa07355d0bd8ed78ad8244cc9ff0856a 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-09 "( 4.2.5p162)" "Programmer's Manual"
+.TH SNTP 1 2009-04-10 "( 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:11 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:55:31 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c7204e1a2bcadd75ad1193af51b0f32c620e21e0..c91ffde4987859a4916b332a5b021f7e7819809c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:25 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:55:40 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p162\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p163\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c19dbef533905994816e712647232d86cfe86089..9c0c8f4e0e638b50bfe74a37472f44c75870510b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:24 AM EDT
+ *  It has been AutoGen-ed  Friday April 10, 2009 at 07:55:39 AM EDT
  *  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.5p162"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p162"
+#define NTP_KEYGEN_VERSION       "4.2.5p163"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p163"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c1b967d315516baa7cbcee3e49d482d3ea52c7b3..26b3a669c631d2cf33f263f424a9766f24de9f7e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:28 AM EDT
+# It has been AutoGen-ed  Friday April 10, 2009 at 07:55:42 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 61cfbff5b25777ec90443ae868833c1ef7db495f..6831cdb5fa7ed2a8376fcc0ce30b2cec87cbac91 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-04-09 "(ntp 4.2.5p162)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-04-10 "(ntp 4.2.5p163)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April  9, 2009 at 09:56:26 AM EDT
+.\"  It has been AutoGen-ed  Friday April 10, 2009 at 07:55:41 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"