]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P169 NTP_4_2_5P169
authorHarlan Stenn <stenn@ntp.org>
Thu, 30 Apr 2009 11:58:03 +0000 (07:58 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 30 Apr 2009 11:58:03 +0000 (07:58 -0400)
bk: 49f9924bxG_Vo4DfY7N2aHIHSXzNRQ

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 6d6f3aae0fd868c31142657634ad2d168b7c13e1..83ef3fcc33e43f287a135514c7f735d9cdd780e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p169) 2009/04/30 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1171] Note that we never look for -lreadline by default.
 * [Bug 1090] Fix bogus leap seconds in refclock_hpgps.
 (4.2.5p168) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
index 07fa935910cb93a0ea4e27328c7f13215cb10f2e..15f7c2bd5e9ba036adc35ef9705ba4fa87ef1f03 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:27 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:46 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p168\n\
+"sntp - standard SNTP program - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 30c4716114dfbfe2871f80774e340feee3d5080f..d51d8759daa93800648f715177b4c195d81cdef9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:26 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:46 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,8 +72,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.5p168"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p168"
+#define SNTP_VERSION       "4.2.5p169"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5379eeffc3fe49dec554c4a0b323af9b6a42f67a..f51cb9262beca22ea00e46e665b962286fdc3122 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:29 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:49 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e956d8b6731ebfba47688a8c598c67f09265654e..eb316f037dd408b2a2101f75d04c16b291b20537 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
+.TH SNTP 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:28 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:55:47 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b0029a8277f2348d28d7183cc3741288fcaeac9a..591432aab21f64f1dbacbc991b21f556c201a219 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:48 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:12 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p168\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index eeff2348db4ee58a3f7ff6cd2bba687966266c2b..9b919ad36580f103e752bd5c271fad39d7def7ef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:48 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:11 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p168"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p168"
+#define NTPD_VERSION       "4.2.5p169"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 27f09352a4d4a2f3fea4f280b229dd556f243fcf..1433cbb678a7f04bc28610a772f04df3f3fe19ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:52 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:14 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cb5f61996fff5548d447f15134b67fdd95918d01..09d108d6adde285c53c49ff01cc053d2041ea707 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
+.TH NTPD 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:50 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:42:13 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c0b0f1d6b4034ebe3dbe654f0c2361790dc52334..3cd84af23677a0b0b68f29bccce4b585cf1693ae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:37 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:02 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p168\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2176da2ce5ab2bcf191b9c95c00f3b26b0ee3510..0ce07128e3f0615c66a3459e8eef0c4c4f4e50e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:36 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:02 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p168"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p168"
+#define NTPDC_VERSION       "4.2.5p169"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2780481ada9c6e757bd7fdfcc782bb9f742ab74f..a02074540cab5e88cd7e68892e95bc9054c158bc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:39 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:04 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 92fce7bf9bd248ed53c0d60f5edf52002c310ed4..616a1707da8f29fc51b1ed2ca785085180d99cdb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
+.TH NTPDC 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:38 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:03 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b4e809259cfe3604628e5220b764c12c94d848cb..5d2521a017b6333aef9a4743ff59d107b051cd90 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:09 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:33 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p168\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 58d7bbfc8b5215e970934909c5cb659d7312c913..44d6546f667b5191e9f36fee8d682c943dfffe81 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:08 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:32 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p168"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p168"
+#define NTPQ_VERSION       "4.2.5p169"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6d6d377b68c43848af885a11374763d718be343f..7a593e28ad5eeb2f1b9b53935ff43464a142b7f3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:11 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:35 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 67efda58c199141b1b98a2b5e012832b9cfc9834..7ece0250bcdfc97045882a2695a43ad546906257 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
+.TH NTPQ 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:10 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:49:34 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9a05b8de10af1220974f5a545bd267844fb1bafe..96d3b2fca8e91b90c6c7238eb8987bee61ced0d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:55 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:17 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p168\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 885dcc35be8475ed6565c37f7941500ac94235c3..357c2799c60ce2985005cf17ddaba7af28db2bfd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:55 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:17 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p168"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p168"
+#define NTPSNMPD_VERSION       "4.2.5p169"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 814d4fb09543209b5b8d0a43b517e4a470890862..dc2024374e27dd9a37057683559386694d19522d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:57 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:19 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2cc051233422d5f0850db170ecc446a0c7625486..52046532b640e1e3148d22d64801def3538bd39d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:56 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:50:18 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 670d681be8c76e35f2513b6600811ad23467114f..fb39dd0b18e0b30b8fc691590675097945163e63 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=168
+point=169
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index b7a07f5fa23ee43625ceb8cc379fa01d96141795..447ad1d042f217b88025ee8f756ffbfaabe00461 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:23 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:43 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p168\n\
+"sntp - standard SNTP program - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 22a9e11cb0041cee0cfd9bdeb4e2d4b7110fa329..9d7a09009a8f2ee487512ee247209d5142d324c2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:23 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:43 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p168"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p168"
+#define SNTP_VERSION       "4.2.5p169"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1e336999d865ba558f070edc8ae77c167ebdc87..0af769df8791f761e1e24de019b912f0a0c0dd9d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:27 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:46 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index af973532dffe63479df04f51543b9ae458787913..6053b0cb07a072ae5c2cda32437c49b4ecf018a4 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
+.TH SNTP 1 2009-04-30 "( 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:25 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:45 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d7facb5fe8fea15268efd0e8018049f16d1d5622..47d3dfdf28a36dce455bfe53ce7dc0d2e06a912e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:34 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:54 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p168\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p169\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c8089870ae4a64f49d3c2e40be8b574f11d7ff25..cec5abb839aa8821b89c45b6b3f3a1ac28997942 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:33 AM EDT
+ *  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:53 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p168"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p168"
+#define NTP_KEYGEN_VERSION       "4.2.5p169"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p169"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f8419c4b659ea745dc81f83f2e2432ad05626665..4e1eac3c1745f1acf417654122cebcdeae831577 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:36 AM EDT
+# It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:56 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 26c9f83802cc91c26bbd5afc3c159d1fea3cedb1..213de44ae0bb8b56e8d1ea15ad71c587ee82e424 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-04-29 "(ntp 4.2.5p168)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-04-30 "(ntp 4.2.5p169)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:35 AM EDT
+.\"  It has been AutoGen-ed  Thursday April 30, 2009 at 07:56:55 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"