]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_4P4_RC1 NTP_4_2_4P4_RC1
authorHarlan Stenn <stenn@ntp.org>
Sat, 18 Aug 2007 21:11:19 +0000 (17:11 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 18 Aug 2007 21:11:19 +0000 (17:11 -0400)
bk: 46c760776cx-0iGL9bdrPiAUIkDe-w

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.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
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 028a4d2782266664138388cc94079e8a2c086804..f1628c6c757889fc00f2cd23154a8108bcc04228 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:44:18 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:40 PM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.4p3\n\
+"ntpd - NTP daemon program - Ver. 4.2.4p4-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9aafe5da5c163fc4c26a461c9923c8ef7404ff63..83572b03a58240ac460a13613230b79724858c56 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:44:18 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:39 PM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.4p3"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p3"
+#define NTPD_VERSION       "4.2.4p4-RC1"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p4-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 993ab4191c26369e3ce2b342c5d23450808ab3d3..473036e3837b67210a1b67a02f4f10c4aa4d4d20 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 29, 2007 at 03:44:18 PM EDT
+# It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:43 PM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -61,7 +61,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p55
+ntpd - NTP daemon program - Ver. 4.2.5p67
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 48c0240713c6bc8d71d3b9595196c3b82aa8a72c..085fa07665458ab92c5d6282aada97e124f29876 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-29 "( 4.2.4p3)" "Programmer's Manual"
+.TH NTPD 1 2007-08-18 "( 4.2.4p4-RC1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 29, 2007 at 03:44:18 PM EDT
+.\"  It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:41 PM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 24554154011ad500def1dd97418f5ae0b765bfe5..b321b8637c5f662d22fcafc7b4e2344fb3712afa 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:44:19 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:45 PM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -1073,7 +1073,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p3\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p4-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9967377f2805ce731be85bd8ec47998f7d511ffa..df05b0f266df21cbd3899f3053c41cbb43fc8468 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:44:19 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:44 PM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.4p3"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p3"
+#define NTPDSIM_VERSION       "4.2.4p4-RC1"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p4-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d5a8b8fd4be0bdc7e15b94f1c178125a16be543c..13a7ee32762b4abfdcf1e2fdb9aa1b945d528fa7 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 29, 2007 at 03:44:20 PM EDT
+# It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:48 PM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1af992681f88a0b6fc3aa10ab5ae2eb9f3379d54..39ce5a3aa9c7f138917976927483742fa2a7b254 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-06-29 "( 4.2.4p3)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-08-18 "( 4.2.4p4-RC1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 29, 2007 at 03:44:19 PM EDT
+.\"  It has been AutoGen-ed  Saturday August 18, 2007 at 05:02:46 PM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d4308e919e4d513cfb5cf3b980a73814cf3713d4..b34d49133ebec979ad8404ae12e87607bbd904a6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:35 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:05 PM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p3\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p4-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 500e4391c2a3a0ddebf900625cb68a634e28ea35..d7282651bb05897dc7e4c1a43bb43adf65018265 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:35 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:05 PM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.4p3"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p3"
+#define NTPDC_VERSION       "4.2.4p4-RC1"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p4-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 03f0d7d03674ee384562558c4b7eedeb122a6d7c..7b72e55162122132cc29911fd4b5cf41d73de00e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 29, 2007 at 03:45:36 PM EDT
+# It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:07 PM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -59,7 +59,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.5p55
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p67
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 40642ce53763faacff38606e6c3d60f25aa0aae7..834f67822c82bdb6f2de19612b399d7362300aaa 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-29 "( 4.2.4p3)" "Programmer's Manual"
+.TH NTPDC 1 2007-08-18 "( 4.2.4p4-RC1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:36 PM EDT
+.\"  It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:07 PM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 21f0e59f4387e47d0bffc2c5f3f54c6f5cd951a6..c854493c4d5a7dd1a19b300172ce10d918d0b628 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:43 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:35 PM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.4p3\n\
+"ntpq - standard NTP query program - Ver. 4.2.4p4-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9606dfb75100ae45a447209b47059efc6f44a87a..7a7d15b8359223534cda2b34f06e93ac34e18c0a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:42 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:35 PM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.4p3"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p3"
+#define NTPQ_VERSION       "4.2.4p4-RC1"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p4-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 515ad6b8cdd5df6e11d615f04a908ad97ea3ac7f..c3646211a420f2265f44417ac148f91a1069c9c3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 29, 2007 at 03:45:43 PM EDT
+# It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:38 PM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.5p55
+ntpq - standard NTP query program - Ver. 4.2.5p67
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 68b283df277d4a96d9fd367bb30faf67fcd831c3..b67cb15ded261360c669dae99676bc7806fdafb1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-29 "( 4.2.4p3)" "Programmer's Manual"
+.TH NTPQ 1 2007-08-18 "( 4.2.4p4-RC1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:43 PM EDT
+.\"  It has been AutoGen-ed  Saturday August 18, 2007 at 05:09:37 PM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 30facee54c2d5a6bcae3b2c4465424c66ef5e8a7..fc6b31ffd24f57292a29aa03415f849d871565ee 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=3
+point=4
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
@@ -27,5 +27,5 @@ CLTAG=NTP_4_2_0
 # - - rcpoint gets set to 0
 # - - releasecandidate gets set to no
 # - GRONK is for -dev
-rcpoint=
+rcpoint=1
 #rcpoint=GRONK
index 73fcdb73121370a2dfbd3a98043c3c05b781ec09..4bf3113b441db2c85589c714bdf958ff4035defd 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:49 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:05 PM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.4p3\n\
+"sntp - standard SNTP program - Ver. 4.2.4p4-RC1\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d94debd2222b1350ac803519a59e6f9962b4b7ef..3d70e7dfe7263fded59eadf9771ce82e7a04896a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:49 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:04 PM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.4p3"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p3"
+#define SNTP_VERSION       "4.2.4p4-RC1"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p4-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cd41c234a3a1e7f210d0c761aac8746cc39533dd..7fbfd803e93ee8779a300e0e935df221f0faf702 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 29, 2007 at 03:45:49 PM EDT
+# It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:07 PM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6dc37731905e3cc08aa4ba955a52a889f1765e9f..cdb2911f7f535d38dcc79c0d88683dcd1d781983 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:51 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:16 PM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p3\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p4-RC1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 30c20c8ad8c0936b48c946495a71f6235c17a19b..c55ff98e8440d86f595710034d660905416ea60c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:51 PM EDT
+ *  It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:15 PM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.4p3"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p3"
+#define NTP_KEYGEN_VERSION       "4.2.4p4-RC1"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p4-RC1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3ed864df3bf3e44ee88b5bd712ad2b1f399f748a..9451e66be4f3bfd155621c24db327dc7ffcb6749 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 29, 2007 at 03:45:52 PM EDT
+# It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:18 PM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -53,7 +53,7 @@ This is the automatically generated usage text for ntp-keygen:
 @exampleindent 0
 @example
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p55
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p67
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d258a8068ed0af46ee556dc569d003458d3b896a..f1243326771de428bdb8146adee468ac199a6415 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-29 "(ntp 4.2.4p3)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-08-18 "(ntp 4.2.4p4-RC1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 29, 2007 at 03:45:51 PM EDT
+.\"  It has been AutoGen-ed  Saturday August 18, 2007 at 05:10:18 PM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"