]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P184
authorHarlan Stenn <stenn@ntp.org>
Wed, 24 Jun 2009 11:52:37 +0000 (07:52 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 24 Jun 2009 11:52:37 +0000 (07:52 -0400)
bk: 4a421385CB5LDv-IOjy2FHzthNVMpg

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 14c80fe230f1eb43b3329e3d859a1ca5341c50b0..e5be57d3d526bd2acfc993c3e0205e5ede5b2cbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p184) 2009/06/24 Released by Harlan Stenn <stenn@ntp.org>
 * [Bg 1233] atom refclock fudge time1 sign flipped in 4.2.4p164.
 (4.2.5p183) 2009/06/23 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1196] setsockopt(SO_EXCLUSIVEADDRUSE) can fail on Windows 2000
index 8534ae5ed5538e4b2a65e4215ba20cfb82fd4d5e..4b3d1ae61809b89a7ae114e8a20565536eb90004 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:56 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:50:18 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.5p183\n\
+"sntp - standard SNTP program - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3d0001c153c9d67ebc4036f7fca2961c61bcbe62..9351e764e4dd7d72331256c65305d0d75723b6df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:55 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:50:17 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.5p183"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p183"
+#define SNTP_VERSION       "4.2.5p184"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8d855005e11113cae486bd6a42052117a06cd61e..35970d9cf470b8825d084acd40e4ea96a5657a20 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:58 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:50:20 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 62cc1267021fb46eafb6d365a4cffb5a9b117d42..f75f056f15c8fe8d58704979c4be11401f2a2c48 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
+.TH SNTP 1 2009-06-24 "( 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:52:57 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:50:19 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ea3262bb60c9f9ec86746289070ddfa5ea056fdc..e1e73bd05ae0e3237ea5e2baa8f03489e473817d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:37:23 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -914,7 +914,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p183\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 6522b926e5608c00f3ddd36b03001c156aff7e3f..a46e2e69f72fa08181fe55d9cc3019a2fdc3832e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:37:22 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.5p183"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p183"
+#define NTPD_VERSION       "4.2.5p184"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 331264b3ea7cd5527bafc86eba989edbcdd37e7c..786100a7291ac24679b21176f8cfa2e246fca062 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:55 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:37:25 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a8f68015fc094728da810c935fc33ac0e80cab9f..68e68369578043845970a2483d5a04a3ef3f269b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
+.TH NTPD 1 2009-06-24 "( 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:39:54 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:37:24 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 88ebd4837d3ea4df4a3002962adc63c4029e590d..5123de1f8eb3b9b6091f480cf97fd0011bfd3077 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:17 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.5p183\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3773841df7f56d1ad6b7d2d6126d08be06437c56..dabd2c45a3fc50564b4400b81c0fe88d5cf0fde3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:17 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.5p183"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p183"
+#define NTPDC_VERSION       "4.2.5p184"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f5243c6c65160e1bce450a47d5652eb6f024c78c..e3decc3cafe5ee9402a21e66b43760e1e9cd35cc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:55 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:19 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 30898672cf5479bc1de96b1b77ac0b8ada46aa62..25e1e785c3c42ec2e6e3bf4a810477b1afac0459 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
+.TH NTPDC 1 2009-06-24 "( 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:46:54 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:19 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f6a727678c19372ab4a17e73b2909a07e7f5f254..06873a9dd8d6697f6e413f6ef1f5f1af3486cafc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:22 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:49 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.5p183\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a6c37ca6e740051e947b4d58cc94eb742f4408af..15253a0c80139d3b6a79e276c4584d5264ad1eb9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:48 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.5p183"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p183"
+#define NTPQ_VERSION       "4.2.5p184"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9cda96d9787c11b15c4b3af11fa410a8197871e2..416a9295e63a87d00756d8a2695070ac9239741a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:24 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:51 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ef7476a42e19bd8a9a27b1e45930493024ed20f5..e69c4cdfca4edb6b0f767abd4190163e6c294b16 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
+.TH NTPQ 1 2009-06-24 "( 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:47:23 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:44:50 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1d9582e778093ce97fa763f6c30114336cf91d60..75a21950959060533102b5a7991df766f3193595 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:06 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:45:34 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.5p183\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b7f0e53259eff5199a44a384f741424b1f623d74..519874a9ed9f2bb8fc86645c07c93a3b0f79aef1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:06 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:45:34 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.5p183"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p183"
+#define NTPSNMPD_VERSION       "4.2.5p184"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e09b188df9c1b65c9bcc4bb2c59a11a821330ab8..7750f6c2895b2b71a156289e772c2adb7a424763 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:08 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:45:36 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0187bfb29d4c7dd2e09fcef123fa4f4e20eae327..c9109c050ba476f3b649edf7670c1d8697c3001c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-06-24 "( 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:48:08 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:45:35 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eba465d0449e18e4a20a06026eeb3be763311efe..186a63fbdf3940a6c960d9c7a131706a01ecaeba 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=183
+point=184
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 17bb6f86367ebd94b5b96e73df41c6cf22b9aaa2..90487e9d1f728a3c39392cbf14996bf0e00d237a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:17 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.5p183\n\
+"sntp - standard SNTP program - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ad0314db1a0dfd2d112cf586e4bc0f9e470fb5dc..f44705404b8775ad4a6b83a8d08f8b407a6ae0a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:16 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.5p183"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p183"
+#define SNTP_VERSION       "4.2.5p184"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 989871e0740a9fd4e0f5980a2b17ba34af1ad109..d07a1617fef7a2d6e64b97856f1daba5289e7df5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:54 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:19 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c5648a478cb1e951b92bcf025b0a037201e352d3..0539564035023b113519b4874b646ac17c830f5f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-06-23 "( 4.2.5p183)" "Programmer's Manual"
+.TH SNTP 1 2009-06-24 "( 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:53:53 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:18 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 924f4261cb11f900dd0b6b598bf9b52aae363e7b..75e03cec823eef863d5b5d131c312a63d08e6271 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:03 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:27 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.5p183\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p184\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f4a8669717b3bcb45c3016538184c2e14f89fecf..49a328e726b7873f5c448143579a67cba757cec2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:26 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.5p183"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p183"
+#define NTP_KEYGEN_VERSION       "4.2.5p184"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p184"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3fe5c765762e103a8f07166586f2e682938add7f..0025bf76064278468f8156f0d3b0282cee72ef59 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:05 AM EDT
+# It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:29 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c6ccd4abcee2f3c040c9f44f3341f42d26d6bf9c..e15a01247e17a2a06cb50c7b08b98bf6c3eb8031 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-06-23 "(ntp 4.2.5p183)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-06-24 "(ntp 4.2.5p184)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday June 23, 2009 at 07:54:03 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 24, 2009 at 07:51:28 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"