]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P244_RC NTP_4_2_5P244_RC
authorHarlan Stenn <stenn@ntp.org>
Thu, 12 Nov 2009 11:10:27 +0000 (06:10 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 12 Nov 2009 11:10:27 +0000 (06:10 -0500)
bk: 4afbed23U6CgcKAOUi5sW1CZnCTOpw

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 e453dca130845b0627fbd2ba87d79159f83e5568..36d4c785ff0da3d35c5aa990631156d0a6dddd17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p244-RC) 2009/11/12 Released by Harlan Stenn <stenn@ntp.org>
 * keygen.html updates from Dave Mills.
 * [Bug 1003] ntpdc unconfig command doesn't prompt for keyid.
 * [Bug 1376] Enable authenticated ntpq and ntpdc using newly-available
index 9dba0fe2f86f9cc5d10753b83f64be9da061c08d..28705f1bd3a63718d03a3d182b496a9d1ccb112a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:36:18 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:00: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.5p243-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p244-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 7c74f94e2449c571b3fa97d434aaab13892b90c4..c0efe87faf9bb57d13f2a310c4acba3678e2e585 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:36:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:00: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.5p243-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p243-RC"
+#define NTPD_VERSION       "4.2.5p244-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p244-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0bb273133bb877d0fbaf859d3cc754ebeee314a9..255ff2b7d9ce239ffbdbde61db57e3bc177ad8bd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 11, 2009 at 05:36:21 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 12, 2009 at 06:00:18 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ddb73e944935ae81b52e3fe0d708e2f48861f38e..19997c3c6d46126e1e50d11c8e08bdf95463e070 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-11-11 "( 4.2.5p243-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November 11, 2009 at 05:36:20 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 12, 2009 at 06:00:17 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2e6599e380fc45504797bdb50673de0c1621e662..dd8290a0df5601aea643fbf184dbae29fb10d0f5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:38:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:02:39 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.5p243-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p244-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9c36e91d9f41563664f9fd48a6053b228f5a34a1..b4d030b0e79c7553a4aee9e264e42e088eff72be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:38:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:02:38 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.5p243-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p243-RC"
+#define NTPDC_VERSION       "4.2.5p244-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p244-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ce227d494a1335486420aae0d14f4fda29413820..adc35510b5b36340f62ce401bd7e749018721680 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November 11, 2009 at 05:38:19 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 12, 2009 at 06:02:40 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3a79a6ed0bb7627a799c907fa429af6a3ca43ff9..b2f0d3862a3fe654c2b8f386022dbc458ca6f693 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-11-11 "( 4.2.5p243-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  November 11, 2009 at 05:38:18 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 12, 2009 at 06:02:39 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c4f239afa64eb1a2e4a3df12abd0a28163206794..49df704b7941b6d432f6f3edbc17a835c8e4c4e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:38:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:03:12 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.5p243-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p244-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fc2b529d106591b3c92ea067b160e3218971f355..9b780583cbb5a5d41b608ee3ccbc0a1c09e0e8bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:38:49 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:03:12 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.5p243-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p243-RC"
+#define NTPQ_VERSION       "4.2.5p244-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p244-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 32634b763599385e3aa9f57a66a9bc813e3e7640..a686a1ae01d0ddb66ce4506b3e3947277bc42ba2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November 11, 2009 at 05:38:52 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 12, 2009 at 06:03:15 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 38bd9ff1ab47b457be84a7b7cd47cd43f6f9abd0..f830567531d63e846ce0a88353a663343d6a8b4a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-11-11 "( 4.2.5p243-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  November 11, 2009 at 05:38:51 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 12, 2009 at 06:03:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 38b037b2bb9d5fef449f9d05fa01f35fe51bc970..38f35e76631b5e279c733fae2019f26375fb5041 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:39:21 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:03:44 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.5p243-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p244-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8a64017a8482bdfa496aaaf731b3a3ce4a865d73..86e18cdff05338530b0da10c2ac5bdf2dacf0f8a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:39:21 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:03:44 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.5p243-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p243-RC"
+#define NTPSNMPD_VERSION       "4.2.5p244-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p244-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0c1e5cdb03fa687c53604f3d9eded7360a7c54a2..bafb7d49cb1c470514bf6f851d00caafec6ef5ef 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November 11, 2009 at 05:39:23 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 12, 2009 at 06:03:46 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bd00ce38080251363b4e2d27f91f1c943ae29a6f..fa80ede4f0b9d0a92cd0388152bd7c0cc5c027cb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-11-11 "( 4.2.5p243-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November 11, 2009 at 05:39:22 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 12, 2009 at 06:03:46 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3a46181c67318363d7670bbbabe069c0ba9c832c..7dbda73d58933c597e5670098305e5beb1ca63da 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=243
+point=244
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index e8a49264a078099a898481d70a9521d4a03d5381..40f8970048591207c9dd3ad5ca11cae0638d2ebd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:44:31 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:08:50 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.5p243-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p244-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c2cd1a2d98f44312d0f6b44b6cafe2bdce770916..7faedd93c2813e4af88d6d0ba373abc14ce31421 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:44:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:08:49 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.5p243-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p243-RC"
+#define SNTP_VERSION       "4.2.5p244-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p244-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d6fcf6489d98ddd39374be581f2c9f037b5aeec3..e5180edf1fd09fa3273faf522c51619733663214 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November 11, 2009 at 05:44:33 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 12, 2009 at 06:08:52 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bd5ef5270ea620c3ddb77d55d3c80ef8c0fd5ac4..f81917979a2ad80fe011970f3ffd811f9e2c836f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-11-11 "( 4.2.5p243-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-11-12 "( 4.2.5p244-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  November 11, 2009 at 05:44:32 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 12, 2009 at 06:08:51 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d11934c22a6eedc4a40479c56cb1ccdd7b2e0a8d..745819ba8922503a17a6e46ed1ca235ca9de8a6a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:44:54 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:09:15 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.5p243-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p244-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 65d8a2be1af12d212a56cae3657927d4876c4022..20b260d3bc0c61fc9cce2f793c1b4e73aa6f04e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November 11, 2009 at 05:44:53 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November 12, 2009 at 06:09:13 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.5p243-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p243-RC"
+#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"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5ac48262308f3857902f7187880a83ff9ffebf5e..24af589083e31fcb4a7e6f9b96d224131a0a44f0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November 11, 2009 at 05:44:57 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November 12, 2009 at 06:09:17 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8e29317634aa7f60127e75a3c848f298f6b233be..3ae6477fd54cc8671cc334df56e1bd1a79fc2883 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-11-11 "(ntp 4.2.5p243-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-11-12 "(ntp 4.2.5p244-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  November 11, 2009 at 05:44:56 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November 12, 2009 at 06:09:16 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"