]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P133 NTP_4_2_7P133
authorHarlan Stenn <stenn@ntp.org>
Wed, 23 Feb 2011 11:06:18 +0000 (11:06 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 23 Feb 2011 11:06:18 +0000 (11:06 +0000)
bk: 4d64ea2az-8GJBNw0pxepPUxPTsQjA

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 3e4434d5aa84f340575b327e60953e3447839f10..65686dcfc4330040cea634b266ddea2af36d55ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p133) 2011/02/23 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1834] ntpdate 4.2.7p131 aborts with assertion failure.
 * Move sntp last in top-level Makefile.am SUBDIRS so that the libevent
   tearoff (if required) and sntp are compiled after the rest.
index c39f8beffa43582a1ce083c88494a1a293088226..f5575e20a6d46c35e554a3537246755820c43ea1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:58 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 11:02:44 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.7p132\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 784c38d8eeac68fdd5788c7c0e2b2836dac1f834..35641fb23ee3a1ac6aefc8efdecd357c8007d854 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:58 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 11:02:43 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.7p132"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p132"
+#define CLKTEST_VERSION       "4.2.7p133"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 69f6fd583a8a47433d004b7b92b48efc7c408440..9efa8010af32ce31bf45c2b39959aa49400cf8b0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:52:34 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.7p132\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index be326208b69de45988deaa4b3cebfc6a080dcc44..ea54569411611ce375f6483e4a4f3c1d1ac64d3a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:52:33 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.7p132"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p132"
+#define NTPD_VERSION       "4.2.7p133"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6cae509d46fe6e11c112f483cbd68dc77ac80819..8f3be650832fad57ec5cd702158e53c9bcc6d6cc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 08:27:21 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 23, 2011 at 10:54:29 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.7p132
+ntpd - NTP daemon program - Ver. 4.2.7p133
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index af57cbdec1aa162b5a463f31e03b32cf4392a411..ca506726640058a88026cc337a989796336bb57e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
+.TH NTPD 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:21 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 23, 2011 at 10:54:27 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d41327ecc0136d35b3b09410432e0a02b11cec9c..8ea8b636a3da2d0bef4f9877aed7457e65fa9ee4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:29 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:55:11 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.7p132\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3efdacff0e97ae162d384cdf121ec56d95fef370..dc539e9f6efb5697a64dd423e6f95296f0d75b86 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:29 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:55:11 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.7p132"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p132"
+#define NTPDC_VERSION       "4.2.7p133"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d053cd8555527a7d39070f8b2c4c58bb4701fd46..e822f6946bef3239687bf11a0aa7df07c246973d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 08:27:39 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 23, 2011 at 10:57:54 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.7p132
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p133
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 832589135c42bde0102abaa83208db2d1ddd6ba6..a3bda76ec149101cf9f0eaae9f254dcb5458700b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:38 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 23, 2011 at 10:57:40 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3f4c771bf3976d92453734922e6ca74a5e6f1b2b..ca6df70f22190c7ccbcda6b90230665568017c7d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:58:18 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.7p132\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a3108c248a4af2f5a8ec8d1325f9947d8300d2a0..79a1b576e8ee3eb18ac28a1c58af65bea3a2dbd0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:58:18 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.7p132"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p132"
+#define NTPQ_VERSION       "4.2.7p133"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 524941071d271980b48c6fd337cfe41acdcc7b44..dc9f2b5a9cd6da6505fa052f10b7ab0ea13cb9ee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 08:27:51 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 23, 2011 at 11:01:29 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.7p132
+ntpq - standard NTP query program - Ver. 4.2.7p133
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index fc435c9c93d7b2e0d507b6a328b9067125c4c01a..79a9413a697dfb84fbc5cc5fff5a1bd8d8f650d8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:50 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 23, 2011 at 11:01:28 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e487951441c749384b89cdb42ba06887a3f8e8f3..e144020dc53185f659fcec7fbd17f9d524ac476e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:51 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 11:01:32 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.7p132\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 028cbbb33ecd4c5766071c69f6283bdf5f215658..c8e630ef7d1fe6d761cd0b6000fdbdd9c614f604 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:27:51 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 11:01:32 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.7p132"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p132"
+#define NTPSNMPD_VERSION       "4.2.7p133"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b890c1c0e81e80bfb2a02f9ba4e705b3cc3760a9..932d49a0e7d3fcc8686f64761e3e8a9030bbf9b1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 08:27:57 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 23, 2011 at 11:02: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.7p132
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p133
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index e31b4b2176fe5e153542f34a021bbce9d8f3bff8..6e80430d438f09ee12d49bb1edaabb1660c5f511 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:56 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 23, 2011 at 11:02:34 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7087577c044c0db6a53f0170aeeb44b1b807ec31..c27d4a693c032c066ddc4aaf6a83539d73ea9bbc 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=132
+point=133
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index ca3cbe4fcb5d8dc3843a3de7e82a1b692e7567a4..b591066b32864b3f9a61be8bc6c75b3678f960a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:26:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:39:26 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.7p132\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index c32202ec51590f0789d5f4e41debe487cd1e2726..06a606c134c72d7a2a59a256c80c98008d9670b2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:26:47 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 10:39:26 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.7p132"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p132"
+#define SNTP_VERSION       "4.2.7p133"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d4b5e4d6cdffdff1c37480e1379e6f122b82c08b..ca852dc01b4682d939917da019df0d7550cd91d4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 08:27:00 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 23, 2011 at 11:04:22 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.7p132
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 346ebb8b443f02944ffe8dd795800a0e49d58282..aa64be16e18b49036c7b11eae2e127e539f910c5 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
+.TH SNTP 1 2011-02-23 "( 4.2.7p133)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 08:26:59 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 23, 2011 at 11:04:22 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2deedaf2be58d691eeb1a7e80fe4c2e33444f6d2..54a9a8d9030ae6dbcbb7c6d3f59235a573a6c01d 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.7p132
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p133
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 00105b8b6933c690893089d9cab2450317371419..2cf14cb70915ebd85f1ffb3e2a408be04a63d8ee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:28:00 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 11:02:48 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.7p132\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p133\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3af85cc2a67ee1989358fe100bd1cb25addb7e5e..bdc5db62c662186540b7ae8f394397c171e102bc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 08:28:00 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 23, 2011 at 11:02:48 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.7p132"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p132"
+#define NTP_KEYGEN_VERSION       "4.2.7p133"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p133"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a331bc7928f20608493da064c4545cc9c40b822b..5ec1aa10e6bf4b338634ec52898e0a400035c8ea 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 08:28:10 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 23, 2011 at 11:03:27 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.7p132
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p133
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 8a96085231e9e2b90f1dc5422f07d1a1c5cbaede..1345b4564ca80b685a8695ce2389fa3c175fac73 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-02-22 "(ntp 4.2.7p132)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-23 "(ntp 4.2.7p133)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 08:28:09 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 23, 2011 at 11:03:25 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"