]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P147 NTP_4_2_5P147
authorHarlan Stenn <stenn@ntp.org>
Thu, 27 Nov 2008 11:54:28 +0000 (06:54 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 27 Nov 2008 11:54:28 +0000 (06:54 -0500)
bk: 492e8a74RC72SFyJhjuYqaEkn2wf9g

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 66348b4c91ce4a0e3f8832df6486c140c76d7fe4..45fc42016cd6be7a663a46e620ae4436851a78a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p147) 2008/11/27 Released by Harlan Stenn <stenn@ntp.org>
 * Update gsoc_sntp's GCC warning code.
 (4.2.5p146) 2008/11/26 Released by Harlan Stenn <stenn@ntp.org>
 * Update Solaris CFLAGS for gsoc_sntp.
index f37addc306b963f6f096b11b1cbbedf278ac1428..de2b95b89dbbdb53cfbaf2de9f95ec9ca1298c1d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:07:06 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:23 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.5p146\n\
+"sntp - standard SNTP program - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4813e5a86c00d63cef7de70a8cdede978f5f3885..e0d8055eabd59278c87a870ae7e8c4724a645a18 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:07:06 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:22 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.5p146"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p146"
+#define SNTP_VERSION       "4.2.5p147"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 60ca041a0691ec36a4a4fb279c594f143aab54eb..d43631a70dc1cdaaaa43b9cfd15b831ba24e554e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 07:07:08 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:25 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 85191977a1912a9a7b69752c32fde4cb49745023..f00ae44b4f240db8dab00520eb7b2daf09a2b4af 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-26 "( 4.2.5p146)" "Programmer's Manual"
+.TH SNTP 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:07:07 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:24 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 553f64df91d15dab1b9816ebe2373057492d4d57..bb2b3d92f725fcea9cd07a21da533b3ea33d2220 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 06:53:49 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:38:57 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.5p146\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index cfd542751feaf55822698ee18d319b06371d355f..fb83d9fd4ad36befdfab102e4ec1f3a6829540e9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 06:53:48 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:38:56 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.5p146"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p146"
+#define NTPD_VERSION       "4.2.5p147"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f415f2c85f4b859b17029fc486880f8b131a2f41..4884ac77d471e4583f38cce603926315e176336e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 06:53:52 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:39:00 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9dcb0a09387a7a2ce4946eedc097cab49582e9be..5778de236e0c7223db5e02a61df09669a2764b36 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-11-26 "( 4.2.5p146)" "Programmer's Manual"
+.TH NTPD 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 06:53:50 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:38:59 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1d2abc4a0401e3b6181f7a8ea0aafb903998fafa..5f6df6ff9a31b7674fd78d3d5a98ff1e71f7a09c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:00:35 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:45 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.5p146\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 15e708f1a19fe2c09814b2c7ced54d22119a5fd0..53ce4f68693e8f652e399788fc07dab2bf44e6ea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:00:34 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:45: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.5p146"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p146"
+#define NTPDC_VERSION       "4.2.5p147"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e8c4d4a6f93999baec1ad388ce9d92064aaf3118..7dab23459e6777fb176ef6c3670353db077e89a0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 07:00:37 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:47 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f12170fcf87bac25d85603505d3c545092a40554..c0d637fc739193310e87706f70a9dcc29ec75569 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-11-26 "( 4.2.5p146)" "Programmer's Manual"
+.TH NTPDC 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:00:36 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:47 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 08e6d8cacb963be8126a0b3e48c93e873c549dec..e978de4e8747fe0a144d9e884b71e2af287b0dc8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:05 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:46: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.5p146\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 098f14f0aeee86cf522ec870d49a514af7ddc798..2be83c70fc66a1e19e7ebf634fb5198c74195241 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:05 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:46: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.5p146"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p146"
+#define NTPQ_VERSION       "4.2.5p147"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a01211124029197b71477468b4f2d7be06e57b0a..b22bdfb35e1d51e10b78a04ec7a1257e92e0dd73 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:08 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:46:18 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9064f88a362f3d4c3e9ae99b3a21f9815c91b461..6281d80f28c06b3bd281b5670927fc0c0334f8b8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-11-26 "( 4.2.5p146)" "Programmer's Manual"
+.TH NTPQ 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:07 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:46:17 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e18d7bd3aab84eb844599c13c77718eeb8a0d07e..6f957b276051b50a783c992a8a99d2da53c59769 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:49 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:00 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.5p146\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8c86d16ea2d121aa7029c90bcba12c3798a53377..b18d44b8a9cf36c325099e3422579dd32feb98d3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:49 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:00 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.5p146"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p146"
+#define NTPSNMPD_VERSION       "4.2.5p147"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f05fabe11c79e7ed043492478516a0bcd24b249e..f28c4d85657ca1964e4597a43d2629a2832a1be6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:51 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:02 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a01c5170f3af36a5d98b2fe9f404d2c2f5d01a60..20464fcf0356eaf702643eb33f37b1a09bc4cd0e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-11-26 "( 4.2.5p146)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:01:50 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:01 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ed15d55f3e0c49570f003963cc99cc5b6d615b13..0fd244fe7f33e231fa7c42e4d0b9f0f1f5c88134 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=146
+point=147
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 8cd5a2150f343b4a73bc95856351e57bd785d323..0e893021ac4be1e576f744a7eaab568fa6330209 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:19 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:19 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.5p146\n\
+"sntp - standard SNTP program - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cfe274badf6d82f537a91292454c7af8d884ea20..0d848ad59aa3fd822f2ddb7d91230082adad6daa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:18 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:19 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.5p146"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p146"
+#define SNTP_VERSION       "4.2.5p147"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fab8fd6d1b3e6273e3bd9f436a5fab52944bc632..f1358e83e043edf860df517919619fb6de30fbb6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:21 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:21 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7461def78866afa22055f9474864d238ae2c6ec6..acff6c03beef50a3a90848cb23c90c9c722e5d1a 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-26 "( 4.2.5p146)" "Programmer's Manual"
+.TH SNTP 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:20 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:20 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6552125caf5951edfaecda586f0a8d58bdecb1d8..772cfc1c993642ec531c45c03af37b9257a3445e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:28 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:28 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.5p146\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p147\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 75be19aa6afed4e74c98bfad29eaa010af8b3e27..a4e7dd904ac93d47ed2fd13d1298e4803e5d5acd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:27 AM EST
+ *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:28 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.5p146"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p146"
+#define NTP_KEYGEN_VERSION       "4.2.5p147"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p147"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5c8d8c70a8c2e8f3ae40b3bab26dfc7ebfe1978c..712e8ab32c7ac41d4f09f2c50e50bfc75d50af43 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:30 AM EST
+# It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:30 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e8451fbb55f16f58e1de69a3fc782a4499f69621..a7fb53d18cb076134b93a9e71dc64a622ae364d8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-11-26 "(ntp 4.2.5p146)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-11-27 "(ntp 4.2.5p147)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday November 26, 2008 at 07:08:29 AM EST
+.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:30 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"