]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P111 NTP_4_2_7P111
authorHarlan Stenn <stenn@ntp.org>
Wed, 5 Jan 2011 08:46:48 +0000 (08:46 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 5 Jan 2011 08:46:48 +0000 (08:46 +0000)
bk: 4d242ff8oUpykWgiINbFzgZ06dma3A

29 files changed:
ChangeLog
clockstuff/clktest-opts.c
clockstuff/clktest-opts.h
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 4a9af9b960832bf2453d79d8a59c6998380dd48f..6896b34fd87a1a719737681a110e52ff0512d78f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p111) 2011/01/05 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1772] refclock_open() return value check wrong for ACTS.
 * Default --with-openssl-libdir and --with-openssl-incdir to the values
   from pkg-config, falling back on our usual search paths if pkg-config
index 5404b42b6ad4d2397004056f4dad0ef62ccea01b..ef8da1a3e6d764493c9d3fe062195fba474dea3a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:04:58 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:46:15 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[8] = "CLKTEST";
 static char const zUsageTitle[129] =
-"clktest - test the clock line discipline - Ver. 4.2.7p110\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f6fdc17b4e0a8ea30902052ca0f6f4cd87059424..85c9aee76213ffb862ed4198ba78ce18f761dae4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:04:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:46:15 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    10
-#define CLKTEST_VERSION       "4.2.7p110"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p110"
+#define CLKTEST_VERSION       "4.2.7p111"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 85ea3358cd88a1d3f711aaa15283bab29f8c56cb..6b831fb1b7d803e1cc907ab1f3c5d73c3b9191b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 09:58:49 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:44:36 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p110\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 684f2a457dce07c9e8a05dca662966280445350d..df70903cbd9b921e96806f1d605be4ddffa75969 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 09:58:49 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:44:36 AM by AutoGen 5.11.6pre7
  *  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.7p110"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p110"
+#define NTPD_VERSION       "4.2.7p111"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2c515fc138f905501a64572df553c8ff69cb4086..6aedc8230c27c2d22fe34a2e808b8ddd26eb93de 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  4, 2011 at 09:59:55 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  5, 2011 at 08:45:35 AM by AutoGen 5.11.6pre7
 # 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.7p110
+ntpd - NTP daemon program - Ver. 4.2.7p111
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 1aea4a1a91fa81d6cb9d61ed0ff3b2c21fbe890e..e26b1f06cc4c17822d41977395c33e8c2f08c4bb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-04 "( 4.2.7p110)" "Programmer's Manual"
+.TH NTPD 1 2011-01-05 "( 4.2.7p111)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January  4, 2011 at 09:59:55 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  5, 2011 at 08:45:34 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dbedbcbdf855297982d351641c88ca47fed6236a..6d0d9a7135736b32838d020ab13e57a34f419399 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:01:51 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:45:42 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p110\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 56222beab301f956584043d654b1bfeb2380e3eb..f7ecc8abf44aa672e818a0177046babaefa6d5ef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:01:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:45:42 AM by AutoGen 5.11.6pre7
  *  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.7p110"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p110"
+#define NTPDC_VERSION       "4.2.7p111"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b0d5f14601d454519c697d802ae96bf4d49ffda..2ba1196cd00cebd5c82c2c2d9880dd08fb3ccfc1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January  4, 2011 at 10:03:12 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  5, 2011 at 08:45:54 AM by AutoGen 5.11.6pre7
 # 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.7p110
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p111
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 46656ccf15aca60a784b76853299f96977746bf3..b276809d8f67a9aa52e9f17a8ab44023bc279e28 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-04 "( 4.2.7p110)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-05 "( 4.2.7p111)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January  4, 2011 at 10:03:10 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  5, 2011 at 08:45:54 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 14cbb3f04fda50c9582404f6f0990ada23ddb0e3..fec0f01792e0f9f44b10b0c73d0510d74753367f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:03:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:45:55 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p110\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 53615f26e5740ebb65d8a2087a5f121b7673b2a5..0e077d8b02f8f4a7b16f9aad688a3843b077027e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:03:13 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:45:55 AM by AutoGen 5.11.6pre7
  *  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.7p110"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p110"
+#define NTPQ_VERSION       "4.2.7p111"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fe3949ea9f48dedabf0a4a581a415afb8153cf14..8b980bebea7b176e03149a36a05f3bcca214443c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January  4, 2011 at 10:04:19 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  5, 2011 at 08:46:08 AM by AutoGen 5.11.6pre7
 # 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.7p110
