]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P107 NTP_4_2_7P107
authorHarlan Stenn <stenn@ntp.org>
Fri, 31 Dec 2010 10:50:21 +0000 (10:50 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 31 Dec 2010 10:50:21 +0000 (10:50 +0000)
bk: 4d1db56dS3dINVuEQ9n2WB_mIJW0tw

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 061faceb8c55cd60c7e41e264a076ebfcca2fcaf..7057399fae30dc578adc552a9fca1ddf7e43dc57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p107) 2010/12/31 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1764] Palisade driver doesn't build on Linux.
 * [Bug 1766] Oncore clock has offset/high jitter at startup.
 * Move ntp_control.h variable IDs to ntp_control.c, remove their use by
index 8adb42ec61eccdac3b45b5b0fcd132a5b3999a61..4726b76a53412915575761a5e6c0a499d1fa4bb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:30:34 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:28:34 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.7p106\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8d014de74770456c9b9d18d928aa9ecaec539644..67e41c36dac85c96c5243b3e1f7cecfc90b2ec2f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:30:33 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:28:34 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.7p106"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p106"
+#define CLKTEST_VERSION       "4.2.7p107"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8bc4390ea1ef7115090cbb940b3436985e75f59a..9ab34e1495c83c4d34af4298f0644dd1d8c5e1af 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:28:12 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:15:13 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.7p106\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index d961c0744ef3b1990e3f9b58510e538b666250ec..a3de3e5c98fa6f0d48fb031ca53755deb81a5664 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:28:11 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:15:12 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.7p106"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p106"
+#define NTPD_VERSION       "4.2.7p107"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a896786b2ea865f20ee68c157474b38cbe8bff8f..687d83203d8c06f283578a6a8cd03dc57dbbdcb0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 30, 2010 at 10:28:53 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 31, 2010 at 10:21:27 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.7p106
+ntpd - NTP daemon program - Ver. 4.2.7p107
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index d1bca24ddf1f678a839f0cf3ba504776923f4c94..12737618053e9e23fb4031b93a25eeb93c99b5da 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
+.TH NTPD 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 30, 2010 at 10:28:53 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 31, 2010 at 10:21:25 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2993201c37f0b755f5b3f60139232f9b222c34af..fdd95026ba31c0f2564d40538006a95bab7a1658 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:29:05 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:22:40 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.7p106\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 57611aa8b227125520ab197cbf6ecc2681d96c19..bec6f81e1bad40e7ccd93cd9bbd3dd5f4ad3d5b4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:29:04 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:22:34 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.7p106"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p106"
+#define NTPDC_VERSION       "4.2.7p107"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e2371e29a3f90ea27f94d5ed997b453ed0a5dded..23e460f8bc7c716d3582763592de95148a435460 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 30, 2010 at 10:29:20 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 31, 2010 at 10:25:19 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.7p106
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p107
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1a9431ce8e9c82df84e86d92324bc71a8ff7565e..12293585cc6860b64d91ed716ff94fb31b175720 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 30, 2010 at 10:29:19 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 31, 2010 at 10:25:18 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 18b8e4ecfa07224ad99fa4f9d14ad7035ef1da7e..274f64ad6fe6558bd879a058a63784a93f354011 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:29:21 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:25:23 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.7p106\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 33a558e116008d35eb224d29ede650abd7fafce4..4293f1b0d6f3d4487b0e046de9c00209379dd610 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:29:21 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:25:23 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.7p106"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p106"
+#define NTPQ_VERSION       "4.2.7p107"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0524f0ceda679c97fb04d1263b0db00b1584a9bb..4eb2d81dbb7752172a50135de2e9b6d30546668c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 30, 2010 at 10:29:39 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 31, 2010 at 10:27:02 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.7p106
+ntpq - standard NTP query program - Ver. 4.2.7p107
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index add434a169ac36eeecedaf68d7b628cf32fb11b0..9e4e1a6249bb993e16a6078ce865a9dade69b065 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 30, 2010 at 10:29:39 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 31, 2010 at 10:26:59 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3ecd40aa54e8589ca600509113492e88a6316ac1..b20fc8383013806a0932346d1a764898f4338282 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:29:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:27:14 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.7p106\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 62ce28c4cecd37681a886593d110e7f43b3ca825..9f68c43069d0f47d2779510819b0f349d5deb5a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:29:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:27:13 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.7p106"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p106"
+#define NTPSNMPD_VERSION       "4.2.7p107"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e2dbd902713fc58f3a11b97cc98b32ce6df601da..6a157bd7a0ba3283f786349959a7d641bdc038cb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 30, 2010 at 10:30:28 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 31, 2010 at 10:28:32 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.7p106
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p107
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 57c1df387e55a28f18f4498223f2a03e02a8c4eb..179ec786a9a2df20e567b898f008d753ead15301 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 30, 2010 at 10:30:28 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 31, 2010 at 10:28:32 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 42e1e2f072ca775d0ece7c5fa8597bb85e53f336..df01fd5929365515e785bb1cba8f231892dda70d 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=106
+point=107
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index be4d534c1302a3e9799530afc41da91ccdedf4e0..b19d93410413aa0636c9ebeec33e1f2a8e013516 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:27:50 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:14:56 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.7p106\n\
+"sntp - standard SNTP program - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6be7a71029e1bd08fb56f8bf967ae50bea34e04c..f63edf63b6b142de9e1c080dffda78e2133a2d14 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:27:49 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:14:55 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.7p106"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p106"
+#define SNTP_VERSION       "4.2.7p107"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b3a36354e6974acba2225cf810a5a8856f6a4554..fb42561fde2c38043a064c1ae58f895cdfdb9dbb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 30, 2010 at 10:28:04 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 31, 2010 at 10:15:11 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.7p106
+sntp - standard SNTP program - Ver. 4.2.7p107
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c5d661d78d59292bbbe6378a8b129223c9df81e8..74cff391078ddbf80b5ed17267cc118caaed9086 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-30 "( 4.2.7p106)" "Programmer's Manual"
+.TH SNTP 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 30, 2010 at 10:28:03 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 31, 2010 at 10:15:10 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 99bae199c393fc3e05b81f7226429cb09b49c095..51dc013e35224b74aedead37b3ceb2d3506d12b5 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.7p106 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p107 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.7p106
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p107
 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 0394942d8e950fdc9694f514a687d202a351061d..6d0ffa98600ff8555799679c902a4511cdc2576d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:30:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:28:39 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.7p106\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p107\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f28e3d00cb19b320368ce80118d534e3c0ca8b5c..304c669744ee85c473a2241a610b7253d6af3c9b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 30, 2010 at 10:30:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 31, 2010 at 10:28:38 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.7p106"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p106"
+#define NTP_KEYGEN_VERSION       "4.2.7p107"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p107"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ca565e3f5018f984edb3168973b7f59b0a985990..9eb993acc6fca883d9cac3370f2675eb339ba43d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 30, 2010 at 10:30:51 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 31, 2010 at 10:28:52 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.7p106
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p107
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 3ae237b39a35aff3e9610b9c8eb42583fc50f92a..b0bdd1e38fa9c261afce3815c6df6ae84791a038 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-30 "(ntp 4.2.7p106)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-31 "(ntp 4.2.7p107)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 30, 2010 at 10:30:51 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 31, 2010 at 10:28:52 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"