]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P125 NTP_4_2_7P125
authorHarlan Stenn <stenn@ntp.org>
Wed, 26 Jan 2011 10:31:57 +0000 (10:31 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 26 Jan 2011 10:31:57 +0000 (10:31 +0000)
bk: 4d3ff81d7jA4xBlQmSbHfGoK5pT9zg

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 534956c256d7368af1d2d2baef0c542ecabf7de4..a8c107a66f67d7375ab000e5a979d50221fc1ebf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p125) 2011/01/26 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1794] ntpq -c rv missing clk_wander information.
 * [Bug 1795] ntpq readvar does not display last variable.
 (4.2.7p124) 2011/01/25 Released by Harlan Stenn <stenn@ntp.org>
index c1dc959a845eddb18bf2ade01f32b5c3c4d6e3a2..a47e9d00ad718cc2858f95f6fc8a63f8c5491c61 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:14:54 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:31:03 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[8] = "CLKTEST";
 static char const zUsageTitle[129] =
-"clktest - test the clock line discipline - Ver. 4.2.7p124\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0ce8d2b6b5b668ac416fd208aa9fb2daebfd3ca3..f7feb39fb337b65c7c1474106394b4b9b9ec5894 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:14:54 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:31:03 AM by AutoGen 5.11.6pre7
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    10
-#define CLKTEST_VERSION       "4.2.7p124"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p124"
+#define CLKTEST_VERSION       "4.2.7p125"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 542a1bc046c1a848e73d210e5f6f4da19c0ca859..7d17b76ffaed870582f0fb19363055cdf868781c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:10:21 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:29:08 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p124\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9a8ec48a988218b3888481b0319fcc1b9da46513..f94739894bd2f833eac7999e0ce8df92746278f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:10:20 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:29:07 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p124"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p124"
+#define NTPD_VERSION       "4.2.7p125"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cc7400c890c5bdf8365f44851d1d1007b99af13f..394d4641ff2c9ec874206c8ab8beb76c1f6e7df1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 25, 2011 at 11:11:10 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 26, 2011 at 10:29:43 AM by AutoGen 5.11.6pre7
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p124
+ntpd - NTP daemon program - Ver. 4.2.7p125
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9cb1d64371dca616056e39eb95a7b7bca0664b50..86b89c5660527ce5cdec95e4fa758c13fef8ee72 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-25 "( 4.2.7p124)" "Programmer's Manual"
+.TH NTPD 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 25, 2011 at 11:11:10 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 26, 2011 at 10:29:42 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7615b376497eb31be4d75d95bea894fef6d71b27..c866a67e4f639f1ee0a7c888b9856d4520dafd1b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:11:59 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:29:57 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p124\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 09eaa0bda22816fbe6b79ab1fa1e1422fe9aaeae..91a724379fb864f558d3e795c6d7353e8d720de1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:11:58 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:29:56 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p124"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p124"
+#define NTPDC_VERSION       "4.2.7p125"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f97027bc9f9dbd31c1b26f16bf2d53bcec50c5a3..fc58035d9141af81b49d98029b0b14a14db05eab 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 25, 2011 at 11:13:00 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 26, 2011 at 10:30:10 AM by AutoGen 5.11.6pre7
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.7p124
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p125
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index feb65b02e6c426c8c89faff967ed99a1d7d355cf..f96b27bca11230e7412c2603c2cf00bb31bfa849 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-25 "( 4.2.7p124)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 25, 2011 at 11:12:57 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 26, 2011 at 10:30:09 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8ca66051c496098f1884371a94b5e8d0c6a60f62..99a90282258f73377197b488bda144d9de1f0ec7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:13:11 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:30:12 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p124\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e353320f7723d0f5b18b067c15ef52ecaf761e02..20e40dee6f6295f271ed7369c2c2b5ceb7b529ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:13:11 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:30:12 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p124"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p124"
+#define NTPQ_VERSION       "4.2.7p125"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5836d7c6e86824c461580bff1b035fd439ba5c84..dcc6d2a81d7a37021507496c511e9e28b23e4a76 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 25, 2011 at 11:13:50 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 26, 2011 at 10:30:27 AM by AutoGen 5.11.6pre7
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p124
+ntpq - standard NTP query program - Ver. 4.2.7p125
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 38233aece5d5f7c69c598b59fcfb2dcc633dcee2..1b6210b1afd50f4bf2c80d1feeb28828f9a6eeec 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-25 "( 4.2.7p124)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 25, 2011 at 11:13:50 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 26, 2011 at 10:30:26 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index aea1af0196e3dcba080fc3c4f48b9f0c13d5a207..8e8939571be48931e1b1d35d431b7a31eaad6f76 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:14:00 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:30:29 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p124\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 533df412fc9c4e0bc43b7bdff5718bf2e32c7bf8..f239019b927a39486afdd9893aa5d854c3166d53 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:14:00 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:30:29 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -61,8 +61,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p124"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p124"
+#define NTPSNMPD_VERSION       "4.2.7p125"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6849d4b1caf3c1beeb14c2fec7c33cfa5bd39b8d..f73a45f58ac0f268c2e4b7b8acc060621b01954a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 25, 2011 at 11:14:19 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 26, 2011 at 10:31:00 AM by AutoGen 5.11.6pre7
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p124
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p125
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 6c5b073f95e0efc2f5845bea531cfbc429c8d828..42d518bffb3bd1b5ebacf046dedcbd90145aa292 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-25 "( 4.2.7p124)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 25, 2011 at 11:14:18 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 26, 2011 at 10:31:00 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ee002253ea64e7da76e21da7434493bf2ebd3ce8..a7ca03c390060573e345960ddac6e7df56659a58 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=124
+point=125
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 2b83318df9e608a4a8a54f7a53e4e11612215130..648f3ef79764f5ab743de269c5cc3d836863cba0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:09:10 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:28:23 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[123] =
-"sntp - standard SNTP program - Ver. 4.2.7p124\n\
+"sntp - standard SNTP program - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a97ab6d2e902698152673dff52c50d8b56a743ce..837bf5df92bf777fe55d9ee224846016939a146d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:09:09 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:28:22 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p124"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p124"
+#define SNTP_VERSION       "4.2.7p125"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8bd0b94294290d844922b816635dd1cf8949987d..08ab44503f6bcbc161253b715ac36a6b60a5e95e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 25, 2011 at 11:09:50 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 26, 2011 at 10:28:50 AM by AutoGen 5.11.6pre7
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -69,7 +69,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p124
+sntp - standard SNTP program - Ver. 4.2.7p125
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7f887a4c0ed809b53be6baf480dddb4ed4fe9d77..e5e7d7fd4a72bbfd9d8f9a6b7258021625df6d19 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-25 "( 4.2.7p124)" "Programmer's Manual"
+.TH SNTP 1 2011-01-26 "( 4.2.7p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 25, 2011 at 11:09:50 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 26, 2011 at 10:28:49 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3f7997e2e66bcf1419e09e62fcdc59d0362a53a8..afe38a8e3d10ca14f6cedc84c0f691464098a998 100644 (file)
@@ -139,7 +139,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p124
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p125
 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 27e8eb66fb0c85302e5eccc9debaaf6372f7d9c1..647eec7a6696b1edb35e0bb602c33d8687910457 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:15:09 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:31:08 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p124\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p125\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 37b7317cf491a32ae29ea4048ce3a9082d498a90..9d3588f9c5bb506dafca16f58b8d873ae38bc943 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 25, 2011 at 11:15:09 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 26, 2011 at 10:31:08 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p124"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p124"
+#define NTP_KEYGEN_VERSION       "4.2.7p125"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p125"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ae26d1ad26077d9ba0c35b0bc83b84f5c2829d9e..6bd03da986d0b170ebb3464cc0ee8dd303236d19 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 25, 2011 at 11:15:32 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 26, 2011 at 10:31:19 AM by AutoGen 5.11.6pre7
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p124
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p125
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 7da88fcea9b6e92cdebd503b1de0b74eb5e1d84a..9a30f65e0db8706c8b734444e7d4e17bdf58efb5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-25 "(ntp 4.2.7p124)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-26 "(ntp 4.2.7p125)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 25, 2011 at 11:15:31 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 26, 2011 at 10:31:18 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"