]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P150 NTP_4_2_5P150
authorHarlan Stenn <stenn@ntp.org>
Mon, 15 Dec 2008 11:54:36 +0000 (06:54 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 15 Dec 2008 11:54:36 +0000 (06:54 -0500)
bk: 4946457czX3_DgG9o0GoA3vBQRl1iw

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 6ba32b348d39c94590e561dd3a412d34444f010c..c5f74c2380cfff0942d238c7df99be42e03e4170 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p150) 2008/12/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1099] Fixed wrong behaviour in sntp's crypto.c.
 * [Bug 1103] Fix 64-bit issues in the new calendar code.
 (4.2.5p149) 2008/12/05 Released by Harlan Stenn <stenn@ntp.org>
index 76365077a6a4aa95edcdc3bd117691c6985d7344..8694aea30a785a1487572cd515578caddbe5f92f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:11:51 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:52:28 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.5p149\n\
+"sntp - standard SNTP program - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fa2ce4712b877749ef585f842e0ec7d3c9864431..b5aea4a4f8e421dc04b1699c845894145f75b68f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:11:51 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:52:27 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.5p149"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p149"
+#define SNTP_VERSION       "4.2.5p150"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4b0ee954e2a931ced694def2e5cd3b2a0cfc9562..b74858efaca7eff347ec5c0bf0077d29d2bf2d0d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 07:11:53 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:52:30 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 01b73f5bb9c71dc47714f7a2c22ef59f42a2c763..c5bfd75774131952cb6b5aed0555894b7eb0d150 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
+.TH SNTP 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:11:52 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:52:29 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 12d761a4264bd462e543e82a86ad50dc12b2e961..31280bdc31519ff63b0e589840b4ceca8a1964b8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 06:58:30 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:38:52 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.5p149\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d2984d8871cd3c226e48cf66b04c5f969bf33b5a..9822e1283fec59cf6f6aa6c813b191b34f5c6e46 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 06:58:29 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:38:51 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.5p149"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p149"
+#define NTPD_VERSION       "4.2.5p150"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5189198c05a036a36c5402fa00902484ea04734a..f32e0592f7b73a75d5cb8ca78705af4c29f41ec7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 06:58:32 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:38:55 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bd9146e7af5995ce161125c6f6a759bd1d8ce7e7..52a3c5c4f44b5e20f4856e08c7114b7bbb6b2654 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
+.TH NTPD 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 06:58:31 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:38:54 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7b99a3c3d451fe8f5d7a1d6ad0b4ddba031247b1..207e21abcfaee840407e011d2bbcfefc4d1dbe10 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:18 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:45:40 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.5p149\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5593ce056b7d923517f0e3c7342018dd76159ae1..1a177805a50ad3b15037b126b92aba4fd9efbdfb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:17 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:45:39 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.5p149"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p149"
+#define NTPDC_VERSION       "4.2.5p150"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b56699bcf6b6038296ca3cb1646e9cb60ee030cb..520d254fad8750338bb651c263408a4098985d31 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 07:05:20 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:45:41 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ede80c7967d9260e3056a921949e0b3bddbbd5e2..2895e8981df3fa966c3fb1078588cc6f2e6fb7f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
+.TH NTPDC 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:19 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:45:41 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 284742cafcc98ce31e534658196146b647133751..ac56c2c6fe8a33f1046be2eccbefd32cb36d86f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:49 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:10 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.5p149\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 69be8058a34e6c5705631e3655e5597bdfdeb3a1..a2b5a61f5f42a5c8f255bc797222788cf0fc6c6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:49 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:10 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.5p149"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p149"
+#define NTPQ_VERSION       "4.2.5p150"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 78dcf1408307282724a2f28f606b23a8034cbde1..9e7d21097ce0a743ff7cfbb1114be4b11b15d3a8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 07:05:51 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:46:12 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f0cf6364b7a7134c00fc056e12187ac0033443ef..5638801de4ef3b046aa829b5271ddbbb272e20ae 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
+.TH NTPQ 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:05:50 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:11 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 39e7f42c6025d79549758b3a3aefe729c26d79f9..733bd0720df190bc395ce3b36418f8b5feb78de2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:06:34 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:55 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.5p149\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ce80aa3f37b3b5f595b932889c446f0acf7b2fcf..c20a82dedce9ad407673808b992a1773cf2bdc71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:06:34 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:54 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.5p149"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p149"
+#define NTPSNMPD_VERSION       "4.2.5p150"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index abadfd9243ff2cf8a3767fca110eb053acd0929a..5218ebeaa31fbf203d7b1116ac3c0b226c8d5e23 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 07:06:36 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:46:56 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 82edc2d381057a0f8bc87c0ccf0483a4bdb23b00..3a59a17d024a03b66fc3347b0d39113fdb94cf7c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:06:36 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:46:56 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f2dc86675f3223412a307f44512f7423da1db7db..0f58f3538bf0086a908d9afaa3eb1beccc70a1b1 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=149
+point=150
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 59d92c13b51ef17469c2f5dfe5bf359fa7778560..1a5426baa272f9ad0a2c90fc8375157c76c03bd8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:48 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:25 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.5p149\n\
+"sntp - standard SNTP program - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 33549b000f32db19daeee4ecc6b8eb20c3cc13d4..4452b4498a5537b04616ed4c565da1756df12791 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:48 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:24 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.5p149"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p149"
+#define SNTP_VERSION       "4.2.5p150"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index eba457d0c4d53738f582f241ed8906a9ddc84eda..6bf5b59c8034c73b16aba1563f7f0db79fb635b3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 07:12:51 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:53:27 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 33cc3dc3d66040ad84ab8a9d472fc84d8543bb00..0796692efbeb7acc144ff631f46742745ea152f0 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-12-05 "( 4.2.5p149)" "Programmer's Manual"
+.TH SNTP 1 2008-12-15 "( 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:49 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:26 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 30c7cd0b1a4d3d34f0952b1cf25ce39ce659b492..aec9fe028852d1094524d8d1eb8dd0f131912b75 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:58 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:35 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.5p149\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p150\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 564f5b8ed8353099aac26e261a4bc8785b1677d7..97224f576458f0616c2175edf0d443eaac046fcd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:57 AM EST
+ *  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:34 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.5p149"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p149"
+#define NTP_KEYGEN_VERSION       "4.2.5p150"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p150"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bdf94d666ff1fd0dbc8de0a52d246de0dd1dcfab..fc1e39285233c25c30a91c80781931c7f8f0d6ce 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December  5, 2008 at 07:13:00 AM EST
+# It has been AutoGen-ed  Monday December 15, 2008 at 06:53:37 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 11669d5ee467de00c572e45fe6d47b975c8f1bbb..d1973b89f28cbc18ab8a71a1dae6551f536ab3ec 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-12-05 "(ntp 4.2.5p149)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-12-15 "(ntp 4.2.5p150)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December  5, 2008 at 07:12:59 AM EST
+.\"  It has been AutoGen-ed  Monday December 15, 2008 at 06:53:36 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"