]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P142 NTP_4_2_5P142
authorHarlan Stenn <stenn@ntp.org>
Sun, 16 Nov 2008 12:03:17 +0000 (07:03 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 16 Nov 2008 12:03:17 +0000 (07:03 -0500)
bk: 49200c055_LJ3S6bc97hGiPlxsmlmA

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 ca359206b73cf9ea770d36c37a091ff13174151d..5bbb6cd3a8861ac169ff5d470b8e7c0af30145e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p142) 2008/11/16 Released by Harlan Stenn <stenn@ntp.org>
 * Imported GSoC SNTP code from Johannes Maximilian Kühn.
 (4.2.5p141) 2008/11/13 Released by Harlan Stenn <stenn@ntp.org>
 * New caltontp.c and calyearstart.c from Juergen Perlinger.
index b46e849f655819c14acfac3552dff7c6fe2c321d..83a5b61a96d1729b47e34664837bbf3f77f7d968 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday November 14, 2008 at 08:16:48 PM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:00:58 AM EST
  *  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.5p139\n\
+"sntp - standard SNTP program - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 504b85b16b2ff188306a25601f7b74061155ba34..554064b1b615a2573f0be529ed9e7b4cd34d5e6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday November 14, 2008 at 08:16:48 PM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:00:57 AM EST
  *  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.5p139"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p139"
+#define SNTP_VERSION       "4.2.5p142"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 217b7105f91dfaa0ed4cdb18228b055f0753505d..1b8e0c8ed404e126e532cbb11ee661f349c661c5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday November 14, 2008 at 08:16:50 PM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 07:01:00 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2d206d614f374277a3062e6ddfd301a1ae2bf712..fd1b1fd16b35c3c7953d56ef72647ab2e981f81c 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-14 "( 4.2.5p139)" "Programmer's Manual"
+.TH SNTP 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday November 14, 2008 at 08:16:49 PM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 07:00:59 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9b86e278f85da7748d850d25b622bbc8819a5c2f..00a128ef5243c000f48d8a6a12276013783cc019 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:33:08 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:54 AM EST
  *  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.5p141\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 7c6f4858d0374f32c928ad69b9bf11ce34f5388b..187561f94b500cceba7d6d3dc9cd8a2f6a9f40d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:33:07 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:53 AM EST
  *  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.5p141"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p141"
+#define NTPD_VERSION       "4.2.5p142"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cd0c7c2a8fd010cff3e59a85181c3161abae0397..fbad43292a4ef0621b7069c664d03cab191af0cd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 13, 2008 at 06:33:11 AM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:57 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 94aa1e2b65084a7c6ab7fdc71b072c6808ecfe84..e715b8d7a39d5ff704d652f2b7031030dc56d303 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-11-13 "( 4.2.5p141)" "Programmer's Manual"
+.TH NTPD 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 13, 2008 at 06:33:10 AM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:55 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 351eb0aad940c42922bdf8a183302027beb0cdaa..4c997787f85599949fed666c7e40edd76a64e797 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:39:47 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:46 AM EST
  *  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.5p141\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6144dfc7e53288a98a81ebb3ab75e73ed5951857..7380ec64313c782e6d268915563d6e471ca4424d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:39:46 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:45 AM EST
  *  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.5p141"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p141"
+#define NTPDC_VERSION       "4.2.5p142"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ed82d0fc1c5e811afc64d5b73c7356749433a24..955f62fed9957af01f9ac6301fa397ac854638e4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 13, 2008 at 06:39:48 AM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:47 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2b7ff3af9abce816454fb9999e2e987c843db1ae..8ac2349f3de5b89cedf52ef8a44fcd2969546191 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-11-13 "( 4.2.5p141)" "Programmer's Manual"
+.TH NTPDC 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 13, 2008 at 06:39:48 AM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:47 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 585558a7f4143c9e19263f7b510bfe12309b1e2f..5d2905a98a7ee90cd504baa4bea928dc2050ccf6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:40:15 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:16 AM EST
  *  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.5p141\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8d137f598de5b63483c74e9333fb6b71dc5d3738..00b1f9d78c8217cceace19ca791322059067ff25 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:40:15 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:16 AM EST
  *  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.5p141"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p141"
+#define NTPQ_VERSION       "4.2.5p142"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 991cf582ebf50717f6ca65e738a745811df94a08..605d5a07e218d58c5c644f6a5303201499d06dd5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 13, 2008 at 06:40:18 AM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:19 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a4ca9c61cbd775fde6d07dc5751212bfec235dbc..5407c8aadefce16d5292387e26c4df59b1e15ab1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-11-13 "( 4.2.5p141)" "Programmer's Manual"
+.TH NTPQ 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 13, 2008 at 06:40:17 AM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:18 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3c594fcbb61000ec0766dfce058e21b5c5bf4da8..098782ecc5b203f6790841146f3e0ff940f38e30 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:00 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:01 AM EST
  *  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.5p141\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6f00faf4283a39c5679ff20eaff470d1e5297a48..209ca8993ec00b8d1876d4ca031fd0818352664a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:00 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:01 AM EST
  *  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.5p141"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p141"
+#define NTPSNMPD_VERSION       "4.2.5p142"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e907e22964154636aad164627ed67c252977c3ed..3eedb39a960bd5336b889bf9e9b1f4dbf92442dc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:02 AM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:03 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2cc1e542520e88a7b96181d9b6628f3e0179eee3..8e9d2efcf87b3fbf210c011d9c21c17d72c86307 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-11-13 "( 4.2.5p141)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:01 AM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:02 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 642772c6a55b04f38678060a3ce4ea20dfd6a938..605d29ad4b09223a1b9c179cf70e75191d06e3c7 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=141
+point=142
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3457536880e79c55eae9b17e50ad634e8613c214..35a9c863a37618169d05aa46f7f8a6bac9e1dd79 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:04 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:12 AM EST
  *  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.5p141\n\
+"sntp - standard SNTP program - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9f326332cd56e164d30e7ec43728737f07b5ea1d..0824c03cbc7262622923987254812eb09b68550c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:03 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:11 AM EST
  *  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.5p141"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p141"
+#define SNTP_VERSION       "4.2.5p142"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c80b176641362a6c6f16e5dafa4feacbb8ef6d92..913cf692a6c631c9ac4881167335d8333156b881 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:06 AM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:14 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e600bea7710baf371f435935d571a84a3e98cbaf..816c157a6887d26c0688e0b06180427087910487 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-13 "( 4.2.5p141)" "Programmer's Manual"
+.TH SNTP 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:05 AM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:13 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cb0d8094fcca654772b2469f17dff95d3105f7d9..a77db850613c21316a0e3c8f735df0a47cae5c3d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:13 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:22 AM EST
  *  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.5p141\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3348a30b6fc4b7ed4fab3cb48bdf875b5d82d29a..e7d88cea5fdad16641c4fe304caeb57eee29824c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:12 AM EST
+ *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:21 AM EST
  *  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.5p141"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p141"
+#define NTP_KEYGEN_VERSION       "4.2.5p142"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b151782feca308fd48648e3da66f9c84e49dea6..76e57faccd74ed49b99e4fa46a7d2540eac4ed13 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:15 AM EST
+# It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:24 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d62d440203e47af7b69537d99b98611b292f38cb..cb209a129e71dc1bcf4768dc1eab0f7469aa7c9e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-11-13 "(ntp 4.2.5p141)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-11-16 "(ntp 4.2.5p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 13, 2008 at 06:41:14 AM EST
+.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:23 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"