]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P1 NTP_4_2_7P1
authorHarlan Stenn <stenn@ntp.org>
Tue, 15 Dec 2009 10:28:39 +0000 (05:28 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 15 Dec 2009 10:28:39 +0000 (05:28 -0500)
bk: 4b2764d7tsv-1pA4eMYm5nMMuHVJ_A

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 373d111025f9c6cc2a2006f0b036f32f483cfe87..d98eb4469cf8f9409a765f7e4b5fb8ed69c53217 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p1) 2009/12/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1348] ntpd Windows port should wait for sendto() completion.
 * [Bug 1413] test OpenSSL headers regarding -Wno-strict-prototypes.
 * [Bug 1418] building ntpd/ntpdc/ntpq statically with ssl fails.
index d20f205261327045bc74b157701dc7c77a4aa7dc..f906791a7ee813de40fdf4174df3e39fd6e7f46d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:22:12 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:22:05 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.7p0\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 003723d1c6d7bda8221b9679952cc49fdfbdbc07..43ec1138d518ad9c97f460a41f1c72c6999cf126 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:22:12 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:22:05 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.7p0"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p0"
+#define NTPD_VERSION       "4.2.7p1"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 95fcd4643ec0a736104c31344e41edb9f98f5819..210d37f944fea31ddb09bf69eebb1ff7729ea2c5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 13, 2009 at 05:22:35 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 15, 2009 at 05:22:37 AM by AutoGen 5.10
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c2a146e8da1e2bb56d070902d3785f38345b05ea..16cdac137338f05925a1dad57becb965bc52f47c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
+.TH NTPD 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 13, 2009 at 05:22:14 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 15, 2009 at 05:22:07 AM by AutoGen 5.10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 23fe2af62a6cdea3ac89d97dcf23634222f3d2ea..6c76f8d3ba5156fb2ba15cbf2a7d691a04f24561 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:23:09 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:23:20 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.7p0\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f4dd021686f105d969fcb11ad5fca7e430ef9616..5ec5483763d3ed8bf6b1188108fe6439a00fec81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:23:09 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:23:20 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.7p0"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p0"
+#define NTPDC_VERSION       "4.2.7p1"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7b4c5e1fc6df1044d8f5702ec11ad1ee4429603d..ea74ed1a1528987d6f32933ad6389a31f6ba8a05 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 13, 2009 at 05:23:35 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 15, 2009 at 05:23:46 AM by AutoGen 5.10
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bf6574afcc18cf52921ee391b8154b7a9d5e4bb9..09a08184dcfd46f7c8326d6e4796861731de1dfc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
+.TH NTPDC 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 13, 2009 at 05:23:10 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 15, 2009 at 05:23:21 AM by AutoGen 5.10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 450567bea4ae7a283f0d1319191d6b7bcedde23c..bbe023201506567fd500a909ddc868794a54491a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:23:37 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:23:47 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.7p0\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f079f628afec0b288105d508a89a451aec8c07c0..659e8a97a442aa096fe4c6005f2656252eb6d7d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:23:36 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:23:47 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.7p0"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p0"
+#define NTPQ_VERSION       "4.2.7p1"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ce8c0aa74b77685a053e77f73f4fde99574ec51b..a90eb930d189f241cca45ae76a4fae16d6fb4499 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 13, 2009 at 05:24:01 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 15, 2009 at 05:24:12 AM by AutoGen 5.10
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e8da8fe0eb1fc3b3f9f1d1ef8e67fa8c74a2aab4..eeab18b296e72cdf0ace48f1a1e02ce27809d740 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
+.TH NTPQ 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 13, 2009 at 05:23:37 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 15, 2009 at 05:23:48 AM by AutoGen 5.10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0aa31e6ba210e22a6ff5164f46d178c960f39fa5..1480dbf18c42cf3c1a753ebe83e005b38f08ee26 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:24:02 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:24:13 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.7p0\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p1\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ebb960d16c58aa99752501c96e1ca967583cd6a2..f2990355e37b094b54e298798a9c00b484e46604 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:24:01 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:24:13 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.7p0"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p0"
+#define NTPSNMPD_VERSION       "4.2.7p1"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a9702ea1acd5e8174f42d00be801059848ebe84c..3f7e9cf38852eedfc67a321a55e6ad3f396ce057 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 13, 2009 at 05:24:17 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 15, 2009 at 05:24:27 AM by AutoGen 5.10
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index efcbc106bfeaeb9b20e2a217ce7d343eeb979ead..2486c35662c7c19518055e59478271e0df161327 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 13, 2009 at 05:24:03 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 15, 2009 at 05:24:14 AM by AutoGen 5.10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d7a8b51444ac06302fbceae27c3d379e60c174b5..805756ac2653c7792bff483f7480b8a73e1f0d3d 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=0
+point=1
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 0f54fb0f4cf07fe272851780cf9d734b9ae965bd..4f69527f86509ba32032279a073c7211154407d3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:27:44 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:27:52 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.7p0\n\
+"sntp - standard SNTP program - Ver. 4.2.7p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d8f88416e78b9be08871564a61e06f1e040b11d8..b6ee2a4e4d56167d46402bb578f465213121ab56 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:27:44 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:27:51 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.7p0"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p0"
+#define SNTP_VERSION       "4.2.7p1"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 02333fdfe47c15b3fbb863dd7d8ba98d2edee418..6899495ac1694e66fa6b31f28030efde215a7c42 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 13, 2009 at 05:27:49 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 15, 2009 at 05:27:57 AM by AutoGen 5.10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2ec3169042ac9739efd48c5eeb2a5ebcfc0ca8a8..dce64fbc937523884197972ba530ccba90e1f34c 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-12-13 "( 4.2.7p0)" "Programmer's Manual"
+.TH SNTP 1 2009-12-15 "( 4.2.7p1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 13, 2009 at 05:27:50 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 15, 2009 at 05:27:58 AM by AutoGen 5.10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index df3d99925b6d2aee79595e265353b4eca8c990b6..2061d58006e50ac1f9fa76fe32b1987b15e2ef6d 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.7p0 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p1 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index c8bf373a4e73b3a84d6ec22c1a8f99b8b23fa950..3893792536226b48a65f1c3a2360ad29bfb35161 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:27:57 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:28:04 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.7p0\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ffe9ea99e33cde4a14a547a148c9963aaa4c409b..e4cfe3b9c7aa3c25606f668cdc39d0b8b5c9564a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 13, 2009 at 05:27:56 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  December 15, 2009 at 05:28:04 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.7p0"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p0"
+#define NTP_KEYGEN_VERSION       "4.2.7p1"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 75db993dd0af96dd277f72e42864f5315bb74736..db5c5358080fc0c7597f0370d184b65a1b55b157 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 13, 2009 at 05:28:12 AM by AutoGen 5.10
+# It has been AutoGen-ed  December 15, 2009 at 05:28:20 AM by AutoGen 5.10
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 185c43087a59e027a2bf013e02ec3c4acc8df5ad..9544802c1535c0ec0b6fe89c1f0c3d3d38718864 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-12-13 "(ntp 4.2.7p0)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-12-15 "(ntp 4.2.7p1)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 13, 2009 at 05:27:58 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  December 15, 2009 at 05:28:05 AM by AutoGen 5.10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"