]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P120 NTP_4_2_7P120
authorHarlan Stenn <stenn@ntp.org>
Thu, 20 Jan 2011 11:33:32 +0000 (11:33 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 20 Jan 2011 11:33:32 +0000 (11:33 +0000)
bk: 4d381d8c6mhdKQTPhFbH_qpfl4DNqA

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 aed39f67e3fbd06fcb366d99f5ecf9bb8c0d47ef..49bcc9d24717b9ac3ad074a544457ff0e2b1b947 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p120) 2011/01/20 Released by Harlan Stenn <stenn@ntp.org>
 * Change new timeval and timespec to string routines to use snprintf()
   rather than hand-crafted conversion, avoid signed int overflow there.
 * Add configure support for SIZEOF_LONG_LONG to enable portable use of
index 5d7ab27029d7b197f92bc1a6fdbcbfbd68051322..278e77e89b5420200c515ba0645ad513164b618d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:30:25 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:24:33 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.7p119\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d65c1624396368b3fea0af1aba7f248c22bef8e2..c8201ced4bd7974163ad5a01b9f016d08fa57892 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:30:25 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:24:33 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.7p119"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p119"
+#define CLKTEST_VERSION       "4.2.7p120"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 99b94937856bcacedd903f5d21c29b4f344435a3..c0e3d777395b4856c223bd0b6bee6af86c46a5ad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:23:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:16:54 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.7p119\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f9ca412d0cd7dacdb895bbd732d8ae56193131b7..f92b514c86a37227e490ce6689ae2258ef121cd9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:23:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:16:54 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.7p119"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p119"
+#define NTPD_VERSION       "4.2.7p120"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5ae3c65eaadcfca6cb022b000bec41c0a7eb13b1..67549fe6136bb7c696ee277c172dec54e27e832c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 18, 2011 at 11:25:01 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 20, 2011 at 11:22:20 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.7p119
+ntpd - NTP daemon program - Ver. 4.2.7p120
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index f2b6c86606f1d828d7a82ef097f95c07b5cf800c..f661cb5f5e2a033a877e8d4a034efef2cac1d040 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-18 "( 4.2.7p119)" "Programmer's Manual"
+.TH NTPD 1 2011-01-20 "( 4.2.7p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 18, 2011 at 11:25:00 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 20, 2011 at 11:22:19 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 02109f7d04ee2329ddc56afdf827440c0adb9616..ed0d5f54af3eb37318deafcf7e50f4708578f9cf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:26:22 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:22:39 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.7p119\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 73bb0f7fa16c0882f5355fedd976f11406f37fed..36dafb2c10ba8dc6d491e2ed4beb8e5f1cce8ced 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:26:22 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:22:38 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.7p119"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p119"
+#define NTPDC_VERSION       "4.2.7p120"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8dc808d6a9b1870321ee0b7b0c721619f37bcd93..290acb635acb76b74878442aec40b74f966947e9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 18, 2011 at 11:27:00 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 20, 2011 at 11:22:52 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.7p119
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p120
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 9b0037e8f82c0e4ad6833cd4a7c898ca512d5a53..5148c1afa50ac72baf9b3c8460cc423afbb6f5dd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-18 "( 4.2.7p119)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-20 "( 4.2.7p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 18, 2011 at 11:27:00 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 20, 2011 at 11:22:52 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 56d6583cee050727afb27e2e448d031ad842c693..64415a5aea574b2ab4d53c9f4c7f007053c42a78 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:27:10 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:23:05 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.7p119\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 77592df976b67eef04eaaa27119caa1e16bc60a0..7b17bf2b2a18618caa83222591262696383cdfba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:27:10 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:23:05 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.7p119"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p119"
+#define NTPQ_VERSION       "4.2.7p120"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 82ed273b5097430e88cce9a029ee89cfa95383bb..dee1dc8d242f58787c0760f75bae5c349b4c345f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 18, 2011 at 11:30:00 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 20, 2011 at 11:23:45 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.7p119
+ntpq - standard NTP query program - Ver. 4.2.7p120
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3fe308f8a54b3784c861c1ec2ce2978c91bce059..ab7f47499c47241d3d57b0085ae76266240b2035 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-18 "( 4.2.7p119)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-20 "( 4.2.7p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 18, 2011 at 11:29:59 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 20, 2011 at 11:23:43 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 27abec2d9cbed80aedd30b94b7a5da259d2619ef..48dca8ced43307689e36f4fadf895bd23d104492 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:30:04 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:23:56 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.7p119\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7a94258ec4525f0733a0635bf68faed3e790b568..52b8297a631954cb8cadc2980b293e84744a7362 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:30:04 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:23:56 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.7p119"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p119"
+#define NTPSNMPD_VERSION       "4.2.7p120"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4795adac722b862dee81ea371c02731c9e42634a..87e8c3dd5d34cd8f6250dc2c6fcbe6d43b475926 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 18, 2011 at 11:30:20 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 20, 2011 at 11:24:19 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.7p119
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p120
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 4051df4446cb5e491a0fa4bde0bf2878e132f8cb..f53c2da352ae08df1d40a09159754d4512d43eca 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-18 "( 4.2.7p119)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-20 "( 4.2.7p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 18, 2011 at 11:30:19 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 20, 2011 at 11:24:18 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2a727e0f1b17cab1ee51fc2ac8f0c624d890e82e..333fa696c299c21b4eaca8e64d2ee352fb91076e 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=119
+point=120
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ebb004ce97ca30c554ac4103079cc27aeb21f6d1..c22583534515297339567240326405812d91996f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:22:20 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11: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.7p119\n\
+"sntp - standard SNTP program - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b3313c008defe499184c124bb25acf08d15c5638..f7c29504e7b8a0dd963bacc5c27d0d587e4fbafc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:22:20 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11: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.7p119"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p119"
+#define SNTP_VERSION       "4.2.7p120"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b7ef60479ef21fe0e6a5ba462a53b04b8dfe27b9..3eaf724a1687ba9b9ed33a9f7222daa9fd6ecc55 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 18, 2011 at 11:23:18 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 20, 2011 at 11:16: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.7p119
+sntp - standard SNTP program - Ver. 4.2.7p120
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e83173f19fd62bfbc066acef0c5cc976ae2a4d0f..f4880c315bf3ec90d40bbaa5d3241550555dce67 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-18 "( 4.2.7p119)" "Programmer's Manual"
+.TH SNTP 1 2011-01-20 "( 4.2.7p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 18, 2011 at 11:23:17 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 20, 2011 at 11:16:10 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5dac61cbe2a189448ab3496019cffc242019a80b..78921638288f6d9381f1264c4022cecce534eca3 100644 (file)
@@ -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.7p119
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p120
 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 ca2c60864e30c0e08cc7d031b91baf67097577cf..1f845631066d59c6b4ac06bb0a5425c3b316765f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:30:35 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:24:41 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.7p119\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bc232e17f3898f391462900dda9d21857444f898..7f2ee6b0d048b926e41c940ebd672a67224e6fcb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 18, 2011 at 11:30:35 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 20, 2011 at 11:24:40 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.7p119"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p119"
+#define NTP_KEYGEN_VERSION       "4.2.7p120"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3c2d2a3c5ef0b99eadda82ffbd78a50d389d566a..005a8f417e8fccbab5ff0f68e5a28fe9b916f8f5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 18, 2011 at 11:31:05 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 20, 2011 at 11:25:04 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.7p119
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p120
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index b60fe0db4f61f1f5c1aadaf32e78161fc0b2d299..94f1e191738fbd5cff804e4243bf06eea5df0995 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-18 "(ntp 4.2.7p119)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-20 "(ntp 4.2.7p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 18, 2011 at 11:31:03 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 20, 2011 at 11:25:03 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"