]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P80
authorHarlan Stenn <stenn@ntp.org>
Wed, 10 Nov 2010 05:44:21 +0000 (05:44 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 10 Nov 2010 05:44:21 +0000 (05:44 +0000)
bk: 4cda31359npzXjRWooZPa_NK1J46UQ

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 886310f3116909a26606a62169c93769f525abb1..3136881af428291789d2d0d988b0ba5ecad444ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p80) 2010/11/10 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1574] from 4.2.6p3-RC9: sntp doesn't set tv_usec correctly.
 * [Bug 1681] from 4.2.6p3-RC9: sntp logging cleanup.
 * [Bug 1683] from 4.2.6p3-RC9: Interface binding does not seem to work
index 76534dbae713f9fbcc3ba7386e65c7c4e1fb0a65..436d3cbb9b43fd04a5304d4aa2c8f181e618e843 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:01 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:41:07 AM by AutoGen 5.10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1016,7 +1016,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p79\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p80\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 65a0cf76102233ebfc877d0fb57da99eeb78ff3b..9f571bb0c85326ab04a932be433628986b1966d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:00 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:41:07 AM by AutoGen 5.10
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -91,8 +91,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p79"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p79"
+#define NTPD_VERSION       "4.2.7p80"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p80"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ac690019c07b627633463adf3560f810984a89e2..d69d2bcb81b38904b21c6564543a2b7264abfb6d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2010 at 02:13:22 AM by AutoGen 5.10
+# It has been AutoGen-ed  November 10, 2010 at 05:41:39 AM by AutoGen 5.10
 # 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.7p79
+ntpd - NTP daemon program - Ver. 4.2.7p80
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 6cc0ea6af1c3d0fff36e91f553dab9624456887b..14af696efeb2494f593a66c86905c1f27789ca12 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-11-07 "( 4.2.7p79)" "Programmer's Manual"
+.TH NTPD 1 2010-11-10 "( 4.2.7p80)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2010 at 02:13:22 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  November 10, 2010 at 05:41:39 AM by AutoGen 5.10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f132ea6be5b5426e6111b5d052ebcdd44528c914..2dea1abad86370f91c6346f481fa3465578ab355 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:29 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:41:50 AM by AutoGen 5.10
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -452,7 +452,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p79\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p80\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e1e8b678fc8371f50fa6609351d5df902524ea76..b5b3ce7c7cbc6713b46f6c65713652353c286876 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:29 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:41:49 AM by AutoGen 5.10
  *  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.7p79"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p79"
+#define NTPDC_VERSION       "4.2.7p80"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p80"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9e762f9a0fb62388a2cf0474099d83521a7e47e7..e048827a8b0938c4a12c5e5f0e9f159f0a4e086d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2010 at 02:13:42 AM by AutoGen 5.10
+# It has been AutoGen-ed  November 10, 2010 at 05:42:00 AM by AutoGen 5.10
 # 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.7p79
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p80
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ffe6716740e9277ab28f954ef692f0879b0bc28a..aaee36951aac7c8905098fb9a204386333e72f00 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-11-07 "( 4.2.7p79)" "Programmer's Manual"
+.TH NTPDC 1 2010-11-10 "( 4.2.7p80)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2010 at 02:13:42 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  November 10, 2010 at 05:42:00 AM by AutoGen 5.10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 33ab507c86168f448964fb84dcb24922bd16be0a..8ba9855ebfa69774419793bf92ab4d5d12db290a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:43 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:42:00 AM by AutoGen 5.10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -427,7 +427,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p79\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p80\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b810d1037c4801bb16d172cc288ed7607fe9541e..0475cdae2c5275b1da55e8eaad9169a618cb0498 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:43 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:42:00 AM by AutoGen 5.10
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p79"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p79"
+#define NTPQ_VERSION       "4.2.7p80"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p80"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index daf72d7c4e64babaa4fb26291644d7d41e8d94cc..1a5736c6874841bc5342d7e289d4babeb36f8baa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2010 at 02:13:55 AM by AutoGen 5.10
+# It has been AutoGen-ed  November 10, 2010 at 05:42:12 AM by AutoGen 5.10
 # 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.7p79
+ntpq - standard NTP query program - Ver. 4.2.7p80
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 391307471dbe684e41c2281458b4b80aedb0d924..4a7fe3e9959e7b3a1fde729aa46f44a41ac878fe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-11-07 "( 4.2.7p79)" "Programmer's Manual"
+.TH NTPQ 1 2010-11-10 "( 4.2.7p80)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2010 at 02:13:55 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  November 10, 2010 at 05:42:12 AM by AutoGen 5.10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3e4956163ccdb9e8d754ee3d324b7d7cff59c8f1..ccf4c2b2535c8142827428061fa122ff37beaf5d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:55 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:42:12 AM by AutoGen 5.10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -256,7 +256,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p79\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p80\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bd985411fcbd4276ec73fc2b3e74c464f03da112..10ab064474b163da0746accad970d49d1bbbbfef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:13:55 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:42:12 AM by AutoGen 5.10
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p79"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p79"
+#define NTPSNMPD_VERSION       "4.2.7p80"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p80"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f299e2ba22c044ada389fa55c6e79193235c062d..c9c5162bf9ef865427557e3c4486df343782b4cb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2010 at 02:14:01 AM by AutoGen 5.10
+# It has been AutoGen-ed  November 10, 2010 at 05:42:19 AM by AutoGen 5.10
 # 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.7p79
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p80
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 13d1535c94e4d04306ff13e1c56470b596d7889f..83304fde6799de378d51cff71a5ca1e416231756 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-11-07 "( 4.2.7p79)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-11-10 "( 4.2.7p80)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2010 at 02:14:01 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  November 10, 2010 at 05:42:18 AM by AutoGen 5.10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 570ad7e201375acce4eef1603220eb943a0ad16c..dedbc478515b9daeadc808f5326896c63aed4018 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=79
+point=80
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b49838168a73ff97b76cb15d746669ca9b49b066..1b50ad8b3cb464365b36c84b16eafa71c5a6d742 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:15:21 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:43:47 AM by AutoGen 5.10
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -474,7 +474,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p79\n\
+"sntp - standard SNTP program - Ver. 4.2.7p80\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 007ed72efa374c161072fab9c7ce30006ee82239..a16bb50a4b39872d2dd33adfe27cddfcd5ceddf6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:15:21 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:43:47 AM by AutoGen 5.10
  *  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.7p79"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p79"
+#define SNTP_VERSION       "4.2.7p80"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p80"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index eeb60a862f1d082cd1f96d2684f938d189c33fb9..bdcab43f7e081046e81712e21c757b9e396dc16f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2010 at 02:15:26 AM by AutoGen 5.10
+# It has been AutoGen-ed  November 10, 2010 at 05:43:57 AM by AutoGen 5.10
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fc2aaf367ad9b86cc7cbe6a207b13fc9c372c289..4682464c416c0860642be0ef4c02ca001ddda8f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-11-07 "( 4.2.7p79)" "Programmer's Manual"
+.TH SNTP 1 2010-11-10 "( 4.2.7p80)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2010 at 02:15:26 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  November 10, 2010 at 05:43:57 AM by AutoGen 5.10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 042303f5178fa8f66ebe1327f3b5e18dfc40594e..85317f300519b7f4ea7a3868b0e6016866b34326 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.7p79 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p80 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by the draft NTPv4
 IETF specification.
index aadf227c5efa0eaa6233a2d09599c068f8d6b665..39b5f82686fa560a211444c703716bec4246537d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:15:27 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:43:58 AM by AutoGen 5.10
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -738,7 +738,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p79\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p80\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 24e14600d03c91a637e808a8eb67d00c9631b4d2..837ec6bb0db891d547667ce441c7986dc9e9a4ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November  7, 2010 at 02:15:27 AM by AutoGen 5.10
+ *  It has been AutoGen-ed  November 10, 2010 at 05:43:58 AM by AutoGen 5.10
  *  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.7p79"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p79"
+#define NTP_KEYGEN_VERSION       "4.2.7p80"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p80"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d22844b826c39c2e213f03ae036aafac149f702d..bc6643aee67b8230ecf17a18316aab05199e0e30 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November  7, 2010 at 02:15:33 AM by AutoGen 5.10
+# It has been AutoGen-ed  November 10, 2010 at 05:44:03 AM by AutoGen 5.10
 # 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.7p79
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p80
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 652ca27e291421da485913be643b95ba35bac098..cfd332170377c5421f090f7d0c8b9509ec142577 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-11-07 "(ntp 4.2.7p79)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-11-10 "(ntp 4.2.7p80)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  November  7, 2010 at 02:15:32 AM by AutoGen 5.10
+.\"  It has been AutoGen-ed  November 10, 2010 at 05:44:03 AM by AutoGen 5.10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"