]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P197 NTP_4_2_5P197
authorHarlan Stenn <stenn@ntp.org>
Thu, 30 Jul 2009 11:53:13 +0000 (07:53 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 30 Jul 2009 11:53:13 +0000 (07:53 -0400)
bk: 4a7189a9m8CmvckKwyLJ08kCmpjAPQ

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 07bd8a150ec775eb8550cf091b33d18985db97a0..4d7e7f122fae77782e120f8162fb923cb4aa9845 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p197) 2009/07/30 Released by Harlan Stenn <stenn@ntp.org>
 * The build script now has . at the end of PATH for config.guess.
 (4.2.5p196) 2009/07/29 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1272] gsoc_sntp IPv6 build problems under HP-UX 10.
index cc8166050da1c68fc5d9d01be31eda25fe7c3a36..b6a9d256cf7c7f87a1191540bd016c9bfa4ebb08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:31 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:50:46 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.5p196\n\
+"sntp - standard SNTP program - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 58cc3d129124e9971461ae097aba5363ae99bf96..425f14cbe7e82266bdada009317d36f42a0f4fd2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:30 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:50: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.5p196"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p196"
+#define SNTP_VERSION       "4.2.5p197"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a23229ce761eb6b8f7d4ce6a30ea8444d2de7004..6e5960ba7b376d13f06d9323279bb8ff9e3e8141 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:33 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:50:49 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c05e63526eae49a357b35faa38f7bf440060b462..8ad5f782cb30bd717760780a70e3e48903a182d4 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
+.TH SNTP 1 2009-07-30 "( 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:51:32 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:50:48 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6fc53f28dc9e0d596d962d53dcc0e36ec17107c0..fe7e27076654568733981f6ea2d4cd4a63a31c2b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:19 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:37:52 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.5p196\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 3bd369e536c4fce7be0187f8c35fc1ef0712753a..76a92dd9b9263f3495844c75555f310d21aaea3e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:18 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:37:51 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.5p196"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p196"
+#define NTPD_VERSION       "4.2.5p197"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 59831224f1a3b8a74560894100738f2ff673710c..06d4da2a4b57bef80c876b29f001d91e77b005e2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:22 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:37:54 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 823d08599eab584375f8b66f144c5b34cc02c95a..5b103c4a9d948085350a6a80533b90187867da26 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
+.TH NTPD 1 2009-07-30 "( 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:38:20 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:37:53 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3b66a57bfc8d3a45e35da48f23aa220b7e1bc29b..c0c470642753eb972ceec6bc5ca3288a6a161202 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:15 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:44:33 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.5p196\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b8380cc3c19c11cab15d4c153ded395d399204b1..fbb67c5cd1683cab52f46955f312c306a6a0a6de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:14 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:44:33 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.5p196"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p196"
+#define NTPDC_VERSION       "4.2.5p197"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index be2e3f0e228e99b23f5edfd0a96df388116e4ce3..921a7b35b992d609cf990fccb53cd5e864222ce5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:17 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:44:35 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2c381086090ae034d261d2d9becc61df5acfffa6..35d6b73d00127fcc75c40b7fb0f5eddf96e80f24 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-30 "( 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:16 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:44:35 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fe41a6149c4a5d64eeb6c54152cd152aa73329d1..38f5daf28af1929936c6cdbc7d6a2e77fa153578 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:47 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:45:04 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.5p196\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0e07d15e6cde88f66b089aae8bf87948c62c1b66..dc260b86a3ce4ba7eb231924f71d810c4b456e3a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:46 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:45:03 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.5p196"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p196"
+#define NTPQ_VERSION       "4.2.5p197"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4fa5a01bb0e0bb271a41a47f9ec26db557c1a2b9..28e7a35eb7de663a182cf41194ff824de70151d6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:49 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:45:06 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f321cbdab02f19da151c91caccaff55b65bd62b0..a308497683056f1638a0a75de5e3226d27385c9b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-30 "( 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:45:47 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:45:05 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f0d06c3eb8e09710a1c55c88e73c23c536336a36..0fded42c4c868e807d2b077a76637925ccece50b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:33 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:45: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.5p196\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0b47c87360357249e9c622bd4115897215b63639..23a9279d117d46cc1fdd474557e7816a5d87fa8a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:33 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:45: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.5p196"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p196"
+#define NTPSNMPD_VERSION       "4.2.5p197"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a734426aa9058c2f156e022f9dbe5ed5de578bbd..4ed959c0163b6fae5f54aa3dbb093fa0701a757e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:35 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:45:49 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f87531a26cbdd0bccc35a9a3c0932561fdbdeb12..85edaf4c318ae4bdafc5e7514996a798b043d57b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-30 "( 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:46:34 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:45:49 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 959e3cbf4d871cf553412c9e1345149b04459eb7..c0fe11afa0013e99e492718003295e66ff0d5419 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=196
+point=197
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 927d0edb4bbb07b6b90ccd3f6d336652c171f75f..f6d91ee86b447eb601227ccc72a652fab1842790 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:33 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:51:50 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.5p196\n\
+"sntp - standard SNTP program - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 50d052f747e7454a10bd77cacf473c9d6c36354a..6be365819f12de616a7ff01359a52b8b75d39180 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:32 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:51:49 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.5p196"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p196"
+#define SNTP_VERSION       "4.2.5p197"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6e4a3796a2ef16a126f668991c06ffbdf9910a29..91fa6b1f89efbcf4aeb84fff45776720d1cb884d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:35 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:51:53 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 85e9802e755bc06835bdcebd4dfd4cf119bb2357..cba9f78f48be10bb8fc0cce71a25450ee18bd45d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-29 "( 4.2.5p196)" "Programmer's Manual"
+.TH SNTP 1 2009-07-30 "( 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:34 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:51:51 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 220ea8fbfe2eb0a9e14990bbe810a05639fd53b6..e03c77e8e1d7b6e8b48b8120205ea65d968fb0f4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:52 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:52:02 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.5p196\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p197\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3354552b3c3571f6bab2a1093579f9834d3e5cb3..7d15f9ed7cf15c028fd136447f0fdc8c59765297 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:51 AM EDT
+ *  It has been AutoGen-ed  Thursday July 30, 2009 at 07:52:01 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.5p196"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p196"
+#define NTP_KEYGEN_VERSION       "4.2.5p197"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p197"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b0244419b5d847cafafd792477784f39f8c29732..1c8598cc5adbf762f194cad8ffbd2908f2b6e52f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:54 AM EDT
+# It has been AutoGen-ed  Thursday July 30, 2009 at 07:52:04 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0b06fa8e0862039201c58ee3e3f6208c1cac77f1..0081f6689e3391b26ce80022617f5b370d4db931 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-29 "(ntp 4.2.5p196)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-30 "(ntp 4.2.5p197)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 29, 2009 at 07:52:53 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 30, 2009 at 07:52:03 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"