]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P144 NTP_4_2_5P144
authorHarlan Stenn <stenn@ntp.org>
Wed, 19 Nov 2008 11:58:01 +0000 (06:58 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 19 Nov 2008 11:58:01 +0000 (06:58 -0500)
bk: 4923ff497IofFVEb9DnKkhCCjOP3pQ

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 95eb2f987ccb813b488bb81eee26b11546bc39b7..33cb517a8410439c1ba6cf098f473e1be3a84645 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p144) 2008/11/19 Released by Harlan Stenn <stenn@ntp.org>
 * Use int32, not int32_t.
 * Avoid the sched*() functions under OSF - link problems.
 (4.2.5p143) 2008/11/17 Released by Harlan Stenn <stenn@ntp.org>
index 7a4b1ced3fe72c4fa18da3462e1439a94a1cc342..4a689324a31a92be32060f8b4c9e327e0b4b6fa9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:50:45 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:55:34 AM EST
  *  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.5p143\n\
+"sntp - standard SNTP program - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 31a8c72de355a152e5bd95f39c377c8dee22ec8e..2ede96637b8676cb58b9f7446cb3b0aa9aa187ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:50:44 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:55:34 AM EST
  *  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.5p143"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p143"
+#define SNTP_VERSION       "4.2.5p144"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c4e036642b4716863be6b1bfc31d549f59cbf0a2..91bd75f400082e13f7bc870938602beb53c4418d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:50:47 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:55:36 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2ddd83ef3968bb720e20691e17dee2e4003c7f13..16a1f9c909c3c4165743c156e1915d58cda0d01c 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
+.TH SNTP 1 2008-11-19 "( 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:50:46 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:55:35 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1f10cc693f4832e541cf9c95f14080b7e801ab1b..ba0474e1a2ff27c7528c3c33e19ebde7eb08931c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:37:42 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:42:43 AM EST
  *  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.5p143\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 06f18bc0c7aa7e091d6e9baf3ad66a196580e441..0b5e694b86a178f3bfae050167eb60e91f691f91 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:37:41 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:42:42 AM EST
  *  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.5p143"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p143"
+#define NTPD_VERSION       "4.2.5p144"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a2dc0aa7482dbf858c563bcf534f0d23d7bae4f9..a6879b954425e6673badd0084fc42fa2b1834459 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:37:45 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:42:46 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5027ae847eb57778f552e106db88044a7e19e5a8..5ef20af753bbd3c230300323c0733d4b0b6a39df 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
+.TH NTPD 1 2008-11-19 "( 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:37:43 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:42:45 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 75aa1e896b05e2994a306bf62b353fc374c13d2a..53f83aab4ff420ef0edee00c5003cf1a59e7061a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:44:34 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:23 AM EST
  *  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.5p143\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0eb83c3e82845772a80a8c60a4681c94147e9252..cba7e6776698159ab50165cdbc268b54ebf7bb84 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:44:34 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:22 AM EST
  *  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.5p143"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p143"
+#define NTPDC_VERSION       "4.2.5p144"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ea88065bdf9374fe19d58e056abf885bebef7630..d35b413c46df0cc1d30650215ba87a821fbb2218 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:44:36 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:25 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68e86fdc38cef4ad61c1f9b7794893f4e869bcaa..0060ee1baf1fd88ca52097416b8861696f0bb48a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
+.TH NTPDC 1 2008-11-19 "( 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:44:35 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:24 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b21d1450f2c9654aa45c1f9dc3ba2a49ba8053e6..b02f577b9bc187e4595fd38c154182b98c51ed82 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:04 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:54 AM EST
  *  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.5p143\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3a9200b9a71ca03d088ab4cb988cd60a6751034a..5508031902696c20db4b1dd2182a4bf29c1e6da2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:04 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:53 AM EST
  *  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.5p143"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p143"
+#define NTPQ_VERSION       "4.2.5p144"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index af86728bec379963bf684fb38603b7200edd4af5..ce57455503c30728156d67150b56192ce8c7c608 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:45:06 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:56 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 543a7252f819bb5b4260bec04626a9008eafb6c0..a6cba6e74d1696534c14ab610a1b8413f54facab 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
+.TH NTPQ 1 2008-11-19 "( 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:05 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:49:55 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ea218ea83a3c96042914c965243df7b038ca4488..2a7a858eac94e9e983fcda8f82e51d7f7e426174 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:49 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:50:38 AM EST
  *  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.5p143\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8f9881bbd980f5ffc7d39cc6d7cb6e8b96e8550a..f10105c8a32b717088b146d31cb4ca7505cc7c67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:49 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:50:38 AM EST
  *  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.5p143"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p143"
+#define NTPSNMPD_VERSION       "4.2.5p144"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f0905325665c73a5bbbbdaa7a346305c516268dd..1bfe0ca9149b3ab764f9b663de13d43729b8a3f8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:45:51 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:50:40 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7abe4da9a61218f70bd1c8e56a0843ba3b76fd71..ee2246be81c8f8a35ba69311f0a7a2560c8a784a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-11-19 "( 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:50 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:50:39 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8b9794799af2390aa16ce494caa7cc13decd365a..c23dde92ed16a1d2b9cc8cd6aa3e10768d189b40 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=143
+point=144
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 62c34b1b86c3106d10268b2d8de8ecba94d3bbd0..0901033ebe6c0e223fde08d0f15f8fca70bb45be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:51:57 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:46 AM EST
  *  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.5p143\n\
+"sntp - standard SNTP program - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d1b03d1e6c3269bd6e6d574a4160982ca4203b76..90278d24ff268738e335d3db69a24b769ff8ca1d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:51:56 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:45 AM EST
  *  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.5p143"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p143"
+#define SNTP_VERSION       "4.2.5p144"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 179fee62604311bbd970a9723a5616b60ed33af5..bc0fcf10f81fcb712fd6e92b831175d59de91c4f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:51:59 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:49 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2f126e10edcec36528f60db43fb3d0c5e1895ebd..d73be30252e768b68d52216f01493143fe81be19 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
+.TH SNTP 1 2008-11-19 "( 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:51:58 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:48 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 810b5565e11556fbf7eadc5d3cdd2a638e67c895..77c53416362a3391959b01a30091f02f6688d59b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:52:07 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:57 AM EST
  *  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.5p143\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p144\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 894c7b7b11ad5eaef32ac1251dc5ca284bb80cb0..49e1669c5830c2b21546612bac08012a58399a31 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 06:52:06 AM EST
+ *  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:56 AM EST
  *  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.5p143"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p143"
+#define NTP_KEYGEN_VERSION       "4.2.5p144"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p144"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8b2df1efe7022b09180bc1279f5907ad4fafa703..8e69d9fee94f22241f19204888368e1612dcd0f1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 06:52:09 AM EST
+# It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:59 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a39093fd125ec7860c29a9099cc632130a321499..1c90ca2f29986e05bad1ca53db73e56bdc750d7d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-11-17 "(ntp 4.2.5p143)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-11-19 "(ntp 4.2.5p144)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:52:08 AM EST
+.\"  It has been AutoGen-ed  Wednesday November 19, 2008 at 06:56:58 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"