]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P156 NTP_4_2_5P156
authorHarlan Stenn <stenn@ntp.org>
Mon, 19 Jan 2009 11:56:21 +0000 (06:56 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 19 Jan 2009 11:56:21 +0000 (06:56 -0500)
bk: 49746a65iM_4oUK9lnhI8AK4xffawg

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 1bfd4c48485d182329b5f7fdff210fedb4d1e8d8..d8b48d477d8c6febf4bdbc566be52754e0dd58a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p156) 2009/01/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1118] Fixed sign extension for 32 bit time_t in caljulian() and prettydate().
   Fixed some compiler warnings about missing prototypes.
   Fixed some other simple compiler warnings.
index 03d2d78f92899c77e7bf5713de88f11cc86b447b..a541ced3645b35e52cedc357ef3b6c9b46e9f25d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:00 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:54:10 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.5p155\n\
+"sntp - standard SNTP program - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a07c14e311d60d44baa8183178f45dcbe283cc72..7ca3bd8c6002c7ac986bff63c6a5ae7bcbde7fe7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:52:59 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:54:09 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.5p155"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p155"
+#define SNTP_VERSION       "4.2.5p156"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f185f0e1879194b2126ed69ab777ce1feed8bbcb..1b9c7b77d3870989782f73c9a255087560bbab10 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:02 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:54:12 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 16175907568c7282597e316e9a6c3d2db7a9c8fd..ecc19b45bffa7b958124d0721474eb890bbbf7dc 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
+.TH SNTP 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:01 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:54:11 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index abc6387121dff80397bf371b3cf146b157c407cc..cd164757ed3733e35785a06aa8913a34bad2ae55 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:31 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:40:27 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.5p155\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 52dbe31ef812b26e25a9746745221fa8001c4478..653915a9249318e3a01d35c7cc4eb8f886cfedf5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:30 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:40:26 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.5p155"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p155"
+#define NTPD_VERSION       "4.2.5p156"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6b1fe1c76c877cafccf722e483dcce65d1b3ac8f..c46c5f4c9e5ab6929092e5fc071c702743b12331 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:34 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:40:30 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1a4c928067a584f801c83e5a4e0185c04b68e006..f8d28791728ed9c35a7a74a4165c12b3fe2a96fd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
+.TH NTPD 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:32 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:40:28 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4a41a729a9899501e11ca56418756a158e053a08..ae9c93cd1d9f71f8272d6518dcd6325e89bff3fb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:19 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:21 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.5p155\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 53ac21cf91b662e5db14340ff284b6fe010f408c..7ac7691421e53abb79d8dac575514d1afe2d95b8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:19 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:21 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.5p155"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p155"
+#define NTPDC_VERSION       "4.2.5p156"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3798bef17c77b4f3d57f194f1901a021476b6ece..1f9d2a836b0ffa52c5056fe652f59e4f25709109 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:21 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:47:23 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d533f32ec19dfa2d264072e9e47454b4784637c5..cad9e5b33865dbe1be7c469cba77c6d8f0a97ed9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
+.TH NTPDC 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:21 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:22 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 796a50eecb887c13c4ced5a9b0d9e79859b4bc3b..4ad0f424be0b7f02881646397a1a8a9bf72938b4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:49 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:51 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.5p155\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index af1ff5b1b44aff6c611abfaf5910b3e54a820f9b..80e1f61854497439936a7831c2d5e0cc56515a5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:49 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:51 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.5p155"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p155"
+#define NTPQ_VERSION       "4.2.5p156"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 08c0d0887dc57624dd25045f2e3d1b31c2016e21..6fb4801659acdad2d9b76ccaadca43f160c9d39e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:52 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:47:53 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 18b1b34753ee311f9e9f59f91fd5690eca69d159..57316e267abb44ab7805a8df80c11dbe000a0ee6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
+.TH NTPQ 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:50 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:47:52 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a0f2c5ecd3c94ea2695ca00f7f58773f737740fd..9aa970eb5326c905e952016b8adbad2174d08fb7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:33 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:48:34 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.5p155\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1b76fbffe7d56626c9f3475cb2080075e3bd3c5d..6e19e73db25a5a49e3ffa7dd1ffce5688fcab572 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:33 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:48:34 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.5p155"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p155"
+#define NTPSNMPD_VERSION       "4.2.5p156"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dacd04779aacbd50803de194ccf1db9fe7dd6d27..3dc99677f58f8f204d7fc915b5f23546b7f5dc80 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:35 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:48:36 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ad716ea8a74ec1755cc90cb3ae7a87a40565d177..dc99f3a447ec60e47f7d36cb8b85242131896e9e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:34 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:48:35 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ea30cf8a5956ad688b5dd1e8a276dbde0dffe5db..be6fe33d0b09f10159c8afce0b160f6f8db5d4c0 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=155
+point=156
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 84201acd9c8f434758e089a60c47def2b86887f2..2a242dd2d49341d7649d62fa583c1adad22df792 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:59 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:10 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.5p155\n\
+"sntp - standard SNTP program - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index abe1f81d38f1eb1cf5188420d5afff65c266d938..56d5e5dbf45197164e86004ed247f8fb02a02f14 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:59 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:09 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.5p155"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p155"
+#define SNTP_VERSION       "4.2.5p156"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index deafa9c81b73baf4b6a7ca61625293ef16dad17b..d045345c0464007f52b7f74251a85a0601c84ba5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:02 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:55:13 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 643ec82f047de50e53e266a3e4a07dfd4fa18427..5326d60cc1b87c9d508ebf801cfa780988be88a0 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
+.TH SNTP 1 2009-01-19 "( 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:01 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:11 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c26c8ae92b3fd7bfbe9c5feadbf703b9543d7627..946668ecd7cd88953962b8d53eb9af3bbc2306de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:10 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:20 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.5p155\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p156\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 42af5d7ca8577982a5afda72a937fb5245899e56..d846cea6c66b79625372adebbc0df5a3c1c149f1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:09 AM EST
+ *  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:19 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.5p155"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p155"
+#define NTP_KEYGEN_VERSION       "4.2.5p156"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p156"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f344a7d18eb44fad42cb6cf6318e8a719c5b8659..646a052e26fffd0a056aa15c30eeb5e15eb2e8d1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:11 AM EST
+# It has been AutoGen-ed  Monday January 19, 2009 at 06:55:22 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f3d60847488fe3557ff781d903a3c5ad95f42558..d4fe2e65f9a01e3198955294ce14b71511cb312f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-01-18 "(ntp 4.2.5p155)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-01-19 "(ntp 4.2.5p156)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:11 AM EST
+.\"  It has been AutoGen-ed  Monday January 19, 2009 at 06:55:21 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"