]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P154 NTP_4_2_5P154
authorHarlan Stenn <stenn@ntp.org>
Tue, 13 Jan 2009 11:57:59 +0000 (06:57 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 13 Jan 2009 11:57:59 +0000 (06:57 -0500)
bk: 496c81c7_1xGk_U6HA3Ix_R0_0L8Kg

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 7dd7ed3c5650e1f40190877e95e672f1bd4dd5ba..98c6aa224fce341adaf3fcaa0dcb8916120345d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p154) 2009/01/13 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 992] support interface event change on Linux from
   Miroslav Lichvar.
 (4.2.5p153) 2009/01/09 Released by Harlan Stenn <stenn@ntp.org>
index e97cc044565c8418aeb98b8fe806f2ae340b29fb..b42b1fc9f23991fa4db2a01ffa8767f1f3670ca8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:17:35 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:50 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.5p153\n\
+"sntp - standard SNTP program - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a56c95f91efe0c4727ac019ccfbb3e52de2e893c..c274a6e2e69ef4b800bb28b5bc1c81996ed13332 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:17:34 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:49 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.5p153"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p153"
+#define SNTP_VERSION       "4.2.5p154"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c1f6e9baccc4b270dde2cbe8d0f92f49bc5629d..e03c547cdd5ca1694c9407e3d8621eb2a87e2d88 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 07:17:38 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:52 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3ac5cd5bbc1cfe0e13aedce6d7361cc5bc006fbe..8b19e9dfe4c10ad3d16235572e13900e5216eb6d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-09 "( 4.2.5p153)" "Programmer's Manual"
+.TH SNTP 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 07:17:36 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:55:51 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 781a6bdd3db161486cfc10d0b53a9cfbbf6e8a4d..20ef04218b456523e57f3fd4561ac410b2ec73b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 06:57:42 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:11 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.5p153\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 8bfcda3c687e644dfbd941398d28d3a6ae4e809e..bb5006134e8b5c207fae7d3baa912e4aa0b49eeb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 06:57:40 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:10 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.5p153"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p153"
+#define NTPD_VERSION       "4.2.5p154"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9050391cd2c97fc12a3b1d2cfd151bde5c76ba0e..e97fa5a0fe57ded70e0bcc907312667e8f0eaa24 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 06:57:45 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:14 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b28dff7e49234ae86d2b28bec3de72270da7616b..ab58bedde1ed554db47d754e9148f82734984989 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-01-09 "( 4.2.5p153)" "Programmer's Manual"
+.TH NTPD 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 06:57:43 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:42:12 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d480b2779bff847b7e67e0f7e947415974cbc1ca..e391264462a2755457833b2af75f62684d5a5428 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:08:45 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:12 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.5p153\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c60e1f23fbcdeab680e68c39572f0c68acd5b226..6543104d59f293c1a306e81159478f8f81a5675d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:08:44 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:11 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.5p153"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p153"
+#define NTPDC_VERSION       "4.2.5p154"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0877cefdb41fee163ca427a86980858232eb7218..7a316077c34b61c7135198aa6915c8fd3699f6a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 07:08:47 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:14 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8dcc79e1e1b954dcb6bedf8c1da021be59514aa4..6a0dce6f04a004587cd50e25935e4aa6d31c0f91 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-01-09 "( 4.2.5p153)" "Programmer's Manual"
+.TH NTPDC 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 07:08:46 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:13 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 865c44e7477c9a6c56c91359901011ac9a755004..3da97fce59a7a02b122438f9e0d523f0ce86455e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:09:26 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:41 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.5p153\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 36f2579fb6ed5533a38981811427e34d45236e1e..09fccfcafde12b819a8a6fd9a762328d100414b9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:09:26 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:41 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.5p153"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p153"
+#define NTPQ_VERSION       "4.2.5p154"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5f608f8d70a08d8f904722e16f02b336a600e48a..269d30faa4af5ba80e2b02d0f26dceaddd16fd86 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 07:09:31 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:44 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b7efa4b560369680404f578bd8144026636db9a6..d9e089b81e85921a7decacec191f7d09072de33c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-01-09 "( 4.2.5p153)" "Programmer's Manual"
+.TH NTPQ 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 07:09:28 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:49:43 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 96a1d875f9c314094bfde9fa31981b128f3bc7a6..ed5479b3486c288f428af7fa09c989f2304256a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:10:22 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:28 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.5p153\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 54269d960148c1b9eca723f23fcefb3ccad838fc..a4998cf95588de1de55ef40fe7161da06c0d7b46 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:10:22 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:28 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.5p153"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p153"
+#define NTPSNMPD_VERSION       "4.2.5p154"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 48fd1bc0b78b2d20ed0cbf64f03c7f03198eccd2..4b2ac3415e76d533d0fe9a113b039be23970d865 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 07:10:25 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:30 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 64278639f15f6716ccd2104b1ba185422db7908f..c89dd58ea99f7dcbb88233d0621ade6cc37eff29 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-01-09 "( 4.2.5p153)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 07:10:24 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:50:30 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 541e1ed17ab7daba07bb4d3792439a20ff7cd351..dbfbdb2e075b28a935a94a64a6a11e690097361b 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=153
+point=154
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3b0adef1d957e8cfd2ae504f3e3f473eb16fa8c1..542812bedb2583c09396945fbcf6380162caf216 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:18:43 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:49 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.5p153\n\
+"sntp - standard SNTP program - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9a6ccca910da57d622c962bb9cae8c99dc04bffa..6f863737f60bcdf2917a81511f5892717b976509 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:18:42 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:48 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.5p153"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p153"
+#define SNTP_VERSION       "4.2.5p154"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ae6e6a521cf23923b0e4ddc4df0c79ddb10ae24b..fadff24f868cdfb353705b3461d408e8b3829f89 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 07:18:45 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:52 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 74ff4aaec28d21c56b31d893e015b6140aa00d27..d0f3907fb8b2163a79d664505f9fb2f3811422f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-09 "( 4.2.5p153)" "Programmer's Manual"
+.TH SNTP 1 2009-01-13 "( 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 07:18:44 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:50 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9efe42375b54c63ac1114e95c58256aa6ec4172d..9673bbc71fee713a4f08c036f36556e2489f16d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:18:55 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:57:00 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.5p153\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p154\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 99be197461150ac5bb31d19dccb4bfd52c444131..2b045ff758654449832db59a4a3aa6f23c8f60c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January  9, 2009 at 07:18:55 AM EST
+ *  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:56:59 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.5p153"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p153"
+#define NTP_KEYGEN_VERSION       "4.2.5p154"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p154"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5f81f1a94286be932d21978183644e3e19391127..f0262c701fbaf54fd27a8f4285e154e8d68f25bb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January  9, 2009 at 07:18:59 AM EST
+# It has been AutoGen-ed  Tuesday January 13, 2009 at 06:57:01 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6191776bdc532ec10be31bb9bf2fa50289b8868a..35c6d49f072146a10b6b780b2311961829bb4716 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-01-09 "(ntp 4.2.5p153)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-01-13 "(ntp 4.2.5p154)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January  9, 2009 at 07:18:57 AM EST
+.\"  It has been AutoGen-ed  Tuesday January 13, 2009 at 06:57:00 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"