]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P200 NTP_4_2_5P200
authorHarlan Stenn <stenn@ntp.org>
Wed, 12 Aug 2009 11:57:54 +0000 (07:57 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 12 Aug 2009 11:57:54 +0000 (07:57 -0400)
bk: 4a82ae42J-bhvcuinl6XXaOUiEUzBA

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
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 b8a24806d934804bec6134063466e50471707a35..2a48a6fa5111c8dc99705071c6bfe3fa8d8cef9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p200) 2009/08/12 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1281] Build ntpd on Windows without big SDK download, burn,
   and install by checking in essentially unchanging messages.mc build
   products to avoid requiring mc.exe, which is not included with VC++
index 7443d29552a674d155b7e2885bfa6cb43d2a2676..238059d5d19cc23a2d090e4e4f6431d4e62ef738 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:52:56 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:55:27 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.5p199\n\
+"sntp - standard SNTP program - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e6fb7ad4ef887254dc85e6d251e4523f98b54c20..5540125cae88809f83636cbb9f535133ae1d5cf6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:52:55 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:55:26 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.5p199"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p199"
+#define SNTP_VERSION       "4.2.5p200"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 95bf38f1af4e96a55c387d1215599155c737ebce..7cf37c632bad1d0c28cc14096790f9f235325e72 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:52:59 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:55:30 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a13b61012242e89962bee15bba9cc9fb084e2664..8d52900bd05fdb5c09372e5679fc739e357ef4d3 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+.TH SNTP 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:52:57 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:55:28 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a228ddbaf40363d1938a0928459c96401281c645..74259c5a820c417062374a9249ab6b889914883d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:39:45 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:42:24 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.5p199\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d1d00cbe50539d2be7058c7688611d3948478fc1..45e51cac9561fdc8c005aa7ed1a7845d98fad591 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:39:44 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:42:23 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.5p199"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p199"
+#define NTPD_VERSION       "4.2.5p200"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0df85f028ce14d3a07052f74e09fabff3e0866b7..f0169127fb9cb1a63fa5324916481b22b127cff5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:39:47 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:42:27 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c79ff5a4274a3645d51e6e9b8145dc418ca1e7f8..0491bdd1eff511ffb8e9a8d9c0ed08e53c15e0a8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+.TH NTPD 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:39:46 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:42:26 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ba13c46f7bf6c40f8ef477ab74fcfa0f8fef8ed3..b7eb610a2d0b93a5eb57d1958512ff760562dde5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:46:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:49:18 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.5p199\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4d8ce1b1e00d9ce25b4b1254ec744bae11668726..34b7791b9d965bcbe44a6f46a05f93d3a845d07b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:46:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:49:17 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.5p199"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p199"
+#define NTPDC_VERSION       "4.2.5p200"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 18d5c23b9fa235e03f38eabb97d367667ec4662f..ff239909cbe1ce7a3524b3e1552d441a013290be 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:46:43 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:49:20 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4c55fac5d4b512841069f6bca1df01d9293cb97e..0fa0b5196fd62b3637fef5048b001c3ea7bdb2cb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:46:43 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:49:19 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 18298b90ca6ce84ce36eb1bc2b96d6da5f11ea79..aa4c292d6faff6f1666b9c83a1a0139f38369ff6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:47:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:49:49 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -408,7 +408,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p199\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3c4a07c5eb79c9212bfbc620caf2ff1fe23b4fd6..df6f9188b4113197562f5c13b10d1dfb85033b81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:47:11 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:49:49 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.5p199"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p199"
+#define NTPQ_VERSION       "4.2.5p200"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 57655d2c1f9b0ba70b5bb0d841b59d0f9bd4a7b2..0e2f2c38d0df2c30b965d546904767de1dc6846e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:47:14 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:49:52 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ee99f1c290fa61953b0d82dbe083821915c52e25..352d369dcb0c2160122aab1c628dc09b58ebec38 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:47:13 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:49:51 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9032e2d76c4c01527f4e3bb45d996169e630f063..c313d7aec80131c1dcec370a4d13c99d7c0a2b6b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:47:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:50: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.5p199\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1123eb515910767eff0add4644eef25d57e774e0..739f854d8c482eae8f1f14ef80337e6b383d7a66 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:47:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:50:32 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.5p199"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p199"
+#define NTPSNMPD_VERSION       "4.2.5p200"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 24b64841367dd21b9de8f79dd4e9057b715ea090..1dfefdfb2969d66a166767cb69e54d9711ecd21c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:48:01 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:50:35 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 18441b94dcd800bc132c485d6e1b3d02d9b4ce15..0dbf3fb890a4863125075d29607630ec8fec3cf0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:48:00 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:50:34 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0b5d656d0ab258c3518c4cba1f003d8ee46a456f..ee8f0ad0eeb799fdc9dfbb761d53a1c70ba7d3e4 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=199
+point=200
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 9cc3e890d774b4a86242dbe9d1ce11310253d6d8..7f6dcb85682fe411b4aaa90d55de4252d2b1d561 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:53:59 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:56:29 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -508,7 +508,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p199\n\
+"sntp - standard SNTP program - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d2c4542083799ad270a6e3de7f2947d5d32e284c..361f21f48fa41b27dec54e9afc74091a728d23b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:53:58 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:56:29 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p199"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p199"
+#define SNTP_VERSION       "4.2.5p200"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 801fd2b31c98049d4120a04c63faaa67145b2c02..57250ddc5d26f4c979ebf7241d61314d1abd5450 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:54:01 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:56:32 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 04c68a621a38b981d120b6d5aa76fe501110b76d..275d0d1a9a25251e42693f03e8c4f640ed849fc7 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
+.TH SNTP 1 2009-08-12 "( 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:54:00 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:56:31 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index de72fa5832c8a1cc6c2f61137baa6c65cc1e5e51..f5b7f907317808fefc9804ad053dcc64e734e868 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:54:10 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:56:42 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.5p199\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p200\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3f020f6554b36fa51976fce7fcc3155a21ea167a..e789b5aafab2c6e0d37c0810b9e983fca188b7e4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August  9, 2009 at 07:54:09 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August 12, 2009 at 07:56:41 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.5p199"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p199"
+#define NTP_KEYGEN_VERSION       "4.2.5p200"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p200"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ca542d9153150ed2dcb9eba0f235a507901e588b..251af6ebfa7d781da9a5950670aec39ae53c440f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August  9, 2009 at 07:54:11 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August 12, 2009 at 07:56:44 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 57985917337bb20a00921365f94f486c537ebe8a..2b23f025726de1114f2b3e518087a273dc7f99a9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-09 "(ntp 4.2.5p199)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-12 "(ntp 4.2.5p200)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August  9, 2009 at 07:54:11 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August 12, 2009 at 07:56:43 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"