]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P152 NTP_4_2_7P152
authorHarlan Stenn <stenn@ntp.org>
Fri, 15 Apr 2011 08:46:52 +0000 (08:46 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 15 Apr 2011 08:46:52 +0000 (08:46 +0000)
bk: 4da805fcso37eaJvOwF5HaBx2ZMuNA

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 d6fae6cbc89507ee7061b2069ca49727d33e111b..a9399788b722123a4beae6e1dfb64cb353d0276d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p152) 2011/04/15 Released by Harlan Stenn <stenn@ntp.org>
 * Update embedded libevent to current 2.1 git HEAD.
 (4.2.7p151) 2011/04/14 Released by Harlan Stenn <stenn@ntp.org>
 * Detect vsnprintf() support for "%m" and disable our "%m" expansion.
index 53ea66646aca6f34d654c2da1af147aa5a0242c1..3c9f00a69eb7f8546f051b3be8ffba12486f815b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:01:57 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:44:59 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.7p151\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p152\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 43c44e874a8c837a46c64345e6a520233aff0be9..6770480aef8b7475febfb59ad416893eabadc17a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:01:57 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:44:59 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.7p151"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p151"
+#define NTPD_VERSION       "4.2.7p152"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p152"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3a7555cd016aa44cdb354b6e9832e553a9ff4a6a..ca6e59858f3a82dca6e7c26e97676b4271d55206 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2011 at 08:02:26 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 15, 2011 at 08:45:24 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.7p151
+ntpd - NTP daemon program - Ver. 4.2.7p152
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 688fbc1fd75fe6e36fa55350a92bafe33dd6b3d8..455d62815639ea26511be6d78cce29a15c17c3ee 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-04-14 "( 4.2.7p151)" "Programmer's Manual"
+.TH NTPD 1 2011-04-15 "( 4.2.7p152)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2011 at 08:02:25 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 15, 2011 at 08:45:23 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a7328e3318a9fac7ed280b1fe4612dd7a1e4dd95..6c6ec99bb8d5ad8504a7a8698bb9e27b0304cd75 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:02:33 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:45:33 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.7p151\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p152\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cbf7cc7195238bbffd73f47709fefc968fe789fe..e54b2e129ad751ef80568fd84816f5bea810a485 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:02:33 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:45:33 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.7p151"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p151"
+#define NTPDC_VERSION       "4.2.7p152"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p152"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0dd2f0f63087e7d48ac7d1c7f405470461ab8cda..cc504ad664429fc1d48bb0992eca378da0a33548 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2011 at 08:02:44 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 15, 2011 at 08:45:46 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.7p151
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p152
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 38e49d07e23d1beb9dfe53831f8034333552d224..5d9822e3b8ce7719ab253f4a0e3e1baacca8cd01 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-04-14 "( 4.2.7p151)" "Programmer's Manual"
+.TH NTPDC 1 2011-04-15 "( 4.2.7p152)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2011 at 08:02:44 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 15, 2011 at 08:45:46 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7f1b7118f0aca26c1a5a6f4b7605ed0bd41dbbbc..b0ad475de190a26f530f0bff38ebd1f8f451badb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:02:45 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:45:47 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.7p151\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p152\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 81abdfa8de6b22685e17853ed08c77c7c782a951..bb982db24bd9cfeb8c5b176f7f820707012f072b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:02:45 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:45:46 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.7p151"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p151"
+#define NTPQ_VERSION       "4.2.7p152"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p152"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aeb6652d0bc201c629262ca636c291c25f84d8e5..35d69ac38261b0d3d3f7d9b94af9f6d25e209f3e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2011 at 08:02:58 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 15, 2011 at 08:46:01 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.7p151
+ntpq - standard NTP query program - Ver. 4.2.7p152
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 892dd7312975154c9a9843222cc8069027bcdcc4..08c1b649bc3369d88672438709391ba698a9b6df 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-04-14 "( 4.2.7p151)" "Programmer's Manual"
+.TH NTPQ 1 2011-04-15 "( 4.2.7p152)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2011 at 08:02:58 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 15, 2011 at 08:46:01 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index df37e4f5a2b7e7c9cebdcd6b3971aa117db9ea1d..2b2f631bbd2d9278b79089641be7126bf3be6da8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:02:58 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:46:02 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.7p151\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p152\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 645a5cc6a6961b820e3c8d4b60f07fed618489d0..cd4b4b4ca646cf44e503f34ddbc3758d9c01bc08 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:02:58 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:46:02 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.7p151"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p151"
+#define NTPSNMPD_VERSION       "4.2.7p152"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p152"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 187559647390d980733aaf1aa154e53e32c2c644..7b2c3446183389cdb9152b5363cc52f0cec3bab8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2011 at 08:03:04 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 15, 2011 at 08:46:10 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.7p151
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p152
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 3b3eaef4ff35ede0eead853b00204da52e3b344b..c53b4878f1c469fc150ca61d4865a2dab6d77690 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-04-14 "( 4.2.7p151)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-04-15 "( 4.2.7p152)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2011 at 08:03:04 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 15, 2011 at 08:46:09 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index af3882e19731cc5489bca502c12f44bf7bdca964..7ffbf00a6157788c1e1ac34b2eea933f7f2dcdb5 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=151
+point=152
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index fdf06c2d303a81fed0d424d61551fad4021ad2c5..3a78e41905cc73ada12d7c9c40bbc47ae5df8815 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 07:59:05 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:41:57 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.7p151\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p152\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index ce12dd0a0991182a6764b61163951ce5756b472d..b91149ed5c702911bd14a841b5b5c705dad3734c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 07:59:05 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:41:57 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.7p151"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p151"
+#define SNTP_VERSION       "4.2.7p152"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p152"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d6606d1eff07c5835da6d45a40e00731962f9fb6..37183a6a630f21012b958aa9ce3d090a18ebbeda 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2011 at 08:03:29 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 15, 2011 at 08:46:29 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.7p151
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p152
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0f38a22c0a26ad5cd367849a3bde8d836eda1d34..57bf91fb0ed2c2507d2758d40705bd5d346141c6 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-04-14 "( 4.2.7p151)" "Programmer's Manual"
+.TH SNTP 1 2011-04-15 "( 4.2.7p152)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2011 at 08:03:29 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 15, 2011 at 08:46:29 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 81a8c8479dc68459ec08db582ad718c78a72ee3c..1f8579396ae0ab9fcbe67c8f6a686c58d857bf4e 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.7p151
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p152
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 1eaf0d78a1ddcc27df3fcfea3592a4397e9cb67d..498a8b928e944350a937fd59db5dd64f9bf38811 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:03:07 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:46:11 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.7p151\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p152\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fc8606269c8f76cdcc9599ddc4fa569f371bcc46..4d6305789d684f212489c48c078ac5b1664c8942 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  April 14, 2011 at 08:03:07 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  April 15, 2011 at 08:46:11 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.7p151"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p151"
+#define NTP_KEYGEN_VERSION       "4.2.7p152"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p152"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index afa3c747537fc465dab68eb3c13b5640681db016..dff3db025470779eefbcd837423a23b629599ddb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  April 14, 2011 at 08:03:18 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  April 15, 2011 at 08:46:21 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.7p151
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p152
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index fa576c7baee289227b295f22a2e73b717915292c..6e862bd9b8e18bcbca9846899f94e3c0bfa7b3d5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-04-14 "(ntp 4.2.7p151)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-04-15 "(ntp 4.2.7p152)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  April 14, 2011 at 08:03:17 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  April 15, 2011 at 08:46:20 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"