]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P148 NTP_4_2_5P148
authorHarlan Stenn <stenn@ntp.org>
Thu, 4 Dec 2008 11:53:18 +0000 (06:53 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 4 Dec 2008 11:53:18 +0000 (06:53 -0500)
bk: 4937c4aeAjX9-cP8L2_qYVq9OR9URA

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 b1e66a424268ce2cb7568865eaba8a72afc0aef7..ee081794dea5fe09d6fe938e9ee57d48ab4d0ce4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p148) 2008/12/04 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1070] Fix use of ntpq_parsestring() in ntpsnmpd.
 (4.2.5p147) 2008/11/27 Released by Harlan Stenn <stenn@ntp.org>
 * Update gsoc_sntp's GCC warning code.
index de2b95b89dbbdb53cfbaf2de9f95ec9ca1298c1d..cb7c1196d386d9984acb060073b9f20a5ea46088 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:23 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:07 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.5p147\n\
+"sntp - standard SNTP program - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e0d8055eabd59278c87a870ae7e8c4724a645a18..76291b7d5acc2619a6d97ab7b8c81021e28fb232 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:22 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:07 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.5p147"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p147"
+#define SNTP_VERSION       "4.2.5p148"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d43631a70dc1cdaaaa43b9cfd15b831ba24e554e..ba8d8de7c58c9445b93742eb161819c09c58431f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:25 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:09 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f00ae44b4f240db8dab00520eb7b2daf09a2b4af..145da77de15e2180359d0508ff99a7d5180fcf53 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
+.TH SNTP 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:52:24 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:08 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bb2b3d92f725fcea9cd07a21da533b3ea33d2220..a8d5064c25c1385ba7034dd982ab843b9cf9e8dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:38:57 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:41 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.5p147\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index fb83d9fd4ad36befdfab102e4ec1f3a6829540e9..36644e99f30ff7944ac29339e40d58acaa0918dc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:38:56 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:40 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.5p147"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p147"
+#define NTPD_VERSION       "4.2.5p148"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4884ac77d471e4583f38cce603926315e176336e..43d57505676cae8d79861748a8570d9277112f82 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:39:00 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:43 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5778de236e0c7223db5e02a61df09669a2764b36..cc6221b055e72022e60a42149a10dfd4488e976e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
+.TH NTPD 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:38:59 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:42 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5f6df6ff9a31b7674fd78d3d5a98ff1e71f7a09c..71fee3c5697c1b833f15de0534e19d8d3d01fdf7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:45 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:35 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.5p147\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 53ce4f68693e8f652e399788fc07dab2bf44e6ea..31829854497f1e41fa8e3d87cd30940c15792292 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:45 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:34 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.5p147"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p147"
+#define NTPDC_VERSION       "4.2.5p148"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7dab23459e6777fb176ef6c3670353db077e89a0..ee5c5e5bac4718989cd0cffb7fea3f1081f72776 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:47 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:37 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c0d637fc739193310e87706f70a9dcc29ec75569..db822aafd24370e69d7aa1c9787ec60f09fd2330 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
+.TH NTPDC 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:45:47 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:36 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e978de4e8747fe0a144d9e884b71e2af287b0dc8..3b195f1d6be2db754ac4e7049d0813b3e3edff24 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:46:16 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:05 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.5p147\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2be83c70fc66a1e19e7ebf634fb5198c74195241..a4934346a803ff26c18b0518c11fbee5db74425c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:46:16 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:04 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.5p147"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p147"
+#define NTPQ_VERSION       "4.2.5p148"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b22bdfb35e1d51e10b78a04ec7a1257e92e0dd73..93405209108003a14f32fa8c4d27f15c3b4e0b88 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:46:18 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:07 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6281d80f28c06b3bd281b5670927fc0c0334f8b8..cf74daa9c6f77e08f08685a824f1968c00c2290c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
+.TH NTPQ 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:46:17 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:06 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6f957b276051b50a783c992a8a99d2da53c59769..439dee8f38b7139426b9d70e80811f1947b967a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:00 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:50 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.5p147\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b18d44b8a9cf36c325099e3422579dd32feb98d3..580fe757c49bdf9a2e40dbeadef1dca66db7c073 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:00 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:50 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.5p147"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p147"
+#define NTPSNMPD_VERSION       "4.2.5p148"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f28c4d85657ca1964e4597a43d2629a2832a1be6..27f29d064bfda9a1dbe6bab4002755f2bd883eb3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:02 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:52 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 20464fcf0356eaf702643eb33f37b1a09bc4cd0e..fafd1872564ca2f7809a17f49c2f0981f23f7431 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:47:01 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:52 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0fd244fe7f33e231fa7c42e4d0b9f0f1f5c88134..baae22ae99c8817ae327c63628525ab8ffea77b5 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=147
+point=148
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 0e893021ac4be1e576f744a7eaab568fa6330209..541559beb3f587edf2c34dbd39473e50003d16bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:19 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:05 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.5p147\n\
+"sntp - standard SNTP program - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0d848ad59aa3fd822f2ddb7d91230082adad6daa..72ffaf11e7a0030a3a0ed78593ee74257d6e5243 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:19 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:05 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.5p147"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p147"
+#define SNTP_VERSION       "4.2.5p148"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f1358e83e043edf860df517919619fb6de30fbb6..75057d970c6759318cd6e33436d8748275d4af4f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:21 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:07 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index acff6c03beef50a3a90848cb23c90c9c722e5d1a..3b5fde761dcf46e74d1889e802db7a503f4ab669 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-27 "( 4.2.5p147)" "Programmer's Manual"
+.TH SNTP 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:20 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:06 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 772cfc1c993642ec531c45c03af37b9257a3445e..eb6b1270b3c2aac7e79fef6dfb1abf7bfe3ba473 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:28 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:15 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.5p147\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p148\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a4e7dd904ac93d47ed2fd13d1298e4803e5d5acd..1ebd4019ef61ad8ace674262b4bf920089f1cc7a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:28 AM EST
+ *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:14 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.5p147"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p147"
+#define NTP_KEYGEN_VERSION       "4.2.5p148"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p148"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 712e8ab32c7ac41d4f09f2c50e50bfc75d50af43..b1ea8c5f510dc53802d8cab359c5eb04991a5bb0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:30 AM EST
+# It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:17 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a7fb53d18cb076134b93a9e71dc64a622ae364d8..067fecf312d9df82a4ca7e159c6db059ac5f109a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-11-27 "(ntp 4.2.5p147)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-12-04 "(ntp 4.2.5p148)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday November 27, 2008 at 06:53:30 AM EST
+.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:16 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"