]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P170 NTP_4_2_5P170
authorHarlan Stenn <stenn@ntp.org>
Sat, 2 May 2009 12:06:28 +0000 (08:06 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 2 May 2009 12:06:28 +0000 (08:06 -0400)
bk: 49fc3744RESWyQy0eaVawhKns8RpmA

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 6ae729d26a23546009ad9fde1e606b335c1d6381..f008ac99b010a7ac58fbe9955cf1af28a6353894 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p170) 2009/05/02 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1152] adjust PARSE to new refclock_pps logic
 * Include (4.2.4p7-RC5)
 * loopfilter FLL/PLL crossover cleanup from Dave Mills.
index 15f7c2bd5e9ba036adc35ef9705ba4fa87ef1f03..b1b0c0dd60fce2d1f39d99c28a707b333a885b1b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:46 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:03:58 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.5p169\n\
+"sntp - standard SNTP program - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d51d8759daa93800648f715177b4c195d81cdef9..4cd938df3fa5e716298e044b28c477a2a1be743e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:46 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:03:57 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.5p169"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p169"
+#define SNTP_VERSION       "4.2.5p170"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f51cb9262beca22ea00e46e665b962286fdc3122..2ab5feb07347e0419f0ab3a75b152501d7acb68c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:49 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:00 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index eb316f037dd408b2a2101f75d04c16b291b20537..3879089bab5e549d49366b0250ea984a9c82ae39 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
+.TH SNTP 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:47 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 08:03:59 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 591432aab21f64f1dbacbc991b21f556c201a219..efa67df9e53b6f286426dbd59cc040206e0ed653 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:12 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:24 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.5p169\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9b919ad36580f103e752bd5c271fad39d7def7ef..c7c79d14851073bbd4a9b2e4068bfca97c321e81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:11 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:23 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.5p169"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p169"
+#define NTPD_VERSION       "4.2.5p170"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1433cbb678a7f04bc28610a772f04df3f3fe19ed..d38ab7f285f51bd444f04855cc584d629ccb6af1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:14 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:26 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 09d108d6adde285c53c49ff01cc053d2041ea707..496ce8e0ea0d2c2026397998c8d619b0b262dafd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
+.TH NTPD 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:13 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:25 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3cd84af23677a0b0b68f29bccce4b585cf1693ae..949333c7f551a91d626d6677fc7cb110ddf749b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:02 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:06 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.5p169\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0ce07128e3f0615c66a3459e8eef0c4c4f4e50e8..793eacd4c7d40e2fc24e32109da6587008b89607 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:02 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:05 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.5p169"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p169"
+#define NTPDC_VERSION       "4.2.5p170"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a02074540cab5e88cd7e68892e95bc9054c158bc..33c3191df553feaf2f6b846dc24f78b90c093038 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:04 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:08 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 616a1707da8f29fc51b1ed2ca785085180d99cdb..240754a28f97b93771d2c0008036c0631051bc98 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:03 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:07 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5d2521a017b6333aef9a4743ff59d107b051cd90..5549a6176db2e9b3b235661d10d24497673f566f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:33 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:36 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.5p169\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 44d6546f667b5191e9f36fee8d682c943dfffe81..5f81c4baab2e619f95e929e80e40bd8b05975813 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:32 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:35 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.5p169"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p169"
+#define NTPQ_VERSION       "4.2.5p170"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7a593e28ad5eeb2f1b9b53935ff43464a142b7f3..cecfc158e7e36fe94cd8cfab07d12ffff9d2d09a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:35 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:38 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7ece0250bcdfc97045882a2695a43ad546906257..35d4d070cd20a22659db095d7bb5601cb7051b4d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:34 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:37 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 96d3b2fca8e91b90c6c7238eb8987bee61ced0d6..cf5f214a15a2d27f1eab61429f822e66819c16c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:17 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:21 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.5p169\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 357c2799c60ce2985005cf17ddaba7af28db2bfd..e16ef1a5ec8831ae52d749112861ae341b4c423e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:17 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:21 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.5p169"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p169"
+#define NTPSNMPD_VERSION       "4.2.5p170"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dc2024374e27dd9a37057683559386694d19522d..c690f3fde2cfe887438167a174316dde72bcb16e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:19 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:23 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 52046532b640e1e3148d22d64801def3538bd39d..9d54d5e0743d71b71253896e819cf1c104e04ee9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:18 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:22 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fb39dd0b18e0b30b8fc691590675097945163e63..819639b091fe2af20bbc76f6196fb81d8138e7d8 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=169
+point=170
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 447ad1d042f217b88025ee8f756ffbfaabe00461..be399eef599932793208f3697d1a95c5328b2f4f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:43 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:56 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.5p169\n\
+"sntp - standard SNTP program - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9d7a09009a8f2ee487512ee247209d5142d324c2..0aead35d9aee8f40f8f2562fe9680c84e9c9f01a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:43 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:56 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.5p169"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p169"
+#define SNTP_VERSION       "4.2.5p170"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0af769df8791f761e1e24de019b912f0a0c0dd9d..55a8792ff782c1924c85cd068de5114e85671c03 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:46 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:58 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6053b0cb07a072ae5c2cda32437c49b4ecf018a4..3a2de423784b6db19e4059a12dee7459ab6adadc 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
+.TH SNTP 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:45 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:57 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 47d3dfdf28a36dce455bfe53ce7dc0d2e06a912e..af25fedf42130ca54e4b6db742a549b48dc29bde 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:54 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:16 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.5p169\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p170\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cec5abb839aa8821b89c45b6b3f3a1ac28997942..6bfd78cec7ffd2e1941b953c288f904135c2205a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:53 AM EDT
+ *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:16 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.5p169"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p169"
+#define NTP_KEYGEN_VERSION       "4.2.5p170"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p170"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4e1eac3c1745f1acf417654122cebcdeae831577..6d0b1c137c70b005e3b1542e20029075b25e17a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:56 AM EDT
+# It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:18 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 213de44ae0bb8b56e8d1ea15ad71c587ee82e424..a32c1e9fb19a7ea7424716fad7f5395bb12f07d8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-04-30 "(ntp 4.2.5p169)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-02 "(ntp 4.2.5p170)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:55 AM EDT
+.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:18 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"