]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P217 NTP_4_2_5P217
authorHarlan Stenn <stenn@ntp.org>
Sun, 20 Sep 2009 11:51:55 +0000 (07:51 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 20 Sep 2009 11:51:55 +0000 (07:51 -0400)
bk: 4ab6175bD6LZWgKeT2IXGJkREiXTHg

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 00b02f45822d057e52505f10604f84d87524099d..f2513dc97c13fe761356d4cbfef6cd0852c41510 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p217) 2009/09/20 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1300] reject remote configuration of dangerous items.
 (4.2.5p216) 2009/09/19 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1312] ntpq/ntpdc MD5 passwords truncated to 8 chars on Suns.
index b74713cdf01e678cc9365c01408a1db0105c66e4..37387a7f316538a3ab76118e2a49f2688696372a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:37:29 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:36:06 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -918,7 +918,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p216\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 92867bce6390247d92f33b75e5e9c67d723a6589..7ff9e83aac73f8c9272d54a29f2fb46b8aab60df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:37:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:36:05 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.5p216"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p216"
+#define NTPD_VERSION       "4.2.5p217"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f9589504167aca1876b4479946caf221a711d3a0..e7fbb1246a0c3eaa6ac99786ad3be289cc58cd83 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 19, 2009 at 07:37:32 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 20, 2009 at 07:36:09 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index af7ff83ea791f359bec65bb497d529a53332124f..2973b3d07762a50171a945c4794dd0803dc551b4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
+.TH NTPD 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 19, 2009 at 07:37:31 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 20, 2009 at 07:36:07 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dfb2c63cd8d9ed2be8eff7a52f17c364336fb759..d7476e7f39f53526067ef9c36794aba713096c49 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:44:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:43:13 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p216\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index acccd89716655fb72f96074acae91efe37f757d5..3619a8b62190a3cd627e74e81440f8b3a7bdcc63 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:44:37 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:43:12 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.5p216"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p216"
+#define NTPDC_VERSION       "4.2.5p217"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 81ffff9bbc58511e9aed269e79ef860c248f7085..d7dc8c3299d70e9289a7397e8c99af2313e6ab7e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  September 19, 2009 at 07:44:40 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 20, 2009 at 07:43:15 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e62e40a4f2660f5eeafb56f973fbdc5cf4b875d4..47c00fe90f89f92bc285ace4f86ea860acf31971 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
+.TH NTPDC 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  September 19, 2009 at 07:44:39 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 20, 2009 at 07:43:14 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92007bcd176dc3324bc0f595c302cb48c2e2c7f2..767086cf4b0f0f48566deb3bc0227c00acea62bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:45:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:43:45 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -414,7 +414,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p216\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b4e1619f63720df11a2c3a7561c04934b521ba08..60cb2e5a0644a3c8ad1e44599478dee68ce870ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:45:09 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:43:44 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p216"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p216"
+#define NTPQ_VERSION       "4.2.5p217"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 37424e020c6756f58159bb5981d8d3f497471777..625bad6d3083bf5cac9dabe8dadbd645726d2a6b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  September 19, 2009 at 07:45:12 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 20, 2009 at 07:43:47 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cbdb16e8b86484520224e0f59c061e1e0e456ca0..c5da7ff109626d3ada76fdad87f933cc418f8783 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
+.TH NTPQ 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  September 19, 2009 at 07:45:11 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 20, 2009 at 07:43:46 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 020a5eeb23a6d4cd691459f1d35ca6676ae5f437..73b02dbb18603ec717b8c0fcd7b18d7d6a09393e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:45:58 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:44:33 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.5p216\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p217\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4d91308a015818b24ce5cee9d60f34cc67825a94..211653caffac597fe43e62dfdafaf9d9963910c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:45:57 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:44:33 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.5p216"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p216"
+#define NTPSNMPD_VERSION       "4.2.5p217"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a6510f99a96c39769003fe737a72eb55531b30a3..fe59b935849bad78de07ccb172b78bbd77e0fbf8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  September 19, 2009 at 07:45:59 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 20, 2009 at 07:44:35 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fe07b50149b327d4194e32cbf06ce19420ebaec7..51e220c0828288a026e5f47a5ea058d84de717f0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  September 19, 2009 at 07:45:59 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 20, 2009 at 07:44:34 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cb2fc488133502ada8f64c762bbb953f4144ee28..645dbfb8d25ab6bf88ba3a608cebfc5b6ffaf6d6 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=216
+point=217
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 9aa3aa1781d229e1e1518759614dea773533b43f..2e48c40952032660f535c13bce0384fc234f3c93 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:51:05 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:49:35 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.5p216\n\
+"sntp - standard SNTP program - Ver. 4.2.5p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1171a826c380ff484ca6bb4a542d8181f6543d52..83ab50a2771759b07956d0a70e15caf04e685b60 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:51:04 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:49:34 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.5p216"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p216"
+#define SNTP_VERSION       "4.2.5p217"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e68950927fe7873623924344c1dc42c0327c745e..c53b92fb8656f9c02739e0d0ba0c6d85641a711c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  September 19, 2009 at 07:51:07 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 20, 2009 at 07:49:37 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ef95c81e109fd7a3e22dfdcfc2e020bf30296fee..96989115f65998743d33756ede75823410a5d1f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-09-19 "( 4.2.5p216)" "Programmer's Manual"
+.TH SNTP 1 2009-09-20 "( 4.2.5p217)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  September 19, 2009 at 07:51:06 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 20, 2009 at 07:49:36 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 969c848920151a56f3e266f4687f5eb2164e207a..f490e24db7ebfa549cc3559e2ccc9408c12cfd17 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:52:09 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:50:40 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -769,7 +769,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p216\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p217\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 93f2c169859fb70142bfd0e1473a615872382b8d..68f30c3a4e6c98789d8dac20262e1bb7226407b4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  September 19, 2009 at 07:52:08 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  September 20, 2009 at 07:50:39 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.5p216"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p216"
+#define NTP_KEYGEN_VERSION       "4.2.5p217"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p217"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 613da8b133a4a1cd6ae167797b1e9ad7645adf37..e30084583b61cab8eeaf6d7a20c7588563cfe797 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  September 19, 2009 at 07:52:12 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  September 20, 2009 at 07:50:42 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 04fb26b9552cb9ca4df18b6b5fccd9fbbde6ee47..01ad136a9b61357f964b85c12c0941064cecb8bd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-09-19 "(ntp 4.2.5p216)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-09-20 "(ntp 4.2.5p217)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  September 19, 2009 at 07:52:11 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  September 20, 2009 at 07:50:42 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"