]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P193 NTP_4_2_5P193
authorHarlan Stenn <stenn@ntp.org>
Sat, 25 Jul 2009 11:54:56 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 25 Jul 2009 11:54:56 +0000 (07:54 -0400)
bk: 4a6af290LwwAa0rMvnU1F4qgnnfZ4A

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 eff8f1f61e13086e8b412ba1e4e8130502cb1d85..9812899af789dfcfa7b1c1228b70094ff555dd3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p193) 2009/07/25 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1261] CID 34: simulate_server() rbuf.msg_flags uninitialized.
 * [Bug 1262] CID 35: xpkt.mac uninitialized in simulate_server().
 * [Bug 1263] CID 37: CID 38: CID 40: CID 43: multiple refclocks 
index 9ae166ef720072443d763bf19d72d0d46cc47573..40197b0f11ef412160345bcd485f536977714bb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:57:47 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:13 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.5p192\n\
+"sntp - standard SNTP program - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8d1b8c78259f6ce3cb7bc7581dc1073343742602..20f95186e6f668fbb9609c3aefec77c9bbe46272 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:57:46 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:12 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.5p192"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p192"
+#define SNTP_VERSION       "4.2.5p193"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f9d275afdc7ec8dd1cdee18e3690ae4224c3a1b8..49e3f6738e71a5e5a107bb30d855bca4ec918ea7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:57:49 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:16 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c98c66fb866213643c27a93d0598fb6c0492727e..fe5cfba495402cd6c70670679185873c89e85e30 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
+.TH SNTP 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:57:48 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:14 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 308e74d2ff80a395c2cae25676c3f938e9662b8b..f91663efab97dc4c3643155f88ea0ef91c689773 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:44:42 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:38:57 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.5p192\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9aa273afa7b73c1c7a4a06b01597f5c6fa599030..e6b675484cdf63c8be50a841b9e6a73e006fc0a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:44:41 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:38:56 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.5p192"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p192"
+#define NTPD_VERSION       "4.2.5p193"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bb8869da7e9b12ca390fed66099fe0b7c50a29b7..7de894477abb272e94dd687d8a84c7943b80f748 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:44:45 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:39:00 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 932516b3390d867d52cdf86ed005ecf700f00b42..812275fd597e7528d55cf1273ed38634918818cf 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
+.TH NTPD 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:44:43 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:38:59 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8329e7199921d742f50e9aafeb54f0a68057bd4b..fe84a967bc0772305763b70e34ed12af23c933ae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:51:31 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:53 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.5p192\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 32cc5173df777bf418d984f7effff2b33d7bfde4..8eb2d405f7073564b7f490745789c2577f29642d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:51:30 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:52 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.5p192"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p192"
+#define NTPDC_VERSION       "4.2.5p193"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d50da674a04c435bd9feb68c1517501ad7d54949..7a2133bc29c982c8733c8f2ef29240cd4fe32d73 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:51:33 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:55 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index def56935e7371c6c5ee48939169524681aed4073..0ff816bd81216ebcd183c2cee5e704fa4c09361d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:51:32 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:54 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3d225d4f26871369b72a1fca769e4ad94a80e145..c88ab1e7541d6c639d6db575b155696fef781f4a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:01 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:24 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.5p192\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1821af7ba5d56d77964dba12541c6f1c3a66893e..d3f2f188891b41e5e0090d295cfe6945d778f866 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:00 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:23 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.5p192"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p192"
+#define NTPQ_VERSION       "4.2.5p193"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 572f3b7a43de8b26d03e5622a5162a772d2981ed..0f0d89bc64708ea436ba11b61edfd13d5559967b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:52:03 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:27 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0878b5c6c2d095959737d21b49be3941ab2b536d..3f08771e2e2c090b4102b839ec2fc907700aee63 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:02 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:25 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5e88248e45e78037372fbbf56579040a0e7fb5c7..3d12a5243a85e7d379b761441c44d4d7768510ec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:47 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:09 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.5p192\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index eb65aea23f1a3ad7b2081d79403f148d984e90e6..9b8de868be05d8de3a027a7af5c44df41ee5ee91 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:47 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:09 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.5p192"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p192"
+#define NTPSNMPD_VERSION       "4.2.5p193"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dfbe8e0416d16b517476759d064f8142d3b5e969..b47d9fab7f24129ef47444884edf2c52ee8dcc73 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:52:49 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:11 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 35205e08441e251b9f611bd26026c7738b1568c4..1d3821b9365eb4910a6631b392ede94c9c9b472e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:52:49 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:11 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5cccbcc73f515d5a6ce4615100a9a7ed098d9f42..e5dc15a2abc56b8efc6ef79cb5f7e23c8d06b21a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=192
+point=193
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index a3dd43d3764937831e9500bafac9e371ef8cb22b..309149b37a2473ea6c0b3cc7ef272d21b6f69cbb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:58:49 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:17 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.5p192\n\
+"sntp - standard SNTP program - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 04b09a4362b5d530404aed6995b35372ff9637d6..07461b8eca5a3757645d2103c356742b962323f5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:58:48 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:16 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.5p192"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p192"
+#define SNTP_VERSION       "4.2.5p193"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b1b28532c830aeac5dce3a72d2f71671be1fa326..dd4cf5fc259cf3e451177a2a4d48bea34d33dece 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:58:52 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:20 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b813e6d772b774e892c57dcb224e8581e861f0b9..c3783f0ba2d75887c738d30721c912b316f42449 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-24 "( 4.2.5p192)" "Programmer's Manual"
+.TH SNTP 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:58:50 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:19 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a4fc56e8779ea74e6b2af7092f830e11698961f6..c4785a817b53039d89db3ffeecf7569752f95857 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:59:35 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:37 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.5p192\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p193\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ba253ac3ccc2537c6c9ced57902180d7d68411bb..2055aea3b913103f0f8b7a347c0fa639ee35a97a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday July 24, 2009 at 07:59:34 AM EDT
+ *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:36 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.5p192"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p192"
+#define NTP_KEYGEN_VERSION       "4.2.5p193"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p193"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ea20d0e3c58f2cf4c39bd9782456e53eccd991b6..96459efca4b66c4917120e287399cea44471a437 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday July 24, 2009 at 07:59:37 AM EDT
+# It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:39 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fd45d3b354114f412e994224396daaffe466d6ab..d8b79a48082c86d43b370b2fef48f18b4b1a357b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-24 "(ntp 4.2.5p192)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-25 "(ntp 4.2.5p193)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday July 24, 2009 at 07:59:36 AM EDT
+.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:38 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"