]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P172 NTP_4_2_5P172
authorHarlan Stenn <stenn@ntp.org>
Wed, 6 May 2009 11:55:27 +0000 (07:55 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 6 May 2009 11:55:27 +0000 (07:55 -0400)
bk: 4a017aafm6F5WqRHupi0OzXq6NFvNw

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 b9e46f51c3c738c376099c07610c346acb0cc29f..4f32581319612ab29b13ed14d93c954ee45cb83c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p172) 2009/05/06 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1175] Instability in PLL daemon mode.
 * [Bug 1176] refclock_parse.c does not compile without PPSAPI.
 (4.2.5p171) 2009/05/04 Released by Harlan Stenn <stenn@ntp.org>
index 1a7d5d5b52d4e8c6fdd33ed1e4e639bf29a659d8..566417397fc888c70e6cc9314fc3bb0329f1e2d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 08:00:05 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:53:11 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p171\n\
+"sntp - standard SNTP program - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5ba9fdc64535aaaecff48c3d5a40ff04c541831b..16832d4b0bd2c1eecc47f375d594766ef3c544b6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 08:00:04 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:53:10 AM EDT
  *  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.5p171"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p171"
+#define SNTP_VERSION       "4.2.5p172"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c1c9d424520a8a6bcaa9ed19df9dba9c6c4f774..d11e7c13dfd413401563a3aaad032c5c5e865390 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 08:00:07 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:53:13 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 34fe17c8012399150de5c34b556b36613b2dd38b..378e94218465b383021e3c9aa9fa9ecbf2249cfe 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
+.TH SNTP 1 2009-05-06 "( 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 08:00:06 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:53:12 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a39c9599c65f2119e64cabbc4a4e8a5158bebda3..0bcf843b3efec47e974111710f36d68addb8d06c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:46:24 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:39:40 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p171\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d800489f17f2cf2771a2be76106d9b1bdc7c6572..cb6accaec8a9a45316c4cf4471cf77110b17170b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:46:23 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:39:40 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p171"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p171"
+#define NTPD_VERSION       "4.2.5p172"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dcc386868f2adf014375de5300ed940ac44a5093..e60645ad6736a6000b93686e9cf0194bb95d2d09 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 07:46:26 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:39:43 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -60,7 +60,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p170
+ntpd - NTP daemon program - Ver. 4.2.5p171
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a3a386bd6f864bd67fb184bf408ce8e6c0a1ab00..0925f7e27fbd1747bd793a91612f450bebc8affb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
+.TH NTPD 1 2009-05-06 "( 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:46:25 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:39:42 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 58fdc1a9bbb67668deecd5e7f8a3a07624b405bc..5348ca92f979ad96bfe411457b6c0f0a2407b017 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:23 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:28 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p171\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6fce63f512ef6dd89e3314e1faadb9c55dd47888..2f8e85d4de26ac00cedd3b10cf9ddd456854830c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:23 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:27 AM EDT
  *  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.5p171"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p171"
+#define NTPDC_VERSION       "4.2.5p172"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9268f7ead8936cbe9b81a30b8a2bac3fede82d95..526ed5428dfaefe585084845f467e79539670bb5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 07:53:25 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:29 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.5p170
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p171
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c246df60858bd1da6e8cf3c263f96c88b7b9e9ed..d923c0d0c0a2311ba53df8f6edda1c96df5d2697 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-06 "( 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:25 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:29 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b88bdcfd0c1cf99ef09d63794a64767f4c8ad8a7..53fc227e8af98dd7240f1d97eb87ac580c2921ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:58 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p171\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cf5adc05e1cfc2f0ec3d809db87a538627d4b70f..c8762e7c168b90cb13962b6239708929f15a9561 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:58 AM EDT
  *  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.5p171"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p171"
+#define NTPQ_VERSION       "4.2.5p172"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f28f2b85f6d4aedfaa0b41f1f7cd27aa15bf30fb..020904b265155b12687229c2604497a59b1997cf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 07:53:55 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:47:00 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -46,7 +46,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.5p170
+ntpq - standard NTP query program - Ver. 4.2.5p171
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c4e7dd10a7f1482aad157d8b13e1d7d7c78cf693..9209b0f318586f34c8798bc3bdaf07c806af3a66 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-06 "( 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:53 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:46:59 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 93db90e4dd224b129e6f0ce06c6075bc87ffce93..75703cde3aa087448288b3f5b1fa90cf42da21ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:54:36 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:47:44 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p171\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9b7b72f46f4e7ac37951650ebf3fd6eedf494031..02a268387f23a641e754f2df19d7f82b7fa256ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 07:54:36 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:47:44 AM EDT
  *  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.5p171"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p171"
+#define NTPSNMPD_VERSION       "4.2.5p172"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f1a2bb63b4b5890645e49fa3ba92cc53f3d429b8..2962bf2411a3212e31a0c241bbb51b05fac04e60 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 07:54:38 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:47:46 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 55ebf4da52db63de9100173eac9f8634c906e784..3649902e9be2597da1c02e1e6d38f026ca425d41 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-05-06 "( 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:54:37 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:47:45 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 456c82387d4354aa975d98519e41522a44543c18..6f494f6489f6ae7c3819a90702fa0fdb71c5b893 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=171
+point=172
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 86c05475d5d9f417c652d469a44983cb9b3ad49a..81770d62767e6a2876b6be1cc7bedcd9d18f40aa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:08 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p171\n\
+"sntp - standard SNTP program - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e15be67a923ee9143e6e3d4474dcb46a3165a0cc..fad057971c460c9c39e6f5e3479cab90768c27a4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:01 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:07 AM EDT
  *  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.5p171"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p171"
+#define SNTP_VERSION       "4.2.5p172"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 695065d23d76ac879719defd8aa8fd79de6c8479..0f886549d0298cf40c4abb90e78255ea09f11ff9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 08:01:04 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:10 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4d049b79dbf389e3c165331468d5a61b5503a0ba..4c75fc6d5ede3d4cbe63444057b394f4d6307bff 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
+.TH SNTP 1 2009-05-06 "( 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:03 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:09 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ff6364b744cb18bc9f937d48acda0ffc2797ec50..c090e9b0e684b532fb2574baf87fb127a9af4b0a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:22 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:18 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p171\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c6aaf34f915328b8dcb91b9a9bd81252bc7c4942..5483475445a71bebcfba341eb70773a018bb26cc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:17 AM EDT
  *  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.5p171"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p171"
+#define NTP_KEYGEN_VERSION       "4.2.5p172"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2234208c9d67ee15530f29f310e23ab210255bb0..b75326de128af3e2bd561afb22b9ba37df45c8c2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May  4, 2009 at 08:01:23 AM EDT
+# It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:21 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 @exampleindent 0
 @example
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p170
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p171
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 19824eb21db71dbafcb1ae835d823053c982b07b..60883ea58f4dbfea58389d6379ec411e0c0a3689 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-05-04 "(ntp 4.2.5p171)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-06 "(ntp 4.2.5p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:23 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May  6, 2009 at 07:54:19 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"