]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P171 NTP_4_2_5P171
authorHarlan Stenn <stenn@ntp.org>
Mon, 4 May 2009 12:02:28 +0000 (08:02 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 4 May 2009 12:02:28 +0000 (08:02 -0400)
bk: 49fed9546SLWxSTd1i_IeM2Mp4MwbA

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 1c8dc71dcda18116eedc9c752281876484eb86c8..876e7510896a9f54a54a628e0eb738f4d99c4ef9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p171) 2009/05/04 Released by Harlan Stenn <stenn@ntp.org>
 * Autokey documentation cleanup from Dave Mills.
 * [Bug 1171] line editing libs found without headers (Solaris 11)
 * [Bug 1173] NMEA refclock fails with Solaris PPSAPI
index b1b0c0dd60fce2d1f39d99c28a707b333a885b1b..1a7d5d5b52d4e8c6fdd33ed1e4e639bf29a659d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:03:58 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 08:00:05 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.5p170\n\
+"sntp - standard SNTP program - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4cd938df3fa5e716298e044b28c477a2a1be743e..5ba9fdc64535aaaecff48c3d5a40ff04c541831b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:03:57 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 08:00:04 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.5p170"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p170"
+#define SNTP_VERSION       "4.2.5p171"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2ab5feb07347e0419f0ab3a75b152501d7acb68c..1c1c9d424520a8a6bcaa9ed19df9dba9c6c4f774 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:00 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 08:00:07 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3879089bab5e549d49366b0250ea984a9c82ae39..34fe17c8012399150de5c34b556b36613b2dd38b 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
+.TH SNTP 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 08:03:59 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 08:00:06 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index efa67df9e53b6f286426dbd59cc040206e0ed653..a39c9599c65f2119e64cabbc4a4e8a5158bebda3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:24 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:46:24 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.5p170\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index c7c79d14851073bbd4a9b2e4068bfca97c321e81..d800489f17f2cf2771a2be76106d9b1bdc7c6572 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:23 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:46:23 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.5p170"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p170"
+#define NTPD_VERSION       "4.2.5p171"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d38ab7f285f51bd444f04855cc584d629ccb6af1..dcc386868f2adf014375de5300ed940ac44a5093 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:26 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 07:46:26 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.5p163
+ntpd - NTP daemon program - Ver. 4.2.5p170
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 496ce8e0ea0d2c2026397998c8d619b0b262dafd..a3a386bd6f864bd67fb184bf408ce8e6c0a1ab00 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
+.TH NTPD 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:50:25 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:46:25 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 949333c7f551a91d626d6677fc7cb110ddf749b7..58fdc1a9bbb67668deecd5e7f8a3a07624b405bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:06 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:23 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.5p170\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 793eacd4c7d40e2fc24e32109da6587008b89607..6fce63f512ef6dd89e3314e1faadb9c55dd47888 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:05 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:23 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.5p170"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p170"
+#define NTPDC_VERSION       "4.2.5p171"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 33c3191df553feaf2f6b846dc24f78b90c093038..9268f7ead8936cbe9b81a30b8a2bac3fede82d95 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:08 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 07:53:25 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.5p163
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p170
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 240754a28f97b93771d2c0008036c0631051bc98..c246df60858bd1da6e8cf3c263f96c88b7b9e9ed 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:07 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:25 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5549a6176db2e9b3b235661d10d24497673f566f..b88bdcfd0c1cf99ef09d63794a64767f4c8ad8a7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:36 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:53 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.5p170\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5f81c4baab2e619f95e929e80e40bd8b05975813..cf5adc05e1cfc2f0ec3d809db87a538627d4b70f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:35 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:52 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.5p170"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p170"
+#define NTPQ_VERSION       "4.2.5p171"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cecfc158e7e36fe94cd8cfab07d12ffff9d2d09a..f28f2b85f6d4aedfaa0b41f1f7cd27aa15bf30fb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:38 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 07:53:55 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.5p163
+ntpq - standard NTP query program - Ver. 4.2.5p170
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 35d4d070cd20a22659db095d7bb5601cb7051b4d..c4e7dd10a7f1482aad157d8b13e1d7d7c78cf693 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:57:37 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:53:53 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cf5f214a15a2d27f1eab61429f822e66819c16c7..93db90e4dd224b129e6f0ce06c6075bc87ffce93 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:21 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:54:36 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.5p170\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e16ef1a5ec8831ae52d749112861ae341b4c423e..9b7b72f46f4e7ac37951650ebf3fd6eedf494031 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:21 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 07:54:36 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.5p170"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p170"
+#define NTPSNMPD_VERSION       "4.2.5p171"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c690f3fde2cfe887438167a174316dde72bcb16e..f1a2bb63b4b5890645e49fa3ba92cc53f3d429b8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:23 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 07:54:38 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9d54d5e0743d71b71253896e819cf1c104e04ee9..55ebf4da52db63de9100173eac9f8634c906e784 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 07:58:22 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 07:54:37 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 819639b091fe2af20bbc76f6196fb81d8138e7d8..456c82387d4354aa975d98519e41522a44543c18 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=170
+point=171
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index be399eef599932793208f3697d1a95c5328b2f4f..86c05475d5d9f417c652d469a44983cb9b3ad49a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:56 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:02 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.5p170\n\
+"sntp - standard SNTP program - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0aead35d9aee8f40f8f2562fe9680c84e9c9f01a..e15be67a923ee9143e6e3d4474dcb46a3165a0cc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:56 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:01 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.5p170"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p170"
+#define SNTP_VERSION       "4.2.5p171"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 55a8792ff782c1924c85cd068de5114e85671c03..695065d23d76ac879719defd8aa8fd79de6c8479 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:58 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 08:01:04 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3a2de423784b6db19e4059a12dee7459ab6adadc..4d049b79dbf389e3c165331468d5a61b5503a0ba 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-02 "( 4.2.5p170)" "Programmer's Manual"
+.TH SNTP 1 2009-05-04 "( 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 08:04:57 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:03 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index af25fedf42130ca54e4b6db742a549b48dc29bde..ff6364b744cb18bc9f937d48acda0ffc2797ec50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:16 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:22 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.5p170\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p171\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6bfd78cec7ffd2e1941b953c288f904135c2205a..c6aaf34f915328b8dcb91b9a9bd81252bc7c4942 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:16 AM EDT
+ *  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:21 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.5p170"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p170"
+#define NTP_KEYGEN_VERSION       "4.2.5p171"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p171"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6d0b1c137c70b005e3b1542e20029075b25e17a2..2234208c9d67ee15530f29f310e23ab210255bb0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:18 AM EDT
+# It has been AutoGen-ed  Monday May  4, 2009 at 08:01:23 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.5p163
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p170
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index a32c1e9fb19a7ea7424716fad7f5395bb12f07d8..19824eb21db71dbafcb1ae835d823053c982b07b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-05-02 "(ntp 4.2.5p170)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-04 "(ntp 4.2.5p171)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  2, 2009 at 08:05:18 AM EDT
+.\"  It has been AutoGen-ed  Monday May  4, 2009 at 08:01:23 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"