]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P2 NTP_4_2_7P2
authorHarlan Stenn <stenn@ntp.org>
Sun, 20 Dec 2009 10:29:12 +0000 (05:29 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 20 Dec 2009 10:29:12 +0000 (05:29 -0500)
bk: 4b2dfc78Lh2aNlyxotwyxgNQnj7m8w

27 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
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 8202cb551e469884c445c5643c75d2d565ff3ab7..712c014c1fdf3e2582b162e1f8a658cb08aa59c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p2) 2009/12/20 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1419] ntpdate, ntpdc, sntp, ntpd ignore configure --bindir.
 (4.2.7p1) 2009/12/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1348] ntpd Windows port should wait for sendto() completion.
index f906791a7ee813de40fdf4174df3e39fd6e7f46d..fe2eb97a63cdf72a04af6ae6714517fd29ced58e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:22:05 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:22:44 AM by AutoGen 5.10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -956,7 +956,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p1\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 43ec1138d518ad9c97f460a41f1c72c6999cf126..88f41fcd2113dbc8b4bb1d3d4d75d00832653bea 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:22:05 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:22:43 AM by AutoGen 5.10
  *  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.7p1"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p1"
+#define NTPD_VERSION       "4.2.7p2"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 210d37f944fea31ddb09bf69eebb1ff7729ea2c5..1b0a104c900477995765df1613804970f2880c34 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2009 at 05:22:37 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 20, 2009 at 05:23:12 AM by AutoGen 5.10
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 16cdac137338f05925a1dad57becb965bc52f47c..0104e0b231a8276e7f2866c6c6bcf8ec08acb28c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
+.TH NTPD 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2009 at 05:22:07 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 20, 2009 at 05:22:45 AM by AutoGen 5.10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6c76f8d3ba5156fb2ba15cbf2a7d691a04f24561..50d3d1b052a79daa3a94dc01215f9cfa859d2700 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:23:20 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:23:47 AM by AutoGen 5.10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -452,7 +452,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p1\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5ec5483763d3ed8bf6b1188108fe6439a00fec81..e7825b398bba9875821d946786ac0cb530e8ad55 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:23:20 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:23:46 AM by AutoGen 5.10
  *  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.7p1"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p1"
+#define NTPDC_VERSION       "4.2.7p2"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ea74ed1a1528987d6f32933ad6389a31f6ba8a05..0b13d26d802e7bac179e27ee9d3143472b5e0311 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2009 at 05:23:46 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 20, 2009 at 05:24:13 AM by AutoGen 5.10
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 09a08184dcfd46f7c8326d6e4796861731de1dfc..2a2d1bfbfae731eaee7f4ba002ce8b8995dabdcd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
+.TH NTPDC 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2009 at 05:23:21 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 20, 2009 at 05:23:48 AM by AutoGen 5.10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bbe023201506567fd500a909ddc868794a54491a..8b88049838f1a0c3dc22e059cc17480322ac2ec1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:23:47 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:24:14 AM by AutoGen 5.10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -427,7 +427,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p1\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 659e8a97a442aa096fe4c6005f2656252eb6d7d8..0378512e74f535eb200543da6ed4734ea512f05a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:23:47 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:24:14 AM by AutoGen 5.10
  *  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.7p1"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p1"
+#define NTPQ_VERSION       "4.2.7p2"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a90eb930d189f241cca45ae76a4fae16d6fb4499..5c8af023e77b5c026d5cdd6756198a1937421be8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2009 at 05:24:12 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 20, 2009 at 05:24:38 AM by AutoGen 5.10
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index eeab18b296e72cdf0ace48f1a1e02ce27809d740..98452a83aac81f92f316509dd07a5466a0f6fd31 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
+.TH NTPQ 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2009 at 05:23:48 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 20, 2009 at 05:24:15 AM by AutoGen 5.10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1480dbf18c42cf3c1a753ebe83e005b38f08ee26..b80c4c27fc33e877bf9ecf6bf090cc75c3a18c09 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:24:13 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:24:39 AM by AutoGen 5.10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -233,7 +233,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p1\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p2\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f2990355e37b094b54e298798a9c00b484e46604..38b353575d8d62029c8edc5a989f0274d8e45b94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:24:13 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:24:39 AM by AutoGen 5.10
  *  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.7p1"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p1"
+#define NTPSNMPD_VERSION       "4.2.7p2"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3f7e9cf38852eedfc67a321a55e6ad3f396ce057..3250563095a133c78719db687ea93c0818c0a561 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2009 at 05:24:27 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 20, 2009 at 05:24:54 AM by AutoGen 5.10
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2486c35662c7c19518055e59478271e0df161327..663ee374e7293768043682f072c91dbc1131e898 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2009 at 05:24:14 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 20, 2009 at 05:24:40 AM by AutoGen 5.10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ec01ab2eb70c74107e1ba65db5e44d985a135a88..a3e006862353a0df3910805f6c23844598f4761d 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=1
+point=2
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 4f69527f86509ba32032279a073c7211154407d3..fcc0519440fc0555d58b27771d3eeac15b94c753 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:27:52 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:28:23 AM by AutoGen 5.10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -474,7 +474,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p1\n\
+"sntp - standard SNTP program - Ver. 4.2.7p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b6ee2a4e4d56167d46402bb578f465213121ab56..262500e87ad229ed1f2889060bef3686bf293ea3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:27:51 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:28:22 AM by AutoGen 5.10
  *  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.7p1"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p1"
+#define SNTP_VERSION       "4.2.7p2"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6899495ac1694e66fa6b31f28030efde215a7c42..5f4020929cbb426ab7ee0b54d13d4ed9502ecd74 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2009 at 05:27:57 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 20, 2009 at 05:28:28 AM by AutoGen 5.10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dce64fbc937523884197972ba530ccba90e1f34c..9ca795e2f3e20133b013929584e378eea44993c8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
+.TH SNTP 1 2009-12-20 "( 4.2.7p2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2009 at 05:27:58 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 20, 2009 at 05:28:29 AM by AutoGen 5.10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2061d58006e50ac1f9fa76fe32b1987b15e2ef6d..cbebcd4d98d97570229dea91eb590cd8fbadd674 100644 (file)
@@ -38,7 +38,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p1 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p2 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index 3893792536226b48a65f1c3a2360ad29bfb35161..42ed6e5c0560c06573424cf1c19370385e3345ef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:28:04 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:28:36 AM by AutoGen 5.10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -738,7 +738,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p1\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e4cfe3b9c7aa3c25606f668cdc39d0b8b5c9564a..7a4e49948513b14d149f7e1a1dedf161f1b6f470 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 15, 2009 at 05:28:04 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 20, 2009 at 05:28:35 AM by AutoGen 5.10
  *  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.7p1"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p1"
+#define NTP_KEYGEN_VERSION       "4.2.7p2"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db5c5358080fc0c7597f0370d184b65a1b55b157..09fa10c0e49c092c84dc61fd72260bd79ec1db6a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 15, 2009 at 05:28:20 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 20, 2009 at 05:28:51 AM by AutoGen 5.10
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9544802c1535c0ec0b6fe89c1f0c3d3d38718864..4038c76373ea39c3c84bd92b53733ddec48615ac 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-12-15 "(ntp 4.2.7p1)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-12-20 "(ntp 4.2.7p2)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 15, 2009 at 05:28:05 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 20, 2009 at 05:28:37 AM by AutoGen 5.10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"