]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P155 NTP_4_2_5P155
authorHarlan Stenn <stenn@ntp.org>
Sun, 18 Jan 2009 11:55:12 +0000 (06:55 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 18 Jan 2009 11:55:12 +0000 (06:55 -0500)
bk: 497318a0VJuOAZ0gMEvYspN5R96obg

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 92665dc03f646d77cdeab1f3afdd4b8804fce804..604d7eab5a7a9f8795daa2c9eeebc127c6c7cce7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p155) 2009/01/18 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 * CHU frequency updates.
 * Design assertion fixes for ntp_crypto.c from Dave Mills.
index b42b1fc9f23991fa4db2a01ffa8767f1f3670ca8..03d2d78f92899c77e7bf5713de88f11cc86b447b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:50 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:00 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.5p154\n\
+"sntp - standard SNTP program - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c274a6e2e69ef4b800bb28b5bc1c81996ed13332..a07c14e311d60d44baa8183178f45dcbe283cc72 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:49 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:52:59 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.5p154"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p154"
+#define SNTP_VERSION       "4.2.5p155"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e03c547cdd5ca1694c9407e3d8621eb2a87e2d88..f185f0e1879194b2126ed69ab777ce1feed8bbcb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:52 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:02 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8b19e9dfe4c10ad3d16235572e13900e5216eb6d..16175907568c7282597e316e9a6c3d2db7a9c8fd 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
+.TH SNTP 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:51 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:01 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 20ef04218b456523e57f3fd4561ac410b2ec73b7..abc6387121dff80397bf371b3cf146b157c407cc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:11 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:31 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.5p154\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index bb5006134e8b5c207fae7d3baa912e4aa0b49eeb..52dbe31ef812b26e25a9746745221fa8001c4478 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:10 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:30 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.5p154"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p154"
+#define NTPD_VERSION       "4.2.5p155"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e97fa5a0fe57ded70e0bcc907312667e8f0eaa24..6b1fe1c76c877cafccf722e483dcce65d1b3ac8f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:14 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:34 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ab58bedde1ed554db47d754e9148f82734984989..1a4c928067a584f801c83e5a4e0185c04b68e006 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
+.TH NTPD 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:12 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:39:32 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e391264462a2755457833b2af75f62684d5a5428..4a41a729a9899501e11ca56418756a158e053a08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:12 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:19 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.5p154\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6543104d59f293c1a306e81159478f8f81a5675d..53ac21cf91b662e5db14340ff284b6fe010f408c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:11 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:19 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.5p154"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p154"
+#define NTPDC_VERSION       "4.2.5p155"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7a316077c34b61c7135198aa6915c8fd3699f6a1..3798bef17c77b4f3d57f194f1901a021476b6ece 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:14 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:21 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6a0dce6f04a004587cd50e25935e4aa6d31c0f91..d533f32ec19dfa2d264072e9e47454b4784637c5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
+.TH NTPDC 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:13 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:21 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3da97fce59a7a02b122438f9e0d523f0ce86455e..796a50eecb887c13c4ced5a9b0d9e79859b4bc3b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:41 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:49 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.5p154\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 09fccfcafde12b819a8a6fd9a762328d100414b9..af1ff5b1b44aff6c611abfaf5910b3e54a820f9b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:41 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:49 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.5p154"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p154"
+#define NTPQ_VERSION       "4.2.5p155"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 269d30faa4af5ba80e2b02d0f26dceaddd16fd86..08c0d0887dc57624dd25045f2e3d1b31c2016e21 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:44 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:52 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d9e089b81e85921a7decacec191f7d09072de33c..18b1b34753ee311f9e9f59f91fd5690eca69d159 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
+.TH NTPQ 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:43 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:46:50 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ed5479b3486c288f428af7fa09c989f2304256a8..a0f2c5ecd3c94ea2695ca00f7f58773f737740fd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:28 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:33 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.5p154\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a4998cf95588de1de55ef40fe7161da06c0d7b46..1b76fbffe7d56626c9f3475cb2080075e3bd3c5d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:28 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:33 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.5p154"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p154"
+#define NTPSNMPD_VERSION       "4.2.5p155"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4b2ac3415e76d533d0fe9a113b039be23970d865..dacd04779aacbd50803de194ccf1db9fe7dd6d27 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:30 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:35 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c89dd58ea99f7dcbb88233d0621ade6cc37eff29..ad716ea8a74ec1755cc90cb3ae7a87a40565d177 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:30 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:47:34 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dbfbdb2e075b28a935a94a64a6a11e690097361b..ea30cf8a5956ad688b5dd1e8a276dbde0dffe5db 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=154
+point=155
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 542812bedb2583c09396945fbcf6380162caf216..84201acd9c8f434758e089a60c47def2b86887f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:49 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:59 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.5p154\n\
+"sntp - standard SNTP program - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6f863737f60bcdf2917a81511f5892717b976509..abe1f81d38f1eb1cf5188420d5afff65c266d938 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:48 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:53:59 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.5p154"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p154"
+#define SNTP_VERSION       "4.2.5p155"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fadff24f868cdfb353705b3461d408e8b3829f89..deafa9c81b73baf4b6a7ca61625293ef16dad17b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:52 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:02 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d0f3907fb8b2163a79d664505f9fb2f3811422f8..643ec82f047de50e53e266a3e4a07dfd4fa18427 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
+.TH SNTP 1 2009-01-18 "( 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:50 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:01 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9673bbc71fee713a4f08c036f36556e2489f16d6..c26c8ae92b3fd7bfbe9c5feadbf703b9543d7627 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:57:00 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:10 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.5p154\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p155\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2b045ff758654449832db59a4a3aa6f23c8f60c0..42af5d7ca8577982a5afda72a937fb5245899e56 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:59 AM EST
+ *  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:09 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.5p154"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p154"
+#define NTP_KEYGEN_VERSION       "4.2.5p155"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p155"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f0262c701fbaf54fd27a8f4285e154e8d68f25bb..f344a7d18eb44fad42cb6cf6318e8a719c5b8659 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:57:01 AM EST
+# It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:11 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 35c6d49f072146a10b6b780b2311961829bb4716..f3d60847488fe3557ff781d903a3c5ad95f42558 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-01-13 "(ntp 4.2.5p154)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-01-18 "(ntp 4.2.5p155)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:57:00 AM EST
+.\"  It has been AutoGen-ed  Sunday January 18, 2009 at 06:54:11 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"