]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P199 NTP_4_2_5P199
authorHarlan Stenn <stenn@ntp.org>
Sun, 9 Aug 2009 11:55:30 +0000 (07:55 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 9 Aug 2009 11:55:30 +0000 (07:55 -0400)
bk: 4a7eb932Dr2mrfie5ffWvxdjqwf7RA

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 f1dec2ccc6cb6e53c292ed580ed164c141cc0a03..1c486c0548f47575af174689266accfa5754aaf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p199) 2009/08/09 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1279] Cleanup for warnings from Veracode static analysis.
 (4.2.5p198) 2009/08/03 Released by Harlan Stenn <stenn@ntp.org>
 * Upgrade to autogen-5.9.9-pre5.
index 87fa5e0d425d19f91f9f4a2e6320759014b73859..7443d29552a674d155b7e2885bfa6cb43d2a2676 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:57:31 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:52:56 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.5p198\n\
+"sntp - standard SNTP program - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 74526cfc2d5916d37d057ad204df015910d46a32..e6fb7ad4ef887254dc85e6d251e4523f98b54c20 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:57:30 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:52:55 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.5p198"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p198"
+#define SNTP_VERSION       "4.2.5p199"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 257817518b375a35ae20b27329d9e02952c2f248..95bf38f1af4e96a55c387d1215599155c737ebce 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:57:33 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:52:59 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d10f4a58f721f3749b613dd96b84e6071b5a65bd..a13b61012242e89962bee15bba9cc9fb084e2664 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-03 "( 4.2.5p198)" "Programmer's Manual"
+.TH SNTP 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:57:32 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:52:57 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b553207727759b4cfce28ed1bf4cdee6e87393e3..a228ddbaf40363d1938a0928459c96401281c645 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:44:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:39:45 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.5p198\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 5a111d30aa8b6da685012ef823e891a7b20367dd..d1d00cbe50539d2be7058c7688611d3948478fc1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:44:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:39:44 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.5p198"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p198"
+#define NTPD_VERSION       "4.2.5p199"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e24552f8880b1a343d888d52a383b03ffbfec41e..0df85f028ce14d3a07052f74e09fabff3e0866b7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:44:35 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:39:47 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7400e6eb1b94d0fffe1275ca7f56603d4ece71d3..c79ff5a4274a3645d51e6e9b8145dc418ca1e7f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-08-03 "( 4.2.5p198)" "Programmer's Manual"
+.TH NTPD 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:44:34 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:39:46 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6b5efbc1ccc737fec4bf8762c60d96788ade72e0..ba13c46f7bf6c40f8ef477ab74fcfa0f8fef8ed3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:51:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:46:41 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.5p198\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a502419f283eab2e1bfd6993243d559c000fe1d7..4d8ce1b1e00d9ce25b4b1254ec744bae11668726 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:51:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:46:41 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.5p198"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p198"
+#define NTPDC_VERSION       "4.2.5p199"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0f5331711010bc451d1887e255df7509733ecf4a..18d5c23b9fa235e03f38eabb97d367667ec4662f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:51:19 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:46:43 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ba522059e4d871052efc7d2bad9bcae5a3a15159..4c55fac5d4b512841069f6bca1df01d9293cb97e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-08-03 "( 4.2.5p198)" "Programmer's Manual"
+.TH NTPDC 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:51:19 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:46:43 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8cde589c6db38f1adf047965210cb0888c32cdaf..18298b90ca6ce84ce36eb1bc2b96d6da5f11ea79 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:51:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:47:12 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.5p198\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 72514812da9c73399636069e3bf3a2f178e3c3e7..3c4a07c5eb79c9212bfbc620caf2ff1fe23b4fd6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:51:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:47:11 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.5p198"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p198"
+#define NTPQ_VERSION       "4.2.5p199"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 68ffb6804639e58acf7242c3006c7be24774460d..57655d2c1f9b0ba70b5bb0d841b59d0f9bd4a7b2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:51:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:47:14 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bffcd600ef7f48cad62132902c7c79b2b4002476..ee99f1c290fa61953b0d82dbe083821915c52e25 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-08-03 "( 4.2.5p198)" "Programmer's Manual"
+.TH NTPQ 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:51:49 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:47:13 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 157793382ea99a06604ed5cb0744f48065da3fb2..9032e2d76c4c01527f4e3bb45d996169e630f063 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:52:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:47:59 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.5p198\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1dbd037db7bfecd9100c78faf416e02b3fd2921c..1123eb515910767eff0add4644eef25d57e774e0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:52:32 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:47:59 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.5p198"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p198"
+#define NTPSNMPD_VERSION       "4.2.5p199"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e096f985c926bbfe098257192af8180154044231..24b64841367dd21b9de8f79dd4e9057b715ea090 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:52:34 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:48:01 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 59ad7cba6202e1478d368bc0e5b6f0fdec499a96..18441b94dcd800bc132c485d6e1b3d02d9b4ce15 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-08-03 "( 4.2.5p198)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:52:34 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:48:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 525e683b97704117667666ca4a9aefa8718d1786..0b5d656d0ab258c3518c4cba1f003d8ee46a456f 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=198
+point=199
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 926e13c97e6016f624ddc1ca369100087c913e27..9cc3e890d774b4a86242dbe9d1ce11310253d6d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:58:34 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:53:59 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.5p198\n\
+"sntp - standard SNTP program - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e99cfd11ca51d696a0a80e8ba4b13c3d057e884f..d2c4542083799ad270a6e3de7f2947d5d32e284c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:58:33 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:53:58 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.5p198"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p198"
+#define SNTP_VERSION       "4.2.5p199"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4510a986945d1a1729f821c4c0898f7bde9dbd3c..801fd2b31c98049d4120a04c63faaa67145b2c02 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:58:36 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:54:01 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f17c463937731c807fb5d25ec6b5d49a8efa0979..04c68a621a38b981d120b6d5aa76fe501110b76d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-08-03 "( 4.2.5p198)" "Programmer's Manual"
+.TH SNTP 1 2009-08-09 "( 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:58:35 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:54:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 468d75268b1f7f2d2410628595242a7ae6ad92b8..de72fa5832c8a1cc6c2f61137baa6c65cc1e5e51 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:59:19 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:54:10 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.5p198\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p199\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 64444397c13014f92f925ca3b2c8085ee1afc496..3f020f6554b36fa51976fce7fcc3155a21ea167a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  August  3, 2009 at 07:59:18 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  August  9, 2009 at 07:54:09 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.5p198"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p198"
+#define NTP_KEYGEN_VERSION       "4.2.5p199"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p199"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1af1423a6337018358a226ad22cdba31e4a70290..ca542d9153150ed2dcb9eba0f235a507901e588b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  August  3, 2009 at 07:59:21 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  August  9, 2009 at 07:54:11 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 36f2b6cf2c6cc75a3b916528820290266a75caee..57985917337bb20a00921365f94f486c537ebe8a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-08-03 "(ntp 4.2.5p198)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-08-09 "(ntp 4.2.5p199)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  August  3, 2009 at 07:59:20 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  August  9, 2009 at 07:54:11 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"