]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P189
authorHarlan Stenn <stenn@ntp.org>
Thu, 16 Jul 2009 11:54:10 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 16 Jul 2009 11:54:10 +0000 (07:54 -0400)
bk: 4a5f14e2DmS18xmXS69d_5-mzVNFng

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 1269efa8ba3a4582e8e00ede91ef832f09f42bf0..4f04d1a20e8f12dd0085070e8b4f94e66685353b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p189) 2009/07/16 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation cleanup from Dave Mills.
 (4.2.5p188) 2009/07/15 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1245] Broken xmt time sent in fast_xmit() of 4.2.5p187.
index 3b69b27436f985e3dd9dd0bbf914f6b71acecf8c..3a53b9adc6afc13bc0433499211a568725ddfcb9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:39 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:51:45 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.5p188\n\
+"sntp - standard SNTP program - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b7abfc6f93749051658f29593d611edc07b03ce8..e8618693f1ee4c58fe926a604562db71f8d10c48 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:38 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:51:45 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.5p188"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p188"
+#define SNTP_VERSION       "4.2.5p189"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 084dc7bfe144aef273fcf2837bf1e46117a1fe80..0baafd981c7b4a96846a2c23e6702ad5574c8056 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:42 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:51:48 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c727b559d641f58acb22a5e5798472661c607a56..24a250d53287b3d8afd5c0a64a0acc38338718ea 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
+.TH SNTP 1 2009-07-16 "( 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:50:40 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:51:47 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6526c017f1cbf657fa25ace74206d295fe637146..487990dc6d13ced56a3ce14ac1fa6e354ee696fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:38 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:38:42 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.5p188\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index fc4cf26c7810b458e34483b97e6b8ee91033e606..224dfc8dae9a80ce14de308872b4ece589969270 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:37 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:38:41 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.5p188"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p188"
+#define NTPD_VERSION       "4.2.5p189"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b5771eaceb96daa1398b975987958ee1176914e..c8754d3116b0b184ed09e9aa25701e2c7e4f53ac 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:41 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:38:45 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4f32adc0a9ba025923fc59fb5de4c3b5136a1bde..ca9ac97454a1d81aea079592026caeee15465e0e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
+.TH NTPD 1 2009-07-16 "( 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:37:40 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:38:43 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0af90cdb5bc274f092f2082a530441f17418d278..e2ef74e418ca1ca3cfbb6bfbc913527b2dd6b903 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:24 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:45:36 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.5p188\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0c9feeb4bf0c69f7540de8c2c77cd2733b1b268f..18cbdcece70991be4a90ef88ee633fe6b105a1f1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:23 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:45: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.5p188"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p188"
+#define NTPDC_VERSION       "4.2.5p189"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ac68952c3657b788039d1373a83aab841426f5ae..fd3264f56e831b257da86add426416e37cf86419 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:26 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:45:38 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9b857f03a26fbced012d25896ae306c7ed3d3133..6fe8aa86357e298af0e8e087d98d97332b0b71a5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-16 "( 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:25 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:45:38 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eaac5d4611a55ebdb8fc9540a125172f0cd4feea..89f648b58c5202ff339e2c1a2fc68503896e5fb1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:54 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:05 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.5p188\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5f49cb6a1c9babfe7a2df58e0fd5e502ed2bc994..c8356369f6cc1188b03e401dd11b4aabb6d0f98c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:54 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:05 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.5p188"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p188"
+#define NTPQ_VERSION       "4.2.5p189"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 368ae5babfe1ebdef8d5cd2111c15f8e439dc04f..c61c823e0138b1e17225a5aebae29af3092fa53c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:57 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:08 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cfa286249f9b248e57b75bec5d4bb757fa9a4d87..ca57bbc45005f39a6e1e06e44b43194d60e794a7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-16 "( 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:44:56 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:07 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fdf96ab06182846f551754675816ff2f3ebd79f7..1bee36d6b3c79afb3e30d2dd4d8ec4d2202312d2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:40 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:50 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.5p188\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 10851b2d2add570e0251a7e95a4e13b9b574df18..8c3d0aaeb9db0b5bebdeaa1a52b46d2ec2a7d743 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:40 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:50 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.5p188"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p188"
+#define NTPSNMPD_VERSION       "4.2.5p189"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d25b7ac0efb07222c18ad00c6133f5d6f4586264..fd31f5cfa71f0b2ec95d533bfa98db3187d3bacc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:42 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:52 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 04f0fd935e83a99e471af935cd2a4cc3b1328807..b00b3652a0a322db5522c5719d7eeaf341e25de5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-16 "( 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:45:41 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:46:51 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3746430b383b93017a175d92e2463f229b809b50..4618f8c9698fc520a9c762307cd0dc2b926bbbd7 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=188
+point=189
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 7d8eb5f8f36188ead498b59a410648014d2bf63e..470c92ee328a0adb11870b8b91bec38a0d2cad03 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:37 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:52:45 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.5p188\n\
+"sntp - standard SNTP program - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d680517c1cafc72b30cc6e2680f88a5a0832ea7c..70f39f59241f6ef811aaee9b472792a370e2619c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:36 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:52:44 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.5p188"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p188"
+#define SNTP_VERSION       "4.2.5p189"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 900c6d47eb8227b761592752235af632cca4d85d..c81a565a75110955de0bbca773ad0b1a863ff1a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:39 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:52:47 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 777a6e437da5ed44ea830b5bd34d699b9fa7ae27..6b04c0ee11fe04a546e0aed287f376fb1a34a0d1 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-15 "( 4.2.5p188)" "Programmer's Manual"
+.TH SNTP 1 2009-07-16 "( 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:38 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:52:46 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 52dab432332c35bbd4e9ca0529b9902df2cb3b21..0898540b7768fd68c3e5ef7731669b0332b4ed35 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:47 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:52: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.5p188\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p189\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index da368326a43fd0ea0f52489080d29d5d3f0a76a9..0f7d0090ec7e6d12fc098c1d66f10386994c8766 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:46 AM EDT
+ *  It has been AutoGen-ed  Thursday July 16, 2009 at 07:52: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.5p188"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p188"
+#define NTP_KEYGEN_VERSION       "4.2.5p189"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p189"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c0c606ed0ea175d9488802e570010a617478f0fe..1af55d9fdf4d2ae0669f8b9f9bfc438ac0fc7b77 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:49 AM EDT
+# It has been AutoGen-ed  Thursday July 16, 2009 at 07:52:56 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dc8357747a6ace363084490b5ae159f413af316d..6eadb597a202ef3d7de29f9f8e09c3d5c511ae69 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-15 "(ntp 4.2.5p188)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-16 "(ntp 4.2.5p189)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday July 15, 2009 at 07:51:49 AM EDT
+.\"  It has been AutoGen-ed  Thursday July 16, 2009 at 07:52:55 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"