]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P88 NTP_4_2_7P88
authorHarlan Stenn <stenn@ntp.org>
Thu, 2 Dec 2010 10:10:07 +0000 (10:10 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 2 Dec 2010 10:10:07 +0000 (10:10 +0000)
bk: 4cf7707fXdW_xpNWL6tWRp1dvxYoLA

27 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
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index fa1fb8e0c598657308b5ce93efa86a668339892e..779ec1639d41fdd9f09baed302f1e62741cd855d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p88) 2010/12/02 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1735] 'clocktime()' aborts ntpd on bogus input
 (4.2.7p87) 2010/12/01 Released by Harlan Stenn <stenn@ntp.org>
 * from 4.2.6p3-RC12: Clean up m4 quoting in configure.ac, *.m4 files,
index a8d5680395da78297548e14c58287605cb60861e..c13141bad9ed6d264f582610508bf43c42aec693 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:21 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:08:57 AM by AutoGen 5.11.3
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p87\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index d65745a828f4beb5ff45430c1a927d4acf156192..25900cd96e2834d3e18ad29375d04690500c0226 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:21 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:08:57 AM by AutoGen 5.11.3
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p87"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p87"
+#define NTPD_VERSION       "4.2.7p88"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d15b8142b67a6e4af87f89e0dfd7726e21c634e7..67a43c750944c10390c39e3862a8dc407e199730 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2010 at 10:09:39 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  2, 2010 at 10:09:14 AM by AutoGen 5.11.3
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p87
+ntpd - NTP daemon program - Ver. 4.2.7p88
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index f58679457507c0a4ea94cf963e0b23f55e9f90d9..c38b66bc880693989d90d7c50632fc51fe25b9b5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-01 "( 4.2.7p87)" "Programmer's Manual"
+.TH NTPD 1 2010-12-02 "( 4.2.7p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2010 at 10:09:38 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  2, 2010 at 10:09:14 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 32466fd5b5c1c021fd24c50fdd51756faf50a10e..5badb9ccf2d69d25aad9027e1a8ef4ce250710fd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:44 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:20 AM by AutoGen 5.11.3
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p87\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4ea8b2fe784d5e42633b58b9eec9815afb79eb24..3bb4b9b7564e9d3f71d6dd47bf4da4b3079438c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:44 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:20 AM by AutoGen 5.11.3
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p87"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p87"
+#define NTPDC_VERSION       "4.2.7p88"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b34faba0e6711eebf8fdea11ef1d3c6dcb21081b..0e350a8d6cbb8cfff8b5e84925c6ba09bae8f791 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2010 at 10:09:54 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  2, 2010 at 10:09:30 AM by AutoGen 5.11.3
 # 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.7p87
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p88
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 6fa6d9ed71f7f5a55e877204897a91e624d2e77f..98baf4be677341bd2f372fa0b23d343747b5f695 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-01 "( 4.2.7p87)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-02 "( 4.2.7p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2010 at 10:09:54 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  2, 2010 at 10:09:29 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9553df0c04ace575baa994e7b3228dbb104b4605..45b7e64ac780589f26a21528f8edc13536d99f59 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:55 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:30 AM by AutoGen 5.11.3
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p87\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1675abbe06cc3253d9d73fb9ad6449f16233f567..ecfd91d0a2f940daabae3472b5dde628ff30c116 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:55 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:30 AM by AutoGen 5.11.3
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p87"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p87"
+#define NTPQ_VERSION       "4.2.7p88"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 08a8b654bd2a202d8dc31c06dce568ef3535463b..b8ceb9af95fa7c5bb56e8135ff101b6a45e94e91 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2010 at 10:10:06 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  2, 2010 at 10:09:41 AM by AutoGen 5.11.3
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p87
+ntpq - standard NTP query program - Ver. 4.2.7p88
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a005e4a8bae387c8f40772adb6584bea6089cce4..e91c5b3521dfdeeb1dcf1abcaa0e2abca0f2b1eb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-01 "( 4.2.7p87)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-02 "( 4.2.7p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2010 at 10:10:05 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  2, 2010 at 10:09:41 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 61f719081078b6367b02be9a5d8fd4e332218648..1f69cb632828e8923a82e0b07fec923b2ba133f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:10:06 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:42 AM by AutoGen 5.11.3
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p87\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 31192698d52fa2eb4d8db0c148f9c1334e7f55ec..6a1ec6b7b0f4340b27a0e07ed49613edfd5b2ab5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:10:06 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:42 AM by AutoGen 5.11.3
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -61,8 +61,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p87"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p87"
+#define NTPSNMPD_VERSION       "4.2.7p88"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8873c6d1b3ea18d1d6edbb663702d14c1293462d..262933ef823738e14574f047a489cb86b69bb3f0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2010 at 10:10:12 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  2, 2010 at 10:09:47 AM by AutoGen 5.11.3
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p87
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p88
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 35e482874bd6f70bfd274b01b8ca64801091b344..5fb119aefe1d8ae482f6ffb0ed789c8a3391242b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-01 "( 4.2.7p87)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-02 "( 4.2.7p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2010 at 10:10:11 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  2, 2010 at 10:09:47 AM by AutoGen 5.11.3
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 85f890366b1c2a5df179c514674f576e56de30ae..0689b41b5e649440c695b0065058b73ddc83d18d 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=87
+point=88
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 7abb7dbfa8d9886846a63c07a28a232a176e39d7..d9839ffb27b0adf4f2e6a8ccb489159c7f38823e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:14 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:08:50 AM by AutoGen 5.11.3
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p87\n\
+"sntp - standard SNTP program - Ver. 4.2.7p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9ded0b65df4c646a82a07bc4ab0e5eeeb43f8fc6..c489f4c2a5c4b91a57b360bfa1069f0bdfc9af1e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:09:14 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:08:50 AM by AutoGen 5.11.3
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p87"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p87"
+#define SNTP_VERSION       "4.2.7p88"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6908ca3beda9835caf896f04ae3fbb7b4d50f359..a048eccbfdd6a6e5044e05e81eb40dc535de7b18 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2010 at 10:09:19 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  2, 2010 at 10:08:56 AM by AutoGen 5.11.3
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -56,7 +56,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p87
+sntp - standard SNTP program - Ver. 4.2.7p88
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1b40892a7e4649ea87dc77d27301a11601dc4aa4..a074c091f5b6ad55d19107c1ec297faa95a82293 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-01 "( 4.2.7p87)" "Programmer's Manual"
+.TH SNTP 1 2010-12-02 "( 4.2.7p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2010 at 10:09:19 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  2, 2010 at 10:08:55 AM by AutoGen 5.11.3
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 953451eec12e891cdba040ea746f34b355464353..17dce85642e48265c8efb200b33ab29e0cc9bcaa 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p87 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p88 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index ba0f34ef38a02dc2dd3a046fc845bb7c8328c81a..848dc7cbf23f16581765cc5862619a35a3a6a7c9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:10:12 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:48 AM by AutoGen 5.11.3
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p87\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6f59270b8036eca57a885fe959e1ea7203abf15e..f68e4ffd2b27269544057f19c60633b25b3f6eb6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  1, 2010 at 10:10:12 AM by AutoGen 5.11.3
+ *  It has been AutoGen-ed  December  2, 2010 at 10:09:48 AM by AutoGen 5.11.3
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p87"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p87"
+#define NTP_KEYGEN_VERSION       "4.2.7p88"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f1944730d79e4c43243af1a36b3bdb63276a5d9f..420bf0cc6af73c5e8033ab2bea86958eceb5a74d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  1, 2010 at 10:10:18 AM by AutoGen 5.11.3
+# It has been AutoGen-ed  December  2, 2010 at 10:09:56 AM by AutoGen 5.11.3
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -52,7 +52,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.7p87
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p88
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index a39e268c255f0eb6704c29e21d00c72c0459e2f4..adade8f9bc8fd19651bd5349338f2411c99d5400 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-01 "(ntp 4.2.7p87)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-02 "(ntp 4.2.7p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December  1, 2010 at 10:10:18 AM by AutoGen 5.11.3
+.\"  It has been AutoGen-ed  December  2, 2010 at 10:09:56 AM by AutoGen 5.11.3
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"