]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P192 NTP_4_2_5P192
authorHarlan Stenn <stenn@ntp.org>
Fri, 24 Jul 2009 12:00:56 +0000 (08:00 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 24 Jul 2009 12:00:56 +0000 (08:00 -0400)
bk: 4a69a278hVvNi7vwvceGKMMSfsIdvA

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 e1be6e21030f9c4e7238eef9c30eb06792ab4fd5..f4c701589925ea3134bd9331df4f9767bf77df13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p192) 2009/07/24 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 965] CID 42: ss_family uninitialized.
 * [Bug 1250] CID 53: kod_init_kod_db() overruns kod_db malloc'd buffer.
 * [Bug 1251] CID 68: search_entry() mishandles dst argument.
index 4c73066f9e897b6437e62fa9ad32f6c5fa796e21..9ae166ef720072443d763bf19d72d0d46cc47573 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:27 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:57:47 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.5p191\n\
+"sntp - standard SNTP program - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index eb84bb93b1f38e523450921deaa77c7a85b46165..8d1b8c78259f6ce3cb7bc7581dc1073343742602 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:27 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:57:46 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.5p191"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p191"
+#define SNTP_VERSION       "4.2.5p192"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bb25677ec03eec1a4db8538180a8c93eb86136c6..f9d275afdc7ec8dd1cdee18e3690ae4224c3a1b8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:30 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:57:49 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bc01c1ef7a8457d69999afbc0d396803aaab77c0..c98c66fb866213643c27a93d0598fb6c0492727e 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
+.TH SNTP 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:56:28 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:57:48 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c829e5d48a8ba345733c0f05b353f402cbe33f36..308e74d2ff80a395c2cae25676c3f938e9662b8b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:56 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:44:42 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.5p191\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 0e0f81d9228efaf2cbdbfe7791a5f68a62444337..9aa273afa7b73c1c7a4a06b01597f5c6fa599030 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:55 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:44:41 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.5p191"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p191"
+#define NTPD_VERSION       "4.2.5p192"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b9ae778b54b180e337b4022d4424ea4c9db61cda..bb8869da7e9b12ca390fed66099fe0b7c50a29b7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:59 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:44:45 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1fce33e4a63cbe85b09e3f9afdaede0152ba4927..932516b3390d867d52cdf86ed005ecf700f00b42 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
+.TH NTPD 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:42:58 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:44:43 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2b3f1171b430c67b62f9bae2cd3e5b60a15872dd..8329e7199921d742f50e9aafeb54f0a68057bd4b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:49:59 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:51:31 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.5p191\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d363396e47d473332a85469522c93f2ee064e815..32cc5173df777bf418d984f7effff2b33d7bfde4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:49:58 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:51:30 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.5p191"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p191"
+#define NTPDC_VERSION       "4.2.5p192"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f135bb6a7a21cb3c1c2a412a31b83827bd8c2987..d50da674a04c435bd9feb68c1517501ad7d54949 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:01 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:51:33 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8da062d108819dfe5a4516f076a989c19c7098ae..def56935e7371c6c5ee48939169524681aed4073 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:00 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:51:32 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ed64af6e94adcfc6a727f43321595d1eaffd6b2c..3d225d4f26871369b72a1fca769e4ad94a80e145 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:31 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:01 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.5p191\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6d2e089e916aae39ad2ec5a0792b027c345b093c..1821af7ba5d56d77964dba12541c6f1c3a66893e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:31 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:00 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.5p191"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p191"
+#define NTPQ_VERSION       "4.2.5p192"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b3b740c74a153d6b80ce0fedb581b18df2134727..572f3b7a43de8b26d03e5622a5162a772d2981ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:34 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:52:03 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b9cd6f9342ecd4c8def5bed40c2151232706d344..0878b5c6c2d095959737d21b49be3941ab2b536d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:50:33 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:02 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e025bd58c4e22bb250dc49cb884f3460ae380d32..5e88248e45e78037372fbbf56579040a0e7fb5c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:20 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:47 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.5p191\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 930d6821bb6d2e5e43e2d6839c419334ee852d71..eb65aea23f1a3ad7b2081d79403f148d984e90e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:19 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:47 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.5p191"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p191"
+#define NTPSNMPD_VERSION       "4.2.5p192"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d4983fdd77a75b4660f46b6f6747e03887b41169..dfbe8e0416d16b517476759d064f8142d3b5e969 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:21 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:52:49 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 191844e72a7523411be3f811057dcf4f77ce3b01..35205e08441e251b9f611bd26026c7738b1568c4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:51:21 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:49 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7c405326ca29403a66cb7dc900e71922a6ff9cea..5cccbcc73f515d5a6ce4615100a9a7ed098d9f42 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=191
+point=192
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 8a62b3fb2aff9686b2426ecf5407ece88a167071..a3dd43d3764937831e9500bafac9e371ef8cb22b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:31 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:58:49 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.5p191\n\
+"sntp - standard SNTP program - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4aa2e0a72cfb4c34a99170343423d46c405524b0..04b09a4362b5d530404aed6995b35372ff9637d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:30 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:58:48 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.5p191"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p191"
+#define SNTP_VERSION       "4.2.5p192"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ceadc6f755dbdd90972b0771a5bc20b0f54b4515..b1b28532c830aeac5dce3a72d2f71671be1fa326 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:34 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:58:52 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8d9be64236ba7ca7bd5f1f51428a7f09ced40f95..b813e6d772b774e892c57dcb224e8581e861f0b9 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-21 "( 4.2.5p191)" "Programmer's Manual"
+.TH SNTP 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:57:32 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:58:50 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4f98ee23ce691d469e04d0ad80668a91dc905dc7..a4fc56e8779ea74e6b2af7092f830e11698961f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:19 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:59:35 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.5p191\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p192\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0476d8fda3ab1e1ef41918141c5a5922e80088a8..ba253ac3ccc2537c6c9ced57902180d7d68411bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:18 AM EDT
+ *  It has been AutoGen-ed  Friday July 24, 2009 at 07:59:34 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.5p191"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p191"
+#define NTP_KEYGEN_VERSION       "4.2.5p192"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p192"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 15843ddd33c3eaa67c89ef7280e7d76ef9a0e613..ea20d0e3c58f2cf4c39bd9782456e53eccd991b6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:22 AM EDT
+# It has been AutoGen-ed  Friday July 24, 2009 at 07:59:37 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 56b89a7994289d8ee45892f9a0d837fec7674954..fd45d3b354114f412e994224396daaffe466d6ab 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-21 "(ntp 4.2.5p191)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-24 "(ntp 4.2.5p192)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 21, 2009 at 07:58:21 AM EDT
+.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:59:36 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"