]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P134 NTP_4_2_7P134
authorHarlan Stenn <stenn@ntp.org>
Thu, 24 Feb 2011 10:50:23 +0000 (10:50 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 24 Feb 2011 10:50:23 +0000 (10:50 +0000)
bk: 4d6637efgGiX00niV-1CgPADjRAx_w

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 4d96b3a3f950a7d895154c780e5819f4e78a548c..b25c31dbec590963c68d0178a0200969da07794f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p134) 2011/02/24 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1837] Build fails on Win7 due to regedit requiring privilege.
 * Provide fallback definitions for GetAdaptersAddresses() for Windows
   build environments lacking iphlpapi.h.
index f5575e20a6d46c35e554a3537246755820c43ea1..21fa0661d0f86e36de5fbb093868eb28926c5614 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 11:02:44 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:46:40 AM by AutoGen 5.11.6
  *  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.7p133\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 35641fb23ee3a1ac6aefc8efdecd357c8007d854..3b122d92be4c2daa6518596ae99324a62fd5af14 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 11:02:43 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:46:40 AM by AutoGen 5.11.6
  *  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.7p133"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p133"
+#define CLKTEST_VERSION       "4.2.7p134"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9efa8010af32ce31bf45c2b39959aa49400cf8b0..4bdc49441e791ab1fae1071032ee49a95dfac5a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:52:34 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:41:26 AM by AutoGen 5.11.6
  *  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.7p133\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index ea54569411611ce375f6483e4a4f3c1d1ac64d3a..25076d6202f5d428320248bbcc6a653f6be2f1ec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:52:33 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:41:26 AM by AutoGen 5.11.6
  *  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.7p133"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p133"
+#define NTPD_VERSION       "4.2.7p134"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8f3be650832fad57ec5cd702158e53c9bcc6d6cc..cfdc76d55a195c9769b0b991bbf8099a117437f9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 23, 2011 at 10:54:29 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 24, 2011 at 10:43:07 AM by AutoGen 5.11.6
 # 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.7p133
+ntpd - NTP daemon program - Ver. 4.2.7p134
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index ca506726640058a88026cc337a989796336bb57e..afb9c01afd64663054ca1c4b1875501fe5f322c3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
+.TH NTPD 1 2011-02-24 "( 4.2.7p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 23, 2011 at 10:54:27 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 24, 2011 at 10:43:06 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8ea8b636a3da2d0bef4f9877aed7457e65fa9ee4..7fc634d61fae5633e589a08fec5903a6e8c2231c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:55:11 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:43:35 AM by AutoGen 5.11.6
  *  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.7p133\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index dc539e9f6efb5697a64dd423e6f95296f0d75b86..c228231d5a361186d9ba54009066e1feada9f610 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:55:11 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:43:34 AM by AutoGen 5.11.6
  *  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.7p133"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p133"
+#define NTPDC_VERSION       "4.2.7p134"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e822f6946bef3239687bf11a0aa7df07c246973d..161aa848c626c0f8b2f59513a7d10688b43b62b7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  February 23, 2011 at 10:57:54 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 24, 2011 at 10:45:03 AM by AutoGen 5.11.6
 # 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.7p133
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p134
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a3bda76ec149101cf9f0eaae9f254dcb5458700b..1004932e1729177e15c92784d98e90b11a543918 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-24 "( 4.2.7p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  February 23, 2011 at 10:57:40 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 24, 2011 at 10:45:01 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ca6df70f22190c7ccbcda6b90230665568017c7d..d1eba1f71df4a982a11433b4511df8a62dd51a0d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:58:18 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:45:05 AM by AutoGen 5.11.6
  *  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.7p133\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 79a1b576e8ee3eb18ac28a1c58af65bea3a2dbd0..1c368fa90bdc520064de081bc8dbe562deb29bd2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:58:18 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:45:05 AM by AutoGen 5.11.6
  *  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.7p133"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p133"
+#define NTPQ_VERSION       "4.2.7p134"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dc9f2b5a9cd6da6505fa052f10b7ab0ea13cb9ee..76b14438dc934bb70a2351d5af9318cb68104e51 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  February 23, 2011 at 11:01:29 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 24, 2011 at 10:45:55 AM by AutoGen 5.11.6
 # 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.7p133
