]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P115 NTP_4_2_7P115
authorHarlan Stenn <stenn@ntp.org>
Sun, 9 Jan 2011 12:55:33 +0000 (12:55 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 9 Jan 2011 12:55:33 +0000 (12:55 +0000)
bk: 4d29b045CaArtfUe-ZZrlnAwFrX2dg

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 6cd1ebfdda77cece48400e7f117587e7779f713a..1f05e7d0a940c879d4576d47b1706e76c3930f20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p115) 2011/01/09 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1780] Windows ntpd 4.2.7p114 crashes in ioctl().
 * [Bug 1781] longlong undefined in sntp handle_pkt() on Debian amd64.
 (4.2.7p114) 2011/01/08 Released by Harlan Stenn <stenn@ntp.org>
index 2a259f089590370d2d9aca54c7e6da228c0c312d..4d81867a913ba9b2825460b2ca6c879b7f416fb5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:51:27 PM 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.7p114\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 36262b06ce7c6de05da28e7280709d36066f8cca..b1e4a0709ad42b3e125d0b914a525e8d76d210be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:46 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:51:26 PM 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.7p114"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p114"
+#define CLKTEST_VERSION       "4.2.7p115"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 469d676f63cc22d060e2ed4f75115fda32b101bd..ef0079af48e44472223e189c42343c7d44df12ca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:45:31 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:38:22 PM 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.7p114\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9cc0b591c687ec997a4be3adf67fa1a8aa9ac0d8..30d83ea7f5bb53a1ed5b09a6aa3dcbaad4050b19 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:45:31 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:38:21 PM 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.7p114"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p114"
+#define NTPD_VERSION       "4.2.7p115"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0807071f3284dee4efd68b5b3485e8bde1981513..eee94f378f11ae672270b5cc8a5381a9b8bfdc7b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2011 at 04:47:52 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  9, 2011 at 12:46:22 PM 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.7p114
+ntpd - NTP daemon program - Ver. 4.2.7p115
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 2a6ab41af9ccef9231124ad44beffac8fb3960c8..00c214556f57e40262f8b423c53e667604fe3bbe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
+.TH NTPD 1 2011-01-09 "( 4.2.7p115)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2011 at 04:47:52 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  9, 2011 at 12:46:20 PM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6d4c13a0649b0c7ada5e6252c982f5a0f1d70513..e8fd52cd42826b44cf5220a81d7f3835e75f5da3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:01 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:47:26 PM 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.7p114\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 020c03a7150f45d5ccf66218f51b5dd1048c8d2a..11cdc0d1f29a1be27d2a45a89503961822c4e818 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:01 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:47:25 PM 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.7p114"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p114"
+#define NTPDC_VERSION       "4.2.7p115"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e11a5561381b4b35f0b0fef2123142b22cd798e4..fe63958fb314e4bf938d242c1f59d47e3addfcb5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2011 at 04:48:13 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  9, 2011 at 12:48:45 PM 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.7p114
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p115
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 61b8f3b4ce769b211961ef4f601f9138671dcfc5..662012f8b2ea32a5d0f469e7555ad2b800998561 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-09 "( 4.2.7p115)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2011 at 04:48:12 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  9, 2011 at 12:48:42 PM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 111c46a7d88b55e257da25e1fa44d7c48eb1b492..7a86dd65bae1cb6576769f15f3985b7bd8f33eb5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:13 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:48:49 PM 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.7p114\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 641039367746ac80cf3d1b35c27780543b90eac0..c5d20ee012024e39c968744adb0db2afc391f903 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:13 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:48:48 PM 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.7p114"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p114"
+#define NTPQ_VERSION       "4.2.7p115"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 85c3299944993b5813731410c311b82448c0bd00..1a44809d176e65a80285b22ed65ab84c9de800e7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2011 at 04:48:36 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  9, 2011 at 12:50:14 PM 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.7p114
+ntpq - standard NTP query program - Ver. 4.2.7p115
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 77e14980e49f8fb60eca0ab82084b59bf7e9bb98..1958fe27049e9c8bd5a0d5599803cec8197181bc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-09 "( 4.2.7p115)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2011 at 04:48:35 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  9, 2011 at 12:50:12 PM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 77a4b0e05a6958f0244f53a01308a7d50fada5f0..d7e3ad49be863f5fe5efc80e00a3bc4e6f9c9b0d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:36 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:50:18 PM 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.7p114\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c649e5eefcf44497b7c86278c0141db6e71b0250..64f5507bbb7e84e6dc325889782041622e57a04b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:36 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:50:17 PM 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.7p114"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p114"
+#define NTPSNMPD_VERSION       "4.2.7p115"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4e64ced4dd1d71cd8c58a968d31f406ac0b8dbf3..26dadf3ff5280af6f90a8457a6b3df15e17b4dd6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2011 at 04:48:44 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  9, 2011 at 12:51:22 PM 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.7p114
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p115
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 2ac19f06ed6269a4ff0b091795a978a8a7b40149..1d84d0c47877d8ea6ee794ec7eacad32cde7a9ac 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-09 "( 4.2.7p115)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2011 at 04:48:44 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  9, 2011 at 12:51:20 PM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 37f38c8e831bf7b33bb35bcfbd7aaac716d5807e..038e1297446ff0f5adb5b5cbb74e5bf7a124f407 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=114
+point=115
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 9e427c216a5e50e2fcec0835860a0e43d126c32a..28495d20c45c8a8b621f572196d1721b1485f305 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 09:34:22 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:34:29 PM 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.7p114\n\
+"sntp - standard SNTP program - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a6719b141992a2f070fef121d365de651be2a095..9770fcbf0bf8ca59a3897996afdedde055684857 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 09:34:22 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:34:19 PM 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.7p114"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p114"
+#define SNTP_VERSION       "4.2.7p115"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f023912624dc9ebd8e6a83bf59efdc4f2e033304..bc2761eccb743731467e54b5af6805a1cbb7e186 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2011 at 04:45:30 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  9, 2011 at 12:37:56 PM 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.7p114
+sntp - standard SNTP program - Ver. 4.2.7p115
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d31cacf2d78557aa2623dacb0ea4b40db06913a7..0ab679eacc7237c810053832adacb1cfb95d3df8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-08 "( 4.2.7p114)" "Programmer's Manual"
+.TH SNTP 1 2011-01-09 "( 4.2.7p115)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2011 at 04:45:30 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  9, 2011 at 12:37:51 PM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b7923daf0ef3ebbe5cc8518e365b0db4c139dab6..0098c7c98d350a39696ebdba69453bea13e35fda 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.7p114 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p115 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.7p114
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p115
 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 34842f5c82844fde6614da574f86600661edf937..691b5e0c127df031a4b6befbe3d5a9adf98c1459 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:50 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:52:01 PM 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.7p114\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p115\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d6f0290aaa5feabb6099ae4046089a9076ed8fd4..1b63072d5d7febbbc0e91d34336792b1442d4c43 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January  8, 2011 at 04:48:50 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  9, 2011 at 12:51:59 PM 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.7p114"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p114"
+#define NTP_KEYGEN_VERSION       "4.2.7p115"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p115"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e5dc37c515de80c8a0885822f64472df5654d944..319ebf8f44bcefca13d20f41d227a0b37baf6ee2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January  8, 2011 at 04:49:02 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  9, 2011 at 12:53:34 PM 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.7p114
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p115
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 031f9b93088dd8bf040a0edde5e9ea85530f76a7..af43ca157f5b1730ef79a407d0e37ace2ca928fa 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-08 "(ntp 4.2.7p114)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-09 "(ntp 4.2.7p115)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January  8, 2011 at 04:49:01 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  9, 2011 at 12:53:32 PM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"