]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P118 NTP_4_2_7P118
authorHarlan Stenn <stenn@ntp.org>
Sat, 15 Jan 2011 10:47:08 +0000 (10:47 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 15 Jan 2011 10:47:08 +0000 (10:47 +0000)
bk: 4d317b2c2CGKP4ZHRoPQ5srug28q9Q

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 d0ffd532e8f57e87beb38085d215a2718149c07c..0bcc93fd3d3907c543d9418beaf8ccdc31c43406 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p118) 2011/01/15 Released by Harlan Stenn <stenn@ntp.org>
 * Simplify the built-sources stuff in sntp/ .
 * Fix check for -lipv6 on HP-UX 11.
 (4.2.7p117) 2011/01/13 Released by Harlan Stenn <stenn@ntp.org>
index 7867ff0500855270eac7c537ce2b9458bb078058..2ad34d63607f65635083cefe3061d5896732eedf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:55 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:44:45 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.7p117\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bcfc007765b3f7f0c6e6044dfb693d7b698a666d..1d673931bf8950332ed52fde189c31ed748a678e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:55 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:44:44 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.7p117"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p117"
+#define CLKTEST_VERSION       "4.2.7p118"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2638fac6de8f4c3a9fa20432db26382cf6de50d6..10bd21ff5ec45af52d896144b9db3a7a2cf0210c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:30:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:40:57 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.7p117\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 927b20ee10452a0965bc7eb7a11234ccf69205b9..26cde8b84828318df728553ecc764b0d61c36e39 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:30:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:40:56 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.7p117"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p117"
+#define NTPD_VERSION       "4.2.7p118"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 215d4a42ce995dc913c261400928129ae26166df..04df3803cebc877bb21756df0fc5cd600b7b24d7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 13, 2011 at 07:31:18 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 15, 2011 at 10:41:44 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.7p117
+ntpd - NTP daemon program - Ver. 4.2.7p118
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 60acd93596177c3716d69e285cf7c8150205af25..f0c6c0305f5a2a94a1064b74c50b5d89e47a9a15 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual"
+.TH NTPD 1 2011-01-15 "( 4.2.7p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 13, 2011 at 07:31:17 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 15, 2011 at 10:41:43 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 25e10b0f72a1d2c1442b37cbbd78dca1a73ff2cc..85fcda3e08a24490a6763b1dfbbd90aa28baeb79 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:24 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:42:02 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.7p117\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 003082ae9346d7621db5bb9a52e25c3ee7965e96..ef312b60ee68de96d5f070cc53f362ad5c53934f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:24 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:42:02 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.7p117"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p117"
+#define NTPDC_VERSION       "4.2.7p118"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 790e056f8706f565e45c4f1a354dab746ec13e4d..f480e08efc2f63d22e2559567836ff6bda1ab9b1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 13, 2011 at 07:31:34 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 15, 2011 at 10:42:22 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.7p117
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p118
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 81011572956e47390f1847ffcac89be0321b243a..df86fb91dcb0e6825d1ec78cf26b5598a8066cfc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-15 "( 4.2.7p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 13, 2011 at 07:31:33 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 15, 2011 at 10:42:22 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d30e0eaa75628f110f3a478a420f3033d81654b9..cd1d83aba9ed4a5abae27b685e5d1adb20525e1e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:36 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:42:27 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.7p117\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5277924dd1141a789ed69b7778fdfe53c7ec58f4..2a26e3f620dd216a0f49c5757623e0c6086c00a9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:36 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:42:27 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.7p117"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p117"
+#define NTPQ_VERSION       "4.2.7p118"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9a2e6b0b839292f9c53bc2f27eb9e14a0ea2c5c5..3128927a0c86f9abf728fb0fbe57c5893c7cef56 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 13, 2011 at 07:31:47 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 15, 2011 at 10:43: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.7p117
+ntpq - standard NTP query program - Ver. 4.2.7p118
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index e879f14d8cf41a4fb4a939d8d77025e59e594f18..a9c922ace943a6ac35efc47d56e2e5ef836e617d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-15 "( 4.2.7p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 13, 2011 at 07:31:46 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 15, 2011 at 10:43:33 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d795ad2891729d0e0d2dc2711520b6f8e4e4b26c..e4bef089a86d685d843408cef7a3cf7469e83738 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:47 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:43: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.7p117\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5215011093033ceee0588e3e5d17527439de34da..23bcb591006e792d6eae202a6a8ef6b79fa2df37 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:47 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:43: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.7p117"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p117"
+#define NTPSNMPD_VERSION       "4.2.7p118"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b988d1db186068790faad2ed4c6018069624a4b4..3983e8592f57a9be277e08ea63b1c691f90a9284 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 13, 2011 at 07:31:54 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 15, 2011 at 10:44:26 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.7p117
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p118
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 847ae5cc934868ff5788e38cb1057864e97dfe61..05ed30877771643853139f178baebd3e6efcf33a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-15 "( 4.2.7p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 13, 2011 at 07:31:54 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 15, 2011 at 10:44:24 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 88edca37530242c721acb1fdab5ab0448c959bd8..3218dd92f0e04b6f7625ab60275e9e52f1b73e7d 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=117
+point=118
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index eb7840b639d8f830e735c741917547bf8e89932c..c87a85d8e976b4a696f51ec1413700cafb383676 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:30:47 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:39:47 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.7p117\n\
+"sntp - standard SNTP program - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5fa70b691871134d6c19cc14619572f3892fea0d..923c1926018f22c3d8d261e13a77a3629c68d29a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:30:47 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:39:47 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.7p117"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p117"
+#define SNTP_VERSION       "4.2.7p118"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 302e49a61e22cc196101b703fc99e35fcfdbbc48..709f5553e37f588758cf0bb110c80607051e70f6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 13, 2011 at 07:30:56 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 15, 2011 at 10:40: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.7p117
+sntp - standard SNTP program - Ver. 4.2.7p118
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0fbc66f2b4879078c80051152f29b6d5fa7a400a..7ca166e759d0dffa7654e07244eb2e594eb4e144 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual"
+.TH SNTP 1 2011-01-15 "( 4.2.7p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 13, 2011 at 07:30:56 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 15, 2011 at 10:40:27 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 252a29e758b7c2ac23d26f028b7c29143633b1fa..318caf6be8f334af59bd7051a6399052570f7c81 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.7p117
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p118
 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 0fd07df933ac1dab2f0afe347f6f0d5475563916..514f8b77d2c9bd7c1afe4e57403d331d38ab6341 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:45:03 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.7p117\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b1ba55fb91071b18f0269a3ad3b5f5eb655fc978..70d6f0b718598f8aafb0eaa628c7230ec89f1bf2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 13, 2011 at 07:31:57 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 15, 2011 at 10:45:03 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.7p117"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p117"
+#define NTP_KEYGEN_VERSION       "4.2.7p118"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 631dc493c1254b802d1090103a143251a93a5c7b..3ce47757a072cd37af64b51835d74695490099f8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 13, 2011 at 07:32:06 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 15, 2011 at 10:45:26 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.7p117
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p118
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 187f47cf29aadfff0304528cb58e9724a7addf74..0d568cd5337b6f10c9ba49a5247c4e79225e8d9b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-13 "(ntp 4.2.7p117)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-15 "(ntp 4.2.7p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 13, 2011 at 07:32:06 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 15, 2011 at 10:45:25 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"