]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P245_RC NTP_4_2_5P245_RC
authorHarlan Stenn <stenn@ntp.org>
Sat, 14 Nov 2009 13:29:21 +0000 (08:29 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 14 Nov 2009 13:29:21 +0000 (08:29 -0500)
bk: 4afeb0b1XEreoTDu0eDDyxf7nRiuPQ

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 40b0f13302fd268d2434e10fa7f84cd011136a4b..f8007b687101fd30c3d116061393e3055714f81a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p245-RC) 2009/11/14 Released by Harlan Stenn <stenn@ntp.org>
 * Cleanup from Dave Mills.
 * [Bug 1343] sntp illegal C does not compile on Solaris 7.
 * [Bug 1381] Version .deps generated include file dependencies to allow
index 28705f1bd3a63718d03a3d182b496a9d1ccb112a..58c7e11137b3a72f33b0d987d6b8f3da925f98fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:00:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:19:42 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.5p244-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p245-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index c0efe87faf9bb57d13f2a310c4acba3678e2e585..4f46246cf1235c3c9a98232ceb0f7a274c0f2e43 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:00:15 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:19:41 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.5p244-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p244-RC"
+#define NTPD_VERSION       "4.2.5p245-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p245-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 255ff2b7d9ce239ffbdbde61db57e3bc177ad8bd..8a54943d423f1cb96e07837131f64f19643669e6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 12, 2009 at 06:00:18 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 14, 2009 at 08:19:45 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 19997c3c6d46126e1e50d11c8e08bdf95463e070..d5aae619d2a627b7503b9f0316f09c91a73e8e96 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-11-14 "( 4.2.5p245-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November 12, 2009 at 06:00:17 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 14, 2009 at 08:19:44 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dd8290a0df5601aea643fbf184dbae29fb10d0f5..e7a9d53f38d3e557218a8d7ddf02e1e2b1c058ad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:02:39 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:21:26 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.5p244-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p245-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b4d030b0e79c7553a4aee9e264e42e088eff72be..fb0ea0e165bdfdce084cbc8d0160484648311fb8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:02:38 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:21:26 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.5p244-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p244-RC"
+#define NTPDC_VERSION       "4.2.5p245-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p245-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index adc35510b5b36340f62ce401bd7e749018721680..65b9c017d6878398203e334c2ac79b5a8c91e6b0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November 12, 2009 at 06:02:40 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 14, 2009 at 08:21:28 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b2f0d3862a3fe654c2b8f386022dbc458ca6f693..c0fdd9fbadd5d6400fa3d6d348f54f058d6ec701 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-11-14 "( 4.2.5p245-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  November 12, 2009 at 06:02:39 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 14, 2009 at 08:21:27 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 49df704b7941b6d432f6f3edbc17a835c8e4c4e6..e2b1243b6c36496649f85e40b9e1c92f488e317a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:03:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:22:00 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.5p244-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p245-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9b780583cbb5a5d41b608ee3ccbc0a1c09e0e8bb..3046623fd091e68a12e282b4426ff7792699a8bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:03:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:22:00 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.5p244-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p244-RC"
+#define NTPQ_VERSION       "4.2.5p245-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p245-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a686a1ae01d0ddb66ce4506b3e3947277bc42ba2..d6cb906da5d2e0a30cc48f630d9b5673437912ff 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November 12, 2009 at 06:03:15 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 14, 2009 at 08:22:03 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f830567531d63e846ce0a88353a663343d6a8b4a..6b47f0d342cbf45274e8bbce99ff67e44687234e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-11-14 "( 4.2.5p245-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  November 12, 2009 at 06:03:14 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 14, 2009 at 08:22:02 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 38f35e76631b5e279c733fae2019f26375fb5041..086a50082f3078270173159c2aecd95a07227ce2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:03:44 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:22:32 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.5p244-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p245-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 86e18cdff05338530b0da10c2ac5bdf2dacf0f8a..f9e583a579491b8b6f6fc67c0444a2a9b689b940 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:03:44 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:22:31 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.5p244-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p244-RC"
+#define NTPSNMPD_VERSION       "4.2.5p245-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p245-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bafb7d49cb1c470514bf6f851d00caafec6ef5ef..659990844d0e1b0e8d9ef9fbafebf10d1874085a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 12, 2009 at 06:03:46 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 14, 2009 at 08:22:34 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fa80ede4f0b9d0a92cd0388152bd7c0cc5c027cb..b8391ac7e2f38c1b92ac9cc604bfe9c3cea18da4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-11-14 "( 4.2.5p245-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November 12, 2009 at 06:03:46 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 14, 2009 at 08:22:33 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7dbda73d58933c597e5670098305e5beb1ca63da..5afedc1b80a0dc9e905ac1c4535380a8b287440e 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=244
+point=245
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 40f8970048591207c9dd3ad5ca11cae0638d2ebd..ed1c382cd5f2b8f763a82794a7afff633c57ea9a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:08:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:27:39 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.5p244-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p245-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7faedd93c2813e4af88d6d0ba373abc14ce31421..8562da0a0edb598d685b48560ae8e53f1f88386a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:08:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:27:38 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.5p244-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p244-RC"
+#define SNTP_VERSION       "4.2.5p245-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p245-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e5180edf1fd09fa3273faf522c51619733663214..13efc65c6275fd345dc9291bc36eadce7615db60 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November 12, 2009 at 06:08:52 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 14, 2009 at 08:27:41 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f81917979a2ad80fe011970f3ffd811f9e2c836f..795e56751580a0512961b244308a90346496e62f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-11-14 "( 4.2.5p245-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  November 12, 2009 at 06:08:51 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 14, 2009 at 08:27:40 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 745819ba8922503a17a6e46ed1ca235ca9de8a6a..81997a47a213dcd04b3fbb7f0fde6f0833ad2358 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:09:15 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:28:03 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.5p244-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p245-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 20b260d3bc0c61fc9cce2f793c1b4e73aa6f04e6..11a61294106364a42b9257131529f37114f75076 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November 12, 2009 at 06:09:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 14, 2009 at 08:28:02 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.5p244-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p244-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5p245-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p245-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 24af589083e31fcb4a7e6f9b96d224131a0a44f0..2e474ffb8eadf842ff794e95de717e55531ebd51 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November 12, 2009 at 06:09:17 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 14, 2009 at 08:28:05 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3ae6477fd54cc8671cc334df56e1bd1a79fc2883..88a0be8b66d1ba2de7f4da3a489299a99b933d67 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-11-12 "(ntp 4.2.5p244-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-11-14 "(ntp 4.2.5p245-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  November 12, 2009 at 06:09:16 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 14, 2009 at 08:28:04 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"