]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P186
authorHarlan Stenn <stenn@ntp.org>
Wed, 8 Jul 2009 11:53:10 +0000 (07:53 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 8 Jul 2009 11:53:10 +0000 (07:53 -0400)
bk: 4a5488a6-f1mnPnO5qKm0DOhRVpK8g

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 e0d3eee8397d410a540c2e7ad268f8c1a3ea3f04..d15907295a89b207f6ed27b9c3374e325553e9c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p186) 2009/07/08 Released by Harlan Stenn <stenn@ntp.org>
 * ntp_proto.c cleanup from Dave Mills.
 (4.2.5p185) 2009/07/01 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
index 230860d6a4f99ab75f78335051c7ad97d4d41d0f..7221d153c4f2415b80701f0d360d5487b150c07c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:51:28 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:50:50 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p185\n\
+"sntp - standard SNTP program - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c5f2838974f2d4c90447ad9d9324b760227b2149..6182f18b9f4e4b8e62b83f2ec8d0f642e53a38c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:51:27 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:50:50 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.5p185"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p185"
+#define SNTP_VERSION       "4.2.5p186"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d83927e353491d6ab061fb76af6f7f092736c8ff..35033c570b5f8a9efec841a15e69364adb456271 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:51:30 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:50:53 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 52338716bbe87c856bc4bcb82daa96200af182fb..42b77c864164be3bd25359b547e7a5c8b26bfdb0 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-01 "( 4.2.5p185)" "Programmer's Manual"
+.TH SNTP 1 2009-07-08 "( 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:51:29 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:50:51 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index abaaa10e8a0426a59ee826018feeb77655c6c9e7..2bc4b7040107295ce979f45b9d22affcfb85df65 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:38:34 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:38:04 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -914,7 +914,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p185\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9e5cae90f1c58ab936ff6e204487dd908d07cd81..d426815170e0dfc753e7ca78874ff2f43d972de4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:38:33 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:38:04 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.5p185"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p185"
+#define NTPD_VERSION       "4.2.5p186"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9f46d3e383d60f8e491810ece5de38ce433ea3a6..89657e17854580732705ed5008b0ae7089efbbe9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:38:36 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:38:07 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6355f633c7c09a37b06b678535ac1709f4cb51f7..a247569b1710c00d4d03426d4d596c83b372c25c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-01 "( 4.2.5p185)" "Programmer's Manual"
+.TH NTPD 1 2009-07-08 "( 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:38:35 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:38:06 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ed056d90cc528899f9dd917ce786a401ca6415c6..9238eda99c6c30102c8ba61bd673de61ca761cf9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:26 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:44:47 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p185\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 573bea8822e7cd1612e4f29dde7134ed3dbe8ca7..2e915894c67bf9b47bd38bce5036d4e24ff6b1fd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:26 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:44:47 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.5p185"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p185"
+#define NTPDC_VERSION       "4.2.5p186"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6c49a06af71911fbed8589ec6152589ad44d9b2c..260abe9934f955883b442ae820f5540282d3b2cf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:28 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:44:49 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c2df3469142f17378cb15d77c2ad41cb1da9d218..b43999b6c51517be4b554f1c04130b46f6c501ca 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-01 "( 4.2.5p185)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-08 "( 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:27 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:44:48 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5229eab86a8e61f049d176315b317f2c076681e9..26262a5fe5242cd846191eaeb5793f97ca17c044 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:57 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:45:18 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p185\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index be18995689d6fd5d26875908fa90fb5149bdaef2..f246a12ba7b06c9fd228cf7b3c43ea0bae5b51d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:56 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:45:18 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.5p185"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p185"
+#define NTPQ_VERSION       "4.2.5p186"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0c7d699ef56ea21952efc60bfc0d0f1fdc8e8124..08ffcfbd9353804eaabcb8d6cc96e6625fbc1711 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:59 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:45:20 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c24959f779f9d56506b792f0fca2aca66cf0dd5c..54066e64a334ef5dad0c798a48307cc0846212c0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-01 "( 4.2.5p185)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-08 "( 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:45:58 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:45:19 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 151f713271250acdc80407cc8758cb53c000abb8..eeac8e1abca8634cb60c2eaff7c05cec665dd411 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:46:42 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:46:03 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p185\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bb82cc7ea64643db40bbabebe52d589c76cdfd74..0cb5721e1de47b521ed2d55bab3b09d28453da65 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:46:42 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:46:02 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.5p185"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p185"
+#define NTPSNMPD_VERSION       "4.2.5p186"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c98999413aafa1c7817e7574e6182394d0a0ddaa..357a4cb6eb37144b5ada4fd694fcd6d3d3b8d192 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:46:44 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:46:04 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fe322ee2d12110649aa23e002f721625e3da8e0e..5a4739e72c4fa6b299efb4a96203521f2dfc0034 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-01 "( 4.2.5p185)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-08 "( 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:46:43 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:46:04 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 265245955e6fbbbb2bed4084513f162ac3ebb0d4..c61b59d12a7fb029e28d5e8c3d303d34e60702c5 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=185
+point=186
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 4c0c19554369a7df4d3ead6ac24e0002f9e78009..c5b68c94c163cdbddd9b361319c98b98904d68e5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:27 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:51:48 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p185\n\
+"sntp - standard SNTP program - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 644228054520b240a295bd2870eeb3a0cc72aef1..fd50e5d41d1de5a1c1cf8e3118f2b0a360f9deaf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:26 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:51:47 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.5p185"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p185"
+#define SNTP_VERSION       "4.2.5p186"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6c81b434d5b6a3f2a9ec9d894c9ad07f830d2d52..dfe6829af23dac658516c0cadb803953f4b6c591 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:29 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:51:50 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 34c5635a9853c9b22f72ca39babff447c8cb313b..aaff3fd8f9887b9d282e3e432b292cd43a52e67c 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-01 "( 4.2.5p185)" "Programmer's Manual"
+.TH SNTP 1 2009-07-08 "( 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:28 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:51:49 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eb937209310b1f0edfa9697b1a39a4edca15988a..ab12ba64c70e7c324642b2071e56c96d34b67235 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:36 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:51:59 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p185\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p186\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1e0bdeebed004b002910f0f2d7944e22feb42893..d21fe8be26e9fa3c7da0efa34d3a93b24f8f5cb8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:36 AM EDT
+ *  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:51:58 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.5p185"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p185"
+#define NTP_KEYGEN_VERSION       "4.2.5p186"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p186"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 995b4f668e563201e480376e9085c1a725f034a5..0f4d5aadd61fd56ad61210bb7a77f2922da73f34 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:38 AM EDT
+# It has been AutoGen-ed  Wednesday July  8, 2009 at 07:52:01 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 333e737dba6df9cf11671945e2e5e72309e14858..414d2c07070e549e909944b6c3b0ea5acb6cd532 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-01 "(ntp 4.2.5p185)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-08 "(ntp 4.2.5p186)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July  1, 2009 at 07:52:37 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July  8, 2009 at 07:52:00 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"