]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P132 NTP_4_2_7P132
authorHarlan Stenn <stenn@ntp.org>
Tue, 22 Feb 2011 08:28:31 +0000 (08:28 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 22 Feb 2011 08:28:31 +0000 (08:28 +0000)
bk: 4d6373afg0Jrgfj9gQIogSomHQYGRA

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 1846ba5e7071c8dc8a37be5aa1c87f67c9f51d4e..5fc6e58aa16757301ef08f2dd436edc1cc271aac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p132) 2011/02/22 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1832] ntpdate doesn't allow timeout > 2s.
 * [Bug 1833] The checking sem_timedwait() fails without -pthread.
 * ElectricFence was suffering bitrot - remove it.  valgrind works well.
index 9989e9d20793f5b44a5b40db85fb7845fbf06459..c39f8beffa43582a1ce083c88494a1a293088226 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:36 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:58 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.7p131\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index eebce1a3ccd92e2876caa34cba4725b29a197b6c..784c38d8eeac68fdd5788c7c0e2b2836dac1f834 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:36 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:58 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.7p131"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p131"
+#define CLKTEST_VERSION       "4.2.7p132"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d4fc0150f4b5ddf4441cb6550aaff44bd700027e..69f6fd583a8a47433d004b7b92b48efc7c408440 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:17:02 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:01 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.7p131\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9a2f2cbc7e92fd94eb144f674fd88bd0273d65f2..be326208b69de45988deaa4b3cebfc6a080dcc44 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:17:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:01 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.7p131"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p131"
+#define NTPD_VERSION       "4.2.7p132"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2fba7be0442ec30a5e2e5e35506a75950eb27272..6cae509d46fe6e11c112f483cbd68dc77ac80819 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 01:18:44 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 22, 2011 at 08:27:21 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.7p131
+ntpd - NTP daemon program - Ver. 4.2.7p132
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
@@ -129,8 +129,8 @@ USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
    -? no  help           Display extended usage information and exit
    -! no  more-help      Extended usage information passed thru pager
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - examining environment variables named NTPD_*
index 2c9f13fb7ee2d044e160763bfed78a830868b5de..af57cbdec1aa162b5a463f31e03b32cf4392a411 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPD 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 01:18:43 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:21 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4f0c10fe8978041e73b53f23e7e260222bbf9331..d41327ecc0136d35b3b09410432e0a02b11cec9c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:18:54 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:29 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.7p131\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 435c7f278624373f7502a26eb2b772de714a7cb8..3efdacff0e97ae162d384cdf121ec56d95fef370 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:18:54 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:29 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.7p131"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p131"
+#define NTPDC_VERSION       "4.2.7p132"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0a80991e0bdbde08365847be3f8dec0f94270660..d053cd8555527a7d39070f8b2c4c58bb4701fd46 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 01:19:04 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 22, 2011 at 08:27:39 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.7p131
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p132
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -97,8 +97,8 @@ USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file $HOME/.ntprc
index a68bb75c42798b4c3be0e0177547ff7fa4056736..832589135c42bde0102abaa83208db2d1ddd6ba6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 01:19:03 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:38 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9e6042658fa4780938063078e5b15f117b925e39..3f4c771bf3976d92453734922e6ca74a5e6f1b2b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:05 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:39 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.7p131\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8b25758dfedc26ba7783a515e6f531818591eece..a3108c248a4af2f5a8ec8d1325f9947d8300d2a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:05 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:39 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.7p131"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p131"
+#define NTPQ_VERSION       "4.2.7p132"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a41198f9c34bf85a034025bd6fe408a40a0e67c4..524941071d271980b48c6fd337cfe41acdcc7b44 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 01:19:24 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 22, 2011 at 08:27:51 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.7p131
+ntpq - standard NTP query program - Ver. 4.2.7p132
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
@@ -79,8 +79,8 @@ USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file $HOME/.ntprc
index 07a4215c789807978284663108b991643de7d8ef..fc435c9c93d7b2e0d507b6a328b9067125c4c01a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 01:19:24 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:50 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 59a36554f6e2b5c1c343a436e45bc3898388ad9b..e487951441c749384b89cdb42ba06887a3f8e8f3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:51 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.7p131\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 51d4d4399fb43b63810c6c51ac9964fc0b895ff6..028cbbb33ecd4c5766071c69f6283bdf5f215658 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:26 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:27:51 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.7p131"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p131"
+#define NTPSNMPD_VERSION       "4.2.7p132"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8f178d6b45501588142eb10c79ab8ad58ef95193..b890c1c0e81e80bfb2a02f9ba4e705b3cc3760a9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 01:19:33 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 22, 2011 at 08:27:57 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.7p131
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p132
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
@@ -48,8 +48,8 @@ USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file $HOME/.ntprc
index 85bf3d4227bf5b24e2382d48c5d4506108f11bda..e31b4b2176fe5e153542f34a021bbce9d8f3bff8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 01:19:33 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 22, 2011 at 08:27:56 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 271eca24111d8d8166e9158db524d00f8ea57f60..7087577c044c0db6a53f0170aeeb44b1b807ec31 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=131
+point=132
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index d0ea1e8970dae06356cd053921d82fda8d287945..ca3cbe4fcb5d8dc3843a3de7e82a1b692e7567a4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:16:29 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:26:48 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.7p131\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index c941a6c13ac404c6661b6791ffe5f65afb044a7f..c32202ec51590f0789d5f4e41debe487cd1e2726 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:16:29 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:26:47 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.7p131"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p131"
+#define SNTP_VERSION       "4.2.7p132"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 094b0d1b3a7faa0df3df8e33762a71f3f5ae12fe..d4b5e4d6cdffdff1c37480e1379e6f122b82c08b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 01:16:55 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 22, 2011 at 08:27:00 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.7p131
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p132
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -119,8 +119,8 @@ USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 
 
