]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P168 NTP_4_2_5P168
authorHarlan Stenn <stenn@ntp.org>
Wed, 29 Apr 2009 12:04:45 +0000 (08:04 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 29 Apr 2009 12:04:45 +0000 (08:04 -0400)
bk: 49f8425dsnmbLTWfCErGf86whlx6IA

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 6e48720adb8b8aecaa5c3ee7edc3ce0fda86bb07..7eab781d097969216ed80269eeea2da50d43f52e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p168) 2009/04/29 Released by Harlan Stenn <stenn@ntp.org>
 * Include (4.2.4p7-RC4)
 * [Bug 1169] quiet compiler warnings
 * Re-enable gcc -Wstrict-prototypes when not building with OpenSSL
index 49acac63ae2158db80324edfb6ea0ffa34788d67..07fa935910cb93a0ea4e27328c7f13215cb10f2e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:27 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:27 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.5p167\n\
+"sntp - standard SNTP program - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3fc97f7f9c5be3ac574ea24e2a6cae2cfa15a805..30c4716114dfbfe2871f80774e340feee3d5080f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:27 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:26 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.5p167"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p167"
+#define SNTP_VERSION       "4.2.5p168"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f231067b67d510a87c1177646e155995bccc12e6..5379eeffc3fe49dec554c4a0b323af9b6a42f67a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:30 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:29 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ea4fc6de27e4f849c1417b00e95f98aa4c4e5ab9..e956d8b6731ebfba47688a8c598c67f09265654e 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
+.TH SNTP 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:52:29 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:02:28 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92e5a26147ca6376585362dbec3dd357797c32e8..b0029a8277f2348d28d7183cc3741288fcaeac9a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:48 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.5p167\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 424ce65daaf59ccd8d3267a07f6f096e7bf4c822..eeff2348db4ee58a3f7ff6cd2bba687966266c2b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:48 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.5p167"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p167"
+#define NTPD_VERSION       "4.2.5p168"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 825f95da65360b498ad0db26d942f4fb8ac57454..27f09352a4d4a2f3fea4f280b229dd556f243fcf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:55 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:52 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dda7bf274cba1fad0c0d698e562aaf568b415e02..cb5f61996fff5548d447f15134b67fdd95918d01 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
+.TH NTPD 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:38:54 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:48:50 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 638cc18a84357e71a4c2b5ebd28a41d7981aed91..c0b0f1d6b4034ebe3dbe654f0c2361790dc52334 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:51 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:37 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.5p167\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ddc587bab85111182f9248e4b8b0cba2750a2922..2176da2ce5ab2bcf191b9c95c00f3b26b0ee3510 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:51 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:36 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.5p167"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p167"
+#define NTPDC_VERSION       "4.2.5p168"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 29ad9b1028e839f6b77ea4de2e3e7d5ada88f83f..2780481ada9c6e757bd7fdfcc782bb9f742ab74f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:53 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:39 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c9206144aa6ca263ee0b21c34334c0932d6d12fa..92fce7bf9bd248ed53c0d60f5edf52002c310ed4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
+.TH NTPDC 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:45:52 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:55:38 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f4bf119ca6d8fd6e59549a5ff1f1a50b806398df..b4e809259cfe3604628e5220b764c12c94d848cb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:09 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.5p167\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index db7800358951425d97f11a71aa5b3061db2e014e..58d7bbfc8b5215e970934909c5cb659d7312c913 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:20 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:08 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.5p167"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p167"
+#define NTPQ_VERSION       "4.2.5p168"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c2be6cc7b73b24704b030b3dec1710c68b172217..6d6d377b68c43848af885a11374763d718be343f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:23 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:11 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b167f3a6e0cf53841aae070c8cfc386606176e25..67efda58c199141b1b98a2b5e012832b9cfc9834 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
+.TH NTPQ 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:46:22 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:10 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 95ced11f64c040ec3eb7654af3a65fd8bfb2b1bc..9a05b8de10af1220974f5a545bd267844fb1bafe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:04 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:55 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.5p167\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 522794d1bf2106b6bab3876262751bc255d527ce..885dcc35be8475ed6565c37f7941500ac94235c3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:04 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:55 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.5p167"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p167"
+#define NTPSNMPD_VERSION       "4.2.5p168"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 347a6f007997e132944a171f7a592f19b875d973..814d4fb09543209b5b8d0a43b517e4a470890862 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:06 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:57 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 53c72914b75fa7a3dd5eed2b72fe6b5cb207d487..2cc051233422d5f0850db170ecc446a0c7625486 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:47:05 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 07:56:56 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d3cf0389658e5dfafc3efb429de497ce0cc42215..670d681be8c76e35f2513b6600811ad23467114f 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=167
+point=168
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 9af08806319cc6cf6da4cf05d4c00622c77c089a..b7a07f5fa23ee43625ceb8cc379fa01d96141795 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:25 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:23 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.5p167\n\
+"sntp - standard SNTP program - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index aa0fbad1680a902cd4e27827b8c7de2ac61ee0a2..22a9e11cb0041cee0cfd9bdeb4e2d4b7110fa329 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:24 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:23 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.5p167"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p167"
+#define SNTP_VERSION       "4.2.5p168"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3a03eaefccbbd8e0986bfb5857bd09c8aee84ab6..d1e336999d865ba558f070edc8ae77c167ebdc87 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:27 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:27 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 41015021971f5b449d76758ef078d24fd51345b1..af973532dffe63479df04f51543b9ae458787913 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-04-26 "( 4.2.5p167)" "Programmer's Manual"
+.TH SNTP 1 2009-04-29 "( 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:26 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:25 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e28d03dcf5f93ffb4b3d44c6de3ab1c55a950551..d7facb5fe8fea15268efd0e8018049f16d1d5622 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:34 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:34 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.5p167\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p168\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 827423b10bcbf8f296694db4d8028ffd1ce5290d..c8089870ae4a64f49d3c2e40be8b574f11d7ff25 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:34 AM EDT
+ *  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:33 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.5p167"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p167"
+#define NTP_KEYGEN_VERSION       "4.2.5p168"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p168"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4944aff414481bf4c0d74f1cd99e8181e5e62495..f8419c4b659ea745dc81f83f2e2432ad05626665 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:37 AM EDT
+# It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:36 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a5f5641a8651086d03b6bb442131bf545b1af69b..26c9f83802cc91c26bbd5afc3c159d1fea3cedb1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-04-26 "(ntp 4.2.5p167)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-04-29 "(ntp 4.2.5p168)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday April 26, 2009 at 07:53:36 AM EDT
+.\"  It has been AutoGen-ed  Wednesday April 29, 2009 at 08:03:35 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"