]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P149 NTP_4_2_7P149
authorHarlan Stenn <stenn@ntp.org>
Mon, 11 Apr 2011 07:20:42 +0000 (07:20 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 11 Apr 2011 07:20:42 +0000 (07:20 +0000)
bk: 4da2abcarPkW7-bvmJeQ-leGRfZgkg

27 files changed:
ChangeLog
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 c7e679f96908290c7ab1e555457179d982fd167f..6a655e8a878f0435ec18801e1393556466b3540b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p149) 2011/04/11 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1881] describe the {+,-,s} characters in configure --help output.
 (4.2.7p148) 2011/04/09 Released by Harlan Stenn <stenn@ntp.org>
 * Use _mkgmtime() as timegm() in the Windows port, rather than
index 39ed13816f5b0aa41506fa998deea94c38255005..ca3464eb507d347b3a2a6b7bf290613133c8e04a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:07:21 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:18:54 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.7p148\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9348cec8a75ef3099ebc0e1fc9c3513da569a9fc..e41766142a83020f84c3373d3bade5a90d1c2771 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:07:20 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:18:54 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.7p148"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p148"
+#define NTPD_VERSION       "4.2.7p149"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1b5cdf0d84c85c7cff6810fd0737c112b256cae1..598515cb7efb85e77e89b79ba794f14a2ab31c11 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  April  9, 2011 at 07:07:54 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 11, 2011 at 07:19:17 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.7p148
+ntpd - NTP daemon program - Ver. 4.2.7p149
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 8eb4442d80c6a8f73e6b9ec3cd2292ee87575eb7..2e2310bc6735679a4774571acedefe0fc0de95e0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-04-09 "( 4.2.7p148)" "Programmer's Manual"
+.TH NTPD 1 2011-04-11 "( 4.2.7p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  April  9, 2011 at 07:07:54 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 11, 2011 at 07:19:16 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d638df74af01ff690530b0370a24e34a03db9ba3..707f28adcb0404a73d126dafc626df0ca45c1bbf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:19:25 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.7p148\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 94778432581ad6c4758838f85e27c280b637284a..543ad8afa44958531e1e7651e218dd8eb4cd5a9f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:01 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:19:25 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.7p148"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p148"
+#define NTPDC_VERSION       "4.2.7p149"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8f62093fb59888bbef771a1eb25bb239e0f6a742..b3313a0d53d48b20130f0f05b605cfc4d642864a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  April  9, 2011 at 07:08:11 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 11, 2011 at 07:19:37 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.7p148
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p149
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c4a6d6bdfe5f1a7b368d469efa3fada322fbe567..cb1248cd0148267da470373690c6d9cbcdd8486a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-04-09 "( 4.2.7p148)" "Programmer's Manual"
+.TH NTPDC 1 2011-04-11 "( 4.2.7p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  April  9, 2011 at 07:08:10 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 11, 2011 at 07:19:37 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6db628fc5aeac232ca6e2ba942bda466292503b6..63e436075d1d6fd7735b5e191e40395d55dc87c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:11 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:19:38 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.7p148\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 230d5b2d13b53279f7b9356c10108c338091b6ac..dec01e70284c83e729df550dd40ae9fe8f69dba0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:11 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:19:37 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.7p148"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p148"
+#define NTPQ_VERSION       "4.2.7p149"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e6642e699482a2f14f9a058e024b2a0113e7a8f8..20be119fa78d6eae6c2bb21fb62ffbe257e2118e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  April  9, 2011 at 07:08:22 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 11, 2011 at 07:19:52 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.7p148
+ntpq - standard NTP query program - Ver. 4.2.7p149
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index a66a0f0b6226e47db112e3c4428733e19c3af407..2ae808e2f1b2d10f3d8b05498530a54837b4f0e2 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-04-09 "( 4.2.7p148)" "Programmer's Manual"
+.TH NTPQ 1 2011-04-11 "( 4.2.7p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  April  9, 2011 at 07:08:22 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 11, 2011 at 07:19:52 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8c9a2a36180c7e9966f7d33011e3cbab44cb6f2c..93d8e454038af0c6c5b4d999ae0bb2d6da13d429 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:19:53 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.7p148\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4179ca717293f30bfdcb672f20c06677f50af5b4..9e23360b9eef466fc6b7b022a5caab32b94b2b97 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:19:53 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.7p148"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p148"
+#define NTPSNMPD_VERSION       "4.2.7p149"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 819a0f6abda9b36c8db5d1d679f4d6e30bfcd08f..2e4f53100d326319f4c875d82365352214a4523a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  April  9, 2011 at 07:08:29 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 11, 2011 at 07:19:59 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.7p148
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p149
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index eca417f3ce93f0f8db0fd6a096bbf880e409c0c9..e58bb20d3ab87030aa977abd4c39d5c34c0c9af4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-04-09 "( 4.2.7p148)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-04-11 "( 4.2.7p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  April  9, 2011 at 07:08:28 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 11, 2011 at 07:19:59 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 580b4c4946c03acca5207f826bef9d82952e97b0..a4dfd59c77780225a3fe5554babccd0fd7e95404 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=148
+point=149
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index e06a92c45a8a27a30091ba35c6353e5954871250..a698c5881b3b4c353b072923a6199765bd87d104 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:04:54 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:15:49 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.7p148\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 8486b27bb549d091e4ccea7aa1f9e4b7b7fe7e5d..b047362ea901bbb7f52898d4a965df6a5fd232d7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:04:54 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:15:49 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.7p148"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p148"
+#define SNTP_VERSION       "4.2.7p149"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 153199993609acb72021f782d5e2ee024ea4e877..2bea6f00f529311327a015c492ed77cc4e7f476d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  April  9, 2011 at 07:08:51 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 11, 2011 at 07:20: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.7p148
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p149
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 9a5353b41074276ba6a5b00d8c6268a0e5f9db55..1133e7cab4770b537bbd3f102cc42e34b4d04986 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-04-09 "( 4.2.7p148)" "Programmer's Manual"
+.TH SNTP 1 2011-04-11 "( 4.2.7p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  April  9, 2011 at 07:08:51 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 11, 2011 at 07:20:21 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2deb3ef9a86dfca2be3908f2e8e81767b83dbcf5..c22a27933185e2d6b36432c20e434825e41e7102 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.7p148
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p149
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0f30ef0594b0e624f092986d04048e1ee7fa0b2c..b1e38809c7ad92269f18ee9b80e4239cc22dd8ac 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:31 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:20: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.7p148\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p149\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cad18645fb29db00eddcb4b43970638081bf41e6..35cc0a71fa6eccae75cc63b3e43a3c24da08bad4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  April  9, 2011 at 07:08:31 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 11, 2011 at 07:20: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.7p148"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p148"
+#define NTP_KEYGEN_VERSION       "4.2.7p149"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p149"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0eb1fcca5dfd1445ed849392497c1c6e91cdfa04..ed5807ae67197d586c494b0512af6586ad2efa3f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  April  9, 2011 at 07:08:43 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 11, 2011 at 07:20: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.7p148
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p149
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 530ba9e28274e0579b896544368379e1937d2d6a..739de93f029aad91afaec26a503254848127da32 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-04-09 "(ntp 4.2.7p148)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-04-11 "(ntp 4.2.7p149)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  April  9, 2011 at 07:08:43 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 11, 2011 at 07:20:10 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"