]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P149 NTP_4_2_5P149
authorHarlan Stenn <stenn@ntp.org>
Fri, 5 Dec 2008 12:13:56 +0000 (07:13 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 5 Dec 2008 12:13:56 +0000 (07:13 -0500)
bk: 49391b04ACxGyGzM4aY9_CduCvgqKg

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 ee7168089be3db142c83895ef69187c8fd5139e5..347fcbe20b81c8c0ebecac04c7bc65636f56c77a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p149) 2008/12/05 Released by Harlan Stenn <stenn@ntp.org>
 
 * Fixed mismatches in data types and OID definitions in ntpSnmpSubAgent.c
 * added a premliminary MIB file to ntpsnmpd (ntpv4-mib.mib)
index cb7c1196d386d9984acb060073b9f20a5ea46088..76365077a6a4aa95edcdc3bd117691c6985d7344 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:07 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:11:51 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.5p148\n\
+"sntp - standard SNTP program - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 76291b7d5acc2619a6d97ab7b8c81021e28fb232..fa2ce4712b877749ef585f842e0ec7d3c9864431 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:07 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:11:51 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.5p148"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p148"
+#define SNTP_VERSION       "4.2.5p149"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ba8d8de7c58c9445b93742eb161819c09c58431f..4b0ee954e2a931ced694def2e5cd3b2a0cfc9562 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:09 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 07:11:53 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 145da77de15e2180359d0508ff99a7d5180fcf53..01b73f5bb9c71dc47714f7a2c22ef59f42a2c763 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
+.TH SNTP 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:51:08 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:11:52 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a8d5064c25c1385ba7034dd982ab843b9cf9e8dd..12d761a4264bd462e543e82a86ad50dc12b2e961 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:41 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 06:58:30 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.5p148\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 36644e99f30ff7944ac29339e40d58acaa0918dc..d2984d8871cd3c226e48cf66b04c5f969bf33b5a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:40 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 06:58:29 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.5p148"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p148"
+#define NTPD_VERSION       "4.2.5p149"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 43d57505676cae8d79861748a8570d9277112f82..5189198c05a036a36c5402fa00902484ea04734a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:43 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 06:58:32 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cc6221b055e72022e60a42149a10dfd4488e976e..bd9146e7af5995ce161125c6f6a759bd1d8ce7e7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
+.TH NTPD 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:37:42 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 06:58:31 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 71fee3c5697c1b833f15de0534e19d8d3d01fdf7..7b99a3c3d451fe8f5d7a1d6ad0b4ddba031247b1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:35 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:18 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.5p148\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 31829854497f1e41fa8e3d87cd30940c15792292..5593ce056b7d923517f0e3c7342018dd76159ae1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:34 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:17 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.5p148"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p148"
+#define NTPDC_VERSION       "4.2.5p149"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ee5c5e5bac4718989cd0cffb7fea3f1081f72776..b56699bcf6b6038296ca3cb1646e9cb60ee030cb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:37 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 07:05:20 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index db822aafd24370e69d7aa1c9787ec60f09fd2330..ede80c7967d9260e3056a921949e0b3bddbbd5e2 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
+.TH NTPDC 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:44:36 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:19 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3b195f1d6be2db754ac4e7049d0813b3e3edff24..284742cafcc98ce31e534658196146b647133751 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:05 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05: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.5p148\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a4934346a803ff26c18b0518c11fbee5db74425c..69be8058a34e6c5705631e3655e5597bdfdeb3a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:04 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05: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.5p148"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p148"
+#define NTPQ_VERSION       "4.2.5p149"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 93405209108003a14f32fa8c4d27f15c3b4e0b88..78dcf1408307282724a2f28f606b23a8034cbde1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:07 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 07:05:51 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cf74daa9c6f77e08f08685a824f1968c00c2290c..f0cf6364b7a7134c00fc056e12187ac0033443ef 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
+.TH NTPQ 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:06 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:50 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 439dee8f38b7139426b9d70e80811f1947b967a3..39e7f42c6025d79549758b3a3aefe729c26d79f9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:50 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:06: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.5p148\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 580fe757c49bdf9a2e40dbeadef1dca66db7c073..ce80aa3f37b3b5f595b932889c446f0acf7b2fcf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:50 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:06: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.5p148"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p148"
+#define NTPSNMPD_VERSION       "4.2.5p149"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 27f29d064bfda9a1dbe6bab4002755f2bd883eb3..abadfd9243ff2cf8a3767fca110eb053acd0929a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:52 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 07:06:36 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fafd1872564ca2f7809a17f49c2f0981f23f7431..82edc2d381057a0f8bc87c0ccf0483a4bdb23b00 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:45:52 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:06:36 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index baae22ae99c8817ae327c63628525ab8ffea77b5..f2dc86675f3223412a307f44512f7423da1db7db 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=148
+point=149
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 541559beb3f587edf2c34dbd39473e50003d16bb..59d92c13b51ef17469c2f5dfe5bf359fa7778560 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:05 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:48 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.5p148\n\
+"sntp - standard SNTP program - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 72ffaf11e7a0030a3a0ed78593ee74257d6e5243..33549b000f32db19daeee4ecc6b8eb20c3cc13d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:05 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12: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.5p148"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p148"
+#define SNTP_VERSION       "4.2.5p149"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 75057d970c6759318cd6e33436d8748275d4af4f..eba457d0c4d53738f582f241ed8906a9ddc84eda 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:07 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 07:12:51 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3b5fde761dcf46e74d1889e802db7a503f4ab669..33cc3dc3d66040ad84ab8a9d472fc84d8543bb00 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-12-04 "( 4.2.5p148)" "Programmer's Manual"
+.TH SNTP 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:06 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:49 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eb6b1270b3c2aac7e79fef6dfb1abf7bfe3ba473..30c7cd0b1a4d3d34f0952b1cf25ce39ce659b492 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:15 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:58 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.5p148\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1ebd4019ef61ad8ace674262b4bf920089f1cc7a..564f5b8ed8353099aac26e261a4bc8785b1677d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:14 AM EST
+ *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:57 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.5p148"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p148"
+#define NTP_KEYGEN_VERSION       "4.2.5p149"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b1ea8c5f510dc53802d8cab359c5eb04991a5bb0..bdf94d666ff1fd0dbc8de0a52d246de0dd1dcfab 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:17 AM EST
+# It has been AutoGen-ed  Friday December  5, 2008 at 07:13:00 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 067fecf312d9df82a4ca7e159c6db059ac5f109a..11669d5ee467de00c572e45fe6d47b975c8f1bbb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-12-04 "(ntp 4.2.5p148)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-12-05 "(ntp 4.2.5p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday December  4, 2008 at 06:52:16 AM EST
+.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:59 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"