index 944de3536169ec76241b1eb58aa56c652f03365b..346ebb8b443f02944ffe8dd795800a0e49d58282 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
+.TH SNTP 1 2011-02-22 "( 4.2.7p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 01:16:55 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 22, 2011 at 08:26:59 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 43025d9b92e903ae040d12eef43840d65d873ca6..2deedaf2be58d691eeb1a7e80fe4c2e33444f6d2 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.7p131
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p132
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
@@ -193,8 +193,8 @@ USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ].
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 
 
index 02c6cfa46c25e82727dfdaae47c4f7e77fdc63e2..00105b8b6933c690893089d9cab2450317371419 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:28:00 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.7p131\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p132\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 50d83f3c12e191837aac90a2691faef473e3aaad..3af85cc2a67ee1989358fe100bd1cb25addb7e5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  February 22, 2011 at 01:19:39 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  February 22, 2011 at 08:28:00 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.7p131"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p131"
+#define NTP_KEYGEN_VERSION       "4.2.7p132"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p132"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 36f31267ba51c477a27f635b37f1bd30a352f8ca..a331bc7928f20608493da064c4545cc9c40b822b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  February 22, 2011 at 01:19:50 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  February 22, 2011 at 08:28:10 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.7p131
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p132
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
@@ -84,8 +84,8 @@ USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
                                 - disabled as --no-load-opts
                                 - may appear multiple times
 
-Options are specified by doubled hyphens and their name or by a single
-hyphen and the flag character.
+Options are specified by doubled hyphens and their name
+or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file $HOME/.ntprc
index fd0927282fd91ec085d7fbc4071308631a36d0a0..8a96085231e9e2b90f1dc5422f07d1a1c5cbaede 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-02-22 "(ntp 4.2.7p131)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-22 "(ntp 4.2.7p132)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  February 22, 2011 at 01:19:50 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  February 22, 2011 at 08:28:09 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"