]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P114 NTP_4_2_7P114
authorHarlan Stenn <stenn@ntp.org>
Sat, 8 Jan 2011 09:53:03 +0000 (09:53 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 8 Jan 2011 09:53:03 +0000 (09:53 +0000)
bk: 4d2833ff7Y9dHkocfoRMFNB1UNePow

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 1794466b9c3b2553f02190a1b6842cde05bec914..caba3c0c37a4461320301f28c82ce068c8b7fe0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p114) 2011/01/08 Released by Harlan Stenn <stenn@ntp.org>
 * Fix for openssl pkg-config detection eval failure.
 * Add erealloc_zero(), refactor estrdup(), emalloc(), emalloc_zero() to
   separate tracking callsite file/line from using debug MS C runtime,
index 7ddc4eb8539844a4d608074749c72f25a722de18..2a259f089590370d2d9aca54c7e6da228c0c312d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:13:32 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:46 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.7p113\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index da7f58b0b52d5b5bf9b23d08d788baaded528efd..36262b06ce7c6de05da28e7280709d36066f8cca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:13:32 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:46 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.7p113"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p113"
+#define CLKTEST_VERSION       "4.2.7p114"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a96e550c116af365044b3517a0e13fe2c67e10e3..469d676f63cc22d060e2ed4f75115fda32b101bd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:06:06 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:45:31 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.7p113\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 3b098366f5bc05ab72c21a523ddab05beb4ae878..9cc0b591c687ec997a4be3adf67fa1a8aa9ac0d8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:06:05 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:45:31 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.7p113"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p113"
+#define NTPD_VERSION       "4.2.7p114"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a525631be0099bce1bc81e5696c4816d3f26c096..0807071f3284dee4efd68b5b3485e8bde1981513 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  7, 2011 at 11:09:57 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  8, 2011 at 04:47:52 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.7p113
+ntpd - NTP daemon program - Ver. 4.2.7p114
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 3deac15ee1441b1f5e7797539f78b31ec1a0f716..2a6ab41af9ccef9231124ad44beffac8fb3960c8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-07 "( 4.2.7p113)" "Programmer's Manual"
+.TH NTPD 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January  7, 2011 at 11:09:56 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  8, 2011 at 04:47:52 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8499cb5f045a23d1ab7dc093042cc622c7d8ebe6..6d4c13a0649b0c7ada5e6252c982f5a0f1d70513 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:11:05 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:01 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.7p113\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c37a4623705d87c11e311cf6c38d21a238489917..020c03a7150f45d5ccf66218f51b5dd1048c8d2a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:11:05 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:01 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.7p113"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p113"
+#define NTPDC_VERSION       "4.2.7p114"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ca2f2f63a90db102d300893acb032616e8860e25..e11a5561381b4b35f0b0fef2123142b22cd798e4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January  7, 2011 at 11:12:14 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  8, 2011 at 04:48:13 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.7p113
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p114
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 365d237197ef744227a7b9d22afbd56376d4a4f1..61b8f3b4ce769b211961ef4f601f9138671dcfc5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-07 "( 4.2.7p113)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January  7, 2011 at 11:12:12 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  8, 2011 at 04:48:12 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 25e5c9d3c72c1a03bdfcbb0ffb47f0bfd622a8b5..111c46a7d88b55e257da25e1fa44d7c48eb1b492 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:12:18 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:13 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.7p113\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e0c0b7fc55da15040374225d3ed8d28370ce0d7c..641039367746ac80cf3d1b35c27780543b90eac0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:12:18 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:13 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.7p113"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p113"
+#define NTPQ_VERSION       "4.2.7p114"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e8a6f75d45f7f429cc8bfeb375fb40f3d1a7d478..85c3299944993b5813731410c311b82448c0bd00 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January  7, 2011 at 11:13:14 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  8, 2011 at 04:48:36 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.7p113
+ntpq - standard NTP query program - Ver. 4.2.7p114
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0f21949153c22c5e7367241374fbafc4670648d3..77e14980e49f8fb60eca0ab82084b59bf7e9bb98 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-07 "( 4.2.7p113)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January  7, 2011 at 11:13:13 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  8, 2011 at 04:48:35 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d5ce5d0362eb298134a843f84987e8a09e8cdfd0..77a4b0e05a6958f0244f53a01308a7d50fada5f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:13:16 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:36 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.7p113\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 1702556fbf0f9c2264108792a29cbf1ccb311b28..c649e5eefcf44497b7c86278c0141db6e71b0250 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:13:15 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:36 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.7p113"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p113"
+#define NTPSNMPD_VERSION       "4.2.7p114"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 91571c41a7e7323264be76314cd19aa34eb4257a..4e64ced4dd1d71cd8c58a968d31f406ac0b8dbf3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  7, 2011 at 11:13:30 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  8, 2011 at 04:48:44 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.7p113
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p114
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 9055562dbd501094660fddaff31e3b5f4dca09e5..2ac19f06ed6269a4ff0b091795a978a8a7b40149 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-07 "( 4.2.7p113)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January  7, 2011 at 11:13:30 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  8, 2011 at 04:48:44 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d03215ec4f10a1ba0f57a1e1e534fcd35d10272c..37f38c8e831bf7b33bb35bcfbd7aaac716d5807e 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=113
+point=114
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b6ede93f6b0b75ff9a065ef2777217ece88ba577..9e427c216a5e50e2fcec0835860a0e43d126c32a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:04:43 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 09:34:22 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.7p113\n\
+"sntp - standard SNTP program - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c0dcd602b86750c575491aaba083af650dacd709..a6719b141992a2f070fef121d365de651be2a095 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:04:42 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 09:34:22 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.7p113"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p113"
+#define SNTP_VERSION       "4.2.7p114"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0a146aa38b831ced17b7b0d1321332614b3984f1..f023912624dc9ebd8e6a83bf59efdc4f2e033304 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January  7, 2011 at 11:05:59 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  8, 2011 at 04:45:30 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.7p113
+sntp - standard SNTP program - Ver. 4.2.7p114
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 979214c68a275781c936b8a32b1acd4c70c6458e..d31cacf2d78557aa2623dacb0ea4b40db06913a7 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-07 "( 4.2.7p113)" "Programmer's Manual"
+.TH SNTP 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January  7, 2011 at 11:05:59 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  8, 2011 at 04:45:30 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3a5bef5f36778233c0ae5220415fdc42769a4def..b7923daf0ef3ebbe5cc8518e365b0db4c139dab6 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.7p113 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p114 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.7p113
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p114
 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 90abf42ce3daa44422175014217ba608af7a98f8..34842f5c82844fde6614da574f86600661edf937 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:13:38 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:50 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.7p113\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p114\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a3786f0470ca60b0975470f685a3f20647e76628..d6f0290aaa5feabb6099ae4046089a9076ed8fd4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January  7, 2011 at 11:13:38 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  8, 2011 at 04:48:50 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.7p113"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p113"
+#define NTP_KEYGEN_VERSION       "4.2.7p114"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p114"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7720eddb961fe9593700c6a6d603a6de515d736c..e5dc37c515de80c8a0885822f64472df5654d944 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January  7, 2011 at 11:14:05 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  8, 2011 at 04:49:02 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.7p113
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p114
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index d66bb848685b8ddbea03f657089a8fcd602ce7b3..031f9b93088dd8bf040a0edde5e9ea85530f76a7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-07 "(ntp 4.2.7p113)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-08 "(ntp 4.2.7p114)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January  7, 2011 at 11:14:04 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  8, 2011 at 04:49:01 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"