+ntpq - standard NTP query program - Ver. 4.2.7p111
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 67534b6c0575461f98371c45bc38bbb938a5866e..a833e8736f6e0b925df54d6bf7b4f8a94293be2e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-04 "( 4.2.7p110)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-05 "( 4.2.7p111)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January  4, 2011 at 10:04:16 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  5, 2011 at 08:46:08 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b501deef202d35eff8804cc1381454399f1cc807..c338c668350d2af2e3310447ed1f64415cc56dc8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:04:23 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:46:09 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p110\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b9c73b92e947576bbca55dfcee765d8924bae974..4c29e9d551c7402b386f6c71e7baf1b5d9249889 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:04:23 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:46:09 AM by AutoGen 5.11.6pre7
  *  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.7p110"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p110"
+#define NTPSNMPD_VERSION       "4.2.7p111"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ce263a9b3624216926356fe9f42b0cacb8f459c7..0c88de0b7ed7094cf70df66b5d7be8b29d10db46 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  4, 2011 at 10:04:55 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  5, 2011 at 08:46:14 AM by AutoGen 5.11.6pre7
 # 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.7p110
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p111
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 34b5141278ed5600284cc0de6cc14d824c82abc6..e0ccaa20565976191f8d5755d837324befed3a77 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-04 "( 4.2.7p110)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-05 "( 4.2.7p111)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January  4, 2011 at 10:04:54 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  5, 2011 at 08:46:14 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5352e4a996c208ec7f9e9112325753a23b702529..d816d518dadfed20083ee5aa78618d3decc5d980 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=110
+point=111
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 877a37628233bdecd7f774ea82c7cb0af81d211e..766e6721238db994b58842f707ecf6f819956de7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 09:58:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:44:25 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[123] =
-"sntp - standard SNTP program - Ver. 4.2.7p110\n\
+"sntp - standard SNTP program - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ed6438b3f47082ab5021c83e3dfba45635acab66..31b865c292110b511c61c53a57e8aa41c2eef6a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 09:58:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:44:25 AM by AutoGen 5.11.6pre7
  *  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.7p110"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p110"
+#define SNTP_VERSION       "4.2.7p111"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8783ae7e0e7592e645ede984928021be41c5a273..ed149d47339943bf0131e54056e6bff85cbfc9af 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January  4, 2011 at 09:58:48 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  5, 2011 at 08:44:35 AM by AutoGen 5.11.6pre7
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -69,7 +69,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p110
+sntp - standard SNTP program - Ver. 4.2.7p111
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ec9194d434e724fe542953c5680efe4049a92453..19b7242cab1f40da965b48e129a777f955a4f000 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-04 "( 4.2.7p110)" "Programmer's Manual"
+.TH SNTP 1 2011-01-05 "( 4.2.7p111)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January  4, 2011 at 09:58:47 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  5, 2011 at 08:44:34 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 74b08c42d23b0a5b7ddb457f42eda690ecfea213..697cebdf68a05881260d54527273a588171379b2 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.7p110 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p111 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -139,7 +139,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p110
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p111
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index df97eb9e1157ed50bbc700e0b54edce603ae9ab5..b60211c348ed1e94fe9625f3c4fa0a7be9e77904 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:05:05 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:46:17 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p110\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p111\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fac82fd029fcd84edfb2d7cd5c1160dd50918d29..815f77f2ccc24fe3786b92ce06aaceb335072668 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January  4, 2011 at 10:05:05 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  5, 2011 at 08:46:17 AM by AutoGen 5.11.6pre7
  *  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.7p110"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p110"
+#define NTP_KEYGEN_VERSION       "4.2.7p111"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p111"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 79290a7c83a23ea89fc469b580eb5dda4c8ce57a..74a53385775156294918266e261d6e17b5718ab3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January  4, 2011 at 10:05:45 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  5, 2011 at 08:46:27 AM by AutoGen 5.11.6pre7
 # 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
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p110
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p111
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 23054b5cd9bd986558d3adfd75aa663b8098234d..39341066c601eea300fe776e4fe93a9e53d1546b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-04 "(ntp 4.2.7p110)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-05 "(ntp 4.2.7p111)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January  4, 2011 at 10:05:42 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  5, 2011 at 08:46:26 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"