]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P191 NTP_4_2_5P191
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Jul 2009 11:59:39 +0000 (07:59 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Jul 2009 11:59:39 +0000 (07:59 -0400)
bk: 4a65adab0AOXk7vgGtS4d3QFfREZOQ

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 73fc7a683c4367e3f2942d5a4397783c38f1e936..4ab99d8d144fea813eee7d4fb5408590826bcf12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p191) 2009/07/21 Released by Harlan Stenn <stenn@ntp.org>
 * Updated to AutoGen-5.9.9pre1.
 (4.2.5p190) 2009/07/20 Released by Harlan Stenn <stenn@ntp.org>
 * Updated to AutoGen-5.9.8.
index 720cf3b781c1382f90c4b28d71c6bbd9ac2afa1c..4c73066f9e897b6437e62fa9ad32f6c5fa796e21 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:05:02 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:27 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -458,7 +458,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p190\n\
+"sntp - standard SNTP program - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ca0bbc6fbb127b54e1bf44dc8282640c7d59d61c..eb84bb93b1f38e523450921deaa77c7a85b46165 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:05:01 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:27 AM EDT
  *  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.5p190"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p190"
+#define SNTP_VERSION       "4.2.5p191"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f5a35596bb2d9176f054511916914e6f0b645c9e..bb25677ec03eec1a4db8538180a8c93eb86136c6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 08:05:04 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:30 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 80c7faa4ca4f615e01c19729e968dcc1d759546d..bc01c1ef7a8457d69999afbc0d396803aaab77c0 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-20 "( 4.2.5p190)" "Programmer's Manual"
+.TH SNTP 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 08:05:02 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:28 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4eacd2a783bd0cd630b126a2793fbcb20576fca1..c829e5d48a8ba345733c0f05b353f402cbe33f36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 07:51:54 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:56 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -918,7 +918,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p190\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index ca20db43c046a91263b7f52ca7d609d047c153f3..0e0f81d9228efaf2cbdbfe7791a5f68a62444337 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 07:51:53 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:55 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.5p190"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p190"
+#define NTPD_VERSION       "4.2.5p191"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f6caa87a11964506710788abc7b304a759d9bf52..b9ae778b54b180e337b4022d4424ea4c9db61cda 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 07:51:56 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:59 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b9a8fa07d26768f6f1258abfbb685d9fd14c28b7..1fce33e4a63cbe85b09e3f9afdaede0152ba4927 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-20 "( 4.2.5p190)" "Programmer's Manual"
+.TH NTPD 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 07:51:55 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:58 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 74788e1bfeb3a8dbbe158943e8874890b47b6f35..2b3f1171b430c67b62f9bae2cd3e5b60a15872dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 07:58:50 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:49:59 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p190\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 12db54089adfa8e3dc40eb82a081d3a46689f5e2..d363396e47d473332a85469522c93f2ee064e815 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 07:58:49 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:49:58 AM EDT
  *  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.5p190"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p190"
+#define NTPDC_VERSION       "4.2.5p191"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ae43022a19b20b8514e1e8ae1d36c7217947a1b9..f135bb6a7a21cb3c1c2a412a31b83827bd8c2987 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 07:58:52 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:01 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d3183a614a768df77e8567a1a4750c6d83bc484f..8da062d108819dfe5a4516f076a989c19c7098ae 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-20 "( 4.2.5p190)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 07:58:51 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:00 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 14e3d7d4bee94c914870c90d4f465e1168bef3b8..ed64af6e94adcfc6a727f43321595d1eaffd6b2c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 07:59:20 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:31 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -408,7 +408,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p190\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1f57bcb57071689d9ba0dc289fc7f2e321c64379..6d2e089e916aae39ad2ec5a0792b027c345b093c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 07:59:19 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:31 AM EDT
  *  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.5p190"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p190"
+#define NTPQ_VERSION       "4.2.5p191"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6cef6b9485286b82acca6bf73d43a58b4e233c2f..b3b740c74a153d6b80ce0fedb581b18df2134727 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 07:59:23 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:34 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ad5b122746da2f1869a91e264118aa4af05701c3..b9cd6f9342ecd4c8def5bed40c2151232706d344 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-20 "( 4.2.5p190)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 07:59:22 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:33 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a7a071ce615c54614789793effe5caad2f06c63d..e025bd58c4e22bb250dc49cb884f3460ae380d32 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:00:06 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:20 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -226,7 +226,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p190\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 75ca475336fd86e7e5b9f9d53ac93947c96a09dd..930d6821bb6d2e5e43e2d6839c419334ee852d71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:00:05 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:19 AM EDT
  *  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.5p190"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p190"
+#define NTPSNMPD_VERSION       "4.2.5p191"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3adba079fe684ce35753e8355326c5e3e35e1397..d4983fdd77a75b4660f46b6f6747e03887b41169 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 08:00:08 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:21 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index be59014eafa80a205faa1faebf68dd0987fb3bdd..191844e72a7523411be3f811057dcf4f77ce3b01 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-20 "( 4.2.5p190)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 08:00:07 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:21 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f4e5687b6d5fc8100d65321f3a23ff23065802bd..7c405326ca29403a66cb7dc900e71922a6ff9cea 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=190
+point=191
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3c8ce18e4f2b2c046c9e6aaf2bf8fbc2d718b3a4..8a62b3fb2aff9686b2426ecf5407ece88a167071 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:06:05 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:31 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -508,7 +508,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p190\n\
+"sntp - standard SNTP program - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 73ba19dc7f5d74eee6e2c1627af81232dfebdf8f..4aa2e0a72cfb4c34a99170343423d46c405524b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:06:04 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:30 AM EDT
  *  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.5p190"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p190"
+#define SNTP_VERSION       "4.2.5p191"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8cbe1566aba12c3c1de3e8e8d4ecb1e69d505df6..ceadc6f755dbdd90972b0771a5bc20b0f54b4515 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 08:06:07 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:34 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ffef1e9feed65ffb3ddcaccb6ba3a6a5ecc75bb2..8d9be64236ba7ca7bd5f1f51428a7f09ced40f95 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-20 "( 4.2.5p190)" "Programmer's Manual"
+.TH SNTP 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 08:06:05 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:32 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b97da3b0d18267ebcd205f9375a541147f19894b..4f98ee23ce691d469e04d0ad80668a91dc905dc7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:06:44 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:19 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -769,7 +769,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p190\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p191\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0eb6b49ee44b1b67e3c037a92538f7488c2cbd85..0476d8fda3ab1e1ef41918141c5a5922e80088a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 20, 2009 at 08:06:43 AM EDT
+ *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:18 AM EDT
  *  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.5p190"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p190"
+#define NTP_KEYGEN_VERSION       "4.2.5p191"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p191"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a465db9e7dbfbc6c35e979dcb4ba3a1e42edc095..15843ddd33c3eaa67c89ef7280e7d76ef9a0e613 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 20, 2009 at 08:06:46 AM EDT
+# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:22 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7ceea04cea93465adab4c118f2114a8978e55136..56b89a7994289d8ee45892f9a0d837fec7674954 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-20 "(ntp 4.2.5p190)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-21 "(ntp 4.2.5p191)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 20, 2009 at 08:06:45 AM EDT
+.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:21 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"