]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P196 NTP_4_2_5P196
authorHarlan Stenn <stenn@ntp.org>
Wed, 29 Jul 2009 11:54:11 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 29 Jul 2009 11:54:11 +0000 (07:54 -0400)
bk: 4a7038634Q4RBvarfMUkB3V8PC4HLg

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 c136a1b59f4dbc2433eb031a7334488d352a9409..ff185801c6249775222c7c7cf9a4804f4f040b70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p196) 2009/07/29 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1272] gsoc_sntp IPv6 build problems under HP-UX 10.
 * [Bug 1273] CID 10: Palisade leaks unit struct in error path.
 * [Bug 1274] CID 67: ensure resolve_hosts() output count and pointers
index 13e985846225c5952af300b2bd1a19f0735e480b..cc8166050da1c68fc5d9d01be31eda25fe7c3a36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:51:51 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:31 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.5p195\n\
+"sntp - standard SNTP program - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d9daf7fad5d93264fca7ca091eab332368a8f9f2..58cc3d129124e9971461ae097aba5363ae99bf96 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:51:50 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:30 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.5p195"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p195"
+#define SNTP_VERSION       "4.2.5p196"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6470b16f3703bcb018070900abc13c919bf3428f..a23229ce761eb6b8f7d4ce6a30ea8444d2de7004 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:51:53 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:33 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ed3c230a2c21098d0bb8ea7c9e576ae8876bcf2d..c05e63526eae49a357b35faa38f7bf440060b462 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
+.TH SNTP 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:51:52 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:32 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 974b42fa15247ad27ec6c84d7c8f532ccb62cd1d..6fc53f28dc9e0d596d962d53dcc0e36ec17107c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:38:22 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:19 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.5p195\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 11cf453bcec24b8959da75cdc20f3fd59c85f726..3bd369e536c4fce7be0187f8c35fc1ef0712753a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:38:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:18 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.5p195"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p195"
+#define NTPD_VERSION       "4.2.5p196"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 67be9871e4fcbe04e77b3cd22f894db17cc5f8aa..59831224f1a3b8a74560894100738f2ff673710c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:38:25 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:22 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 558a75ee322fddc461ab881e5b10c9db4a70e08c..823d08599eab584375f8b66f144c5b34cc02c95a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
+.TH NTPD 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:38:23 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:20 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 58865bd45dee6ce47962dd26075539b1284b924a..3b66a57bfc8d3a45e35da48f23aa220b7e1bc29b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:45:31 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:15 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.5p195\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 96827254430104b143a32b0d49a883c8e7023b73..b8380cc3c19c11cab15d4c153ded395d399204b1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:45:30 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:14 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.5p195"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p195"
+#define NTPDC_VERSION       "4.2.5p196"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9de7478d9da4d183d96e537d9ec72b1182b7e50d..be2e3f0e228e99b23f5edfd0a96df388116e4ce3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:45:33 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:17 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dc3bbfd01c5d849158c80de0d975e2bcd8826387..2c381086090ae034d261d2d9becc61df5acfffa6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:45:32 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:16 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8190fa8f833db6e30f8afe439ecc2f3fb02aa05c..fe41a6149c4a5d64eeb6c54152cd152aa73329d1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:01 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:47 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.5p195\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d9f9fac202b29df0324cf4ac27afc6919ecf1d4e..0e07d15e6cde88f66b089aae8bf87948c62c1b66 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:01 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:46 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.5p195"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p195"
+#define NTPQ_VERSION       "4.2.5p196"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7a010246c6fbc82553772eedcc66cbb0d9f78ce7..4fa5a01bb0e0bb271a41a47f9ec26db557c1a2b9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:46:04 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:49 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6e06e4204ed75cf60b3555a446abc9cbde91e010..f321cbdab02f19da151c91caccaff55b65bd62b0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:03 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:47 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e9e8f18f3532041831af1f342d69e184141bb609..f0d06c3eb8e09710a1c55c88e73c23c536336a36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:46 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:33 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.5p195\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index aaa83b19cdf74e5cf4518ed73d120d79d18527d4..0b47c87360357249e9c622bd4115897215b63639 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:45 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:33 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.5p195"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p195"
+#define NTPSNMPD_VERSION       "4.2.5p196"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0fe8279953e5fa6a9d452e124e72571d4e57953d..a734426aa9058c2f156e022f9dbe5ed5de578bbd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:46:48 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:35 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 70bfff200775a6e224bdb052d54c278ab46b9fae..f87531a26cbdd0bccc35a9a3c0932561fdbdeb12 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:47 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:34 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0a1e4d65835f9be83617527c2eb7da9cfb08d20c..959e3cbf4d871cf553412c9e1345149b04459eb7 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=195
+point=196
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 6f28fb41503e60e3fcd236e8c638b8a4b968fd89..927d0edb4bbb07b6b90ccd3f6d336652c171f75f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:52:55 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:33 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.5p195\n\
+"sntp - standard SNTP program - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 42855dc7fe9fa50ee38b718996326bdd4c25d1a1..50d052f747e7454a10bd77cacf473c9d6c36354a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:52:54 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:32 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.5p195"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p195"
+#define SNTP_VERSION       "4.2.5p196"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 430cfae5ef7ba16750d072a3b2f47115e376a99c..6e4a3796a2ef16a126f668991c06ffbdf9910a29 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:52:57 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:35 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f5596315a4c9ff19826dcce4ac2f6fdee04a91fa..85e9802e755bc06835bdcebd4dfd4cf119bb2357 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
+.TH SNTP 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:52:56 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:34 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6a47d0bd0776ab1477e481e4234a18f5b2779d84..220ea8fbfe2eb0a9e14990bbe810a05639fd53b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:53:05 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:52 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.5p195\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p196\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ff9a9de975aec934188ede1208dc16655f9d7144..3354552b3c3571f6bab2a1093579f9834d3e5cb3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday July 27, 2009 at 07:53:04 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:51 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.5p195"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p195"
+#define NTP_KEYGEN_VERSION       "4.2.5p196"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p196"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1077613797ac6a0ea07f7d6bd7f3668f4c7b72a4..b0244419b5d847cafafd792477784f39f8c29732 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday July 27, 2009 at 07:53:07 AM EDT
+# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:54 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8c866fcd08a63b994ccf4426d45c6e71433d4014..0b06fa8e0862039201c58ee3e3f6208c1cac77f1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-27 "(ntp 4.2.5p195)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-29 "(ntp 4.2.5p196)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:53:06 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:53 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"