+ntpq - standard NTP query program - Ver. 4.2.7p134
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 79a9413a697dfb84fbc5cc5fff5a1bd8d8f650d8..c250c4a38d83f5bb0586ae2e86df0e84f0dab5cc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-24 "( 4.2.7p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  February 23, 2011 at 11:01:28 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 24, 2011 at 10:45:54 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e144020dc53185f659fcec7fbd17f9d524ac476e..94ff30e9754321373eb6d4201e1fe0929d1e78ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 11:01:32 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:45:58 AM by AutoGen 5.11.6
  *  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.7p133\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c8e630ef7d1fe6d761cd0b6000fdbdd9c614f604..a6f373d23976b51dff40ff7580ec57bd57d0c8e5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 11:01:32 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:45:58 AM by AutoGen 5.11.6
  *  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.7p133"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p133"
+#define NTPSNMPD_VERSION       "4.2.7p134"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 932d49a0e7d3fcc8686f64761e3e8a9030bbf9b1..765e500a393fdd9be00f542ace080fbb0f391564 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 23, 2011 at 11:02:36 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 24, 2011 at 10:46:36 AM by AutoGen 5.11.6
 # 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.7p133
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p134
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 6e80430d438f09ee12d49bb1edaabb1660c5f511..0ade0df11536cfd8ab436e3566db951c4bfde847 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-24 "( 4.2.7p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 23, 2011 at 11:02:34 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 24, 2011 at 10:46:34 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c27d4a693c032c066ddc4aaf6a83539d73ea9bbc..a3299f63ae3c406a27b0e553694f86d56e3baad4 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=133
+point=134
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b591066b32864b3f9a61be8bc6c75b3678f960a3..7ec32aa797ab4b7f7be4e9c5b9ba0d2549808a54 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:39:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:35:01 AM by AutoGen 5.11.6
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -642,7 +642,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 06a606c134c72d7a2a59a256c80c98008d9670b2..50ccb7bbef00d7e5d206c3cbb2f0d42d24647139 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 10:39:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:35:01 AM by AutoGen 5.11.6
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p133"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133"
+#define SNTP_VERSION       "4.2.7p134"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ca852dc01b4682d939917da019df0d7550cd91d4..a38379d006f6bc1cbb0e7269178db855d42f6303 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  February 23, 2011 at 11:04:22 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 24, 2011 at 10:48:11 AM by AutoGen 5.11.6
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p134
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index aa64be16e18b49036c7b11eae2e127e539f910c5..d901d9245aa494f8d9d62441f6640caa3af35a44 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
+.TH SNTP 1 2011-02-24 "( 4.2.7p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  February 23, 2011 at 11:04:22 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 24, 2011 at 10:48:09 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 54a9a8d9030ae6dbcbb7c6d3f59235a573a6c01d..551e55156c19de5157e46791be4988b4a77df066 100644 (file)
@@ -150,7 +150,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 Simple Network Time Protocol program - Ver. 4.2.7p133
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p134
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 2cf14cb70915ebd85f1ffb3e2a408be04a63d8ee..25a373d66d17c38f17d3600649d120f39071d104 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 11:02:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:46:44 AM by AutoGen 5.11.6
  *  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.7p133\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bdc5db62c662186540b7ae8f394397c171e102bc..52a23e8a96dedaa59c7ef2823686f7c98964025c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  February 23, 2011 at 11:02:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 24, 2011 at 10:46:43 AM by AutoGen 5.11.6
  *  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.7p133"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p133"
+#define NTP_KEYGEN_VERSION       "4.2.7p134"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5ec1aa10e6bf4b338634ec52898e0a400035c8ea..d0a0d9e98644c6a3d65945873b355f58e7ceb756 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  February 23, 2011 at 11:03:27 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 24, 2011 at 10:47:16 AM by AutoGen 5.11.6
 # 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.7p133
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p134
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 1345b4564ca80b685a8695ce2389fa3c175fac73..3020d5f7912ff8ba1c5eff142b2d646f6464de70 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-02-23 "(ntp 4.2.7p133)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-24 "(ntp 4.2.7p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  February 23, 2011 at 11:03:25 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 24, 2011 at 10:47:14 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"