]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P239_RC
authorHarlan Stenn <stenn@ntp.org>
Fri, 30 Oct 2009 06:30:30 +0000 (01:30 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 30 Oct 2009 06:30:30 +0000 (01:30 -0500)
bk: 4aea8806BeqWPdL853A2JArhvwJdZg

26 files changed:
ChangeLog
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 08b19395c8ed69db839aebbde6e332a00fd961e5..09a24ce4bdcd88da6e929f8ed1eb556f0ab63286 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p239-RC) 2009/10/30 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1357] bogus assert from refclock_shm.
 * [Bug 1359] Debug message cleanup.
 * CID 101: more pointer/array cleanup.
index f0beb1fae6da9ee3006b0f9c861dccac7b6a0b3b..6adec94d993ca764406b4b5eae98e4488f5f8d45 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:37:29 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:20:16 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p238-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p239-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9bdc550fa8d96b88c5846f4100c5c6e0405bac5a..c672bb81c3b088e02f9ee5f950bd08082320e898 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:37:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:20:15 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.5p238-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p238-RC"
+#define NTPD_VERSION       "4.2.5p239-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p239-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 72d1b43dba50be5f132163bda8c98e8e2d9c0846..e9ae9759d9ca593de7948dd9726f1b0fa1b086b3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 27, 2009 at 05:37:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 30, 2009 at 01:20:19 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 53e80f1d88acf9fc67e6c177b4fe79869ae52369..e749cb6dc4e6d976f53ac60f1e21e1d70405c458 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-27 "( 4.2.5p238-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-10-30 "( 4.2.5p239-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 27, 2009 at 05:37:30 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 30, 2009 at 01:20:17 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 643132557ae9d5cc27cb250de45e279e78750f23..4a9201748088aec7e30855c242d4dfd0e7e0c34b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:39:53 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:22:50 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p238-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p239-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5781fb0c59497f9c6efb3a8e85f680b89ff58e25..85f087111416173f4b94718b024e1437bce975dd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:39:52 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:22:49 AM by AutoGen 5.9.9pre5
  *  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.5p238-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p238-RC"
+#define NTPDC_VERSION       "4.2.5p239-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p239-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1905bae7bb48a7ea62e6411d5da4a1a79286b76..2d0668b7214b1aa1a047ddd393e8130ec9377606 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October 27, 2009 at 05:39:55 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 30, 2009 at 01:22:52 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e10090ad0df07d4d73d4f951d39f0167e0338f0c..ecbe09f45738a7ed3b7ae12b48d102c907d833c0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-27 "( 4.2.5p238-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-30 "( 4.2.5p239-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October 27, 2009 at 05:39:54 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 30, 2009 at 01:22:51 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a02b643ba7e9fc2ddf80d49b8c388448f842503a..676efc7b1c28f86a585e2a16b7210fa7cd24f834 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:40:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:23:24 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p238-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p239-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8f365b22a95ea1d8e591d6e88ff3165462ce5a15..bebf0c5ef8e632a9d32bcd5adf7823f09ee6cc73 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:40:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:23:23 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.5p238-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p238-RC"
+#define NTPQ_VERSION       "4.2.5p239-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p239-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5f5a5f3b4c23553da74133652d257173fc3d51e1..f88252ffa0d53c77a08af93a63c04c0a0ec63855 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  October 27, 2009 at 05:40:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 30, 2009 at 01:23:26 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 35ece06d496fa1b65778676f76843c3396e74898..05d7be325fdb01755e5a4d3df0a8201b2e0afc64 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-27 "( 4.2.5p238-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-30 "( 4.2.5p239-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  October 27, 2009 at 05:40:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 30, 2009 at 01:23:25 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8c7dcaaa4ab3d068fb10ccf2d966295714853ad7..c6dc6e62c02fbe791683c541b3de81822e5e9d13 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:40:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:23:54 AM by AutoGen 5.9.9pre5
  *  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.5p238-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p239-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 975f3e3eba4b00bc6c6dccf603a700eed79ebc1d..73b82326b00a8d6cdc803aa578c4c87fbdb6f29d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:40:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:23:54 AM by AutoGen 5.9.9pre5
  *  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.5p238-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p238-RC"
+#define NTPSNMPD_VERSION       "4.2.5p239-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p239-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 951c10e6d97ad2536576f7a3d4d852943e1f0296..24e7f8b9b58197eac54aeab4c917593e23004656 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October 27, 2009 at 05:40:59 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 30, 2009 at 01:23:56 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ae071ae374f999f28889f820c69465b20d939646..b3ddc678c5334e108cd71ee36528dd4d436963fb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-27 "( 4.2.5p238-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-30 "( 4.2.5p239-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October 27, 2009 at 05:40:58 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 30, 2009 at 01:23:55 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c687be97ab1cba50e4d421b25f2bdd4b003fe201..4e14ab440142c7bc4522a9d4783855355b39aa1d 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=238
+point=239
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 37f49d075fdf85d2b72e42960f5b80ef1a7a5da0..413ccae7d39461b431147b5afa84cafdd612c1c6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:46:03 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:29:00 AM by AutoGen 5.9.9pre5
  *  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.5p238-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p239-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3971be0f5bc4f7ac6f45c8e807a7292a86263eee..89c56b299644d1773fbabac17f3f278c8b1114a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:46:02 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:28:59 AM by AutoGen 5.9.9pre5
  *  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.5p238-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p238-RC"
+#define SNTP_VERSION       "4.2.5p239-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p239-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d8e69bbd9a23154f5216a3ed2aeccd3973aea912..be78e7644ef5c0c4c694ca2a61ac276fcd81ea9e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October 27, 2009 at 05:46:06 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 30, 2009 at 01:29:02 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4123dab6a81594e0e15c822e98b543d69cdf138d..4bf6acbe2a779d2bdbcd0ba8484661b47ecabdd7 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-27 "( 4.2.5p238-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-10-30 "( 4.2.5p239-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October 27, 2009 at 05:46:04 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 30, 2009 at 01:29:01 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1809ca58beeff6990cb787d1741e5015d22b4012..0f6d25189bd5491fc19ea5ffc1b0ed83ba4dd3d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:46:27 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:29:29 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p238-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p239-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ee1f15ad489ff8fa26413b9b06c1a25dfb003f6f..04304b57f3d1b0145fefb3afa3ba71d0e599f279 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October 27, 2009 at 05:46:26 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October 30, 2009 at 01:29:28 AM by AutoGen 5.9.9pre5
  *  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.5p238-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p238-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5p239-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p239-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 47acb31733e1ad4b5089efcdf1567bbe00c06ed3..43c304d8d7dc89fe27f7917738c1fbaf69e8d9c8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October 27, 2009 at 05:46:30 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October 30, 2009 at 01:29:31 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 67b31e3fa9c4d148ef9f53dbc42a107301395f6b..a2a841c1fc4207b8f4c6bd557d85480c3ff3878b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-27 "(ntp 4.2.5p238-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-30 "(ntp 4.2.5p239-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October 27, 2009 at 05:46:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October 30, 2009 at 01:29:30 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"