]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P37 NTP_4_2_5P37
authorHarlan Stenn <stenn@ntp.org>
Sat, 26 May 2007 12:05:51 +0000 (08:05 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 26 May 2007 12:05:51 +0000 (08:05 -0400)
bk: 4658229fCLgcGZJ1npNkdDjctQuOKg

21 files changed:
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
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 7dd67e3fec3e38ba7c017087211e9aeb4e5a5095..7097603057792d025ada42eeb2f6d311bb1c841d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:36:00 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:13 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p36\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index c861b5f6353860ba4c33b635b47e50a6564fa914..a6e960ec9cf3391d0f4c3754d4fb13ac138722c0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:35:59 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:12 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p36"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p36"
+#define NTPD_VERSION       "4.2.5p37"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1280d2876a4fcc0c74e43f7eaa087be0a5ab7135..13d7daab6681de3e7ded124fe0e94baad951b88f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 24, 2007 at 07:36:03 AM EDT
+# It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:15 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a1fe102f148fd514352194919391a8f70ff4ceb7..fb6d623204ef82d69e7dbd1c9eb86ff6e949b042 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
+.TH NTPD 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:36:01 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:14 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 670067e58aef4c7a078be236223ad2859f70c6dc..ad35d818de596a560287186fdb87c24b9d3676bb 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:42 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:02 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p36\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8af2465e1b90027998e858f4ed535139ace96195..efae39c8b907741174422455493e6083a938015d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:41 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:01 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p36"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p36"
+#define NTPDC_VERSION       "4.2.5p37"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f0f4a6517a17a01e9361f26c0ee77f3b80df54cd..06fcedfa6d90126f32f311a368987700fa4b6f28 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:44 AM EDT
+# It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:04 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4f6db7cd946193eda8bb754815d05dec14ddcca1..2014a500f91525c8b2b3163550f322c67f862fa5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:43 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:03 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 176ab4f64b7d2fb1b96d597c51d41737cb9c2e7d..c25c8b943e5a32e14478446bf46ab26a97c94295 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:12 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:33 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p36\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 739b60d0e9c178b794f8e42bda6eabcef40751c8..3f8fb84653ea74a410686c2513affba9321e10e2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:12 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:33 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p36"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p36"
+#define NTPQ_VERSION       "4.2.5p37"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e6fc221d98d282c472ebf763b34afe253019ad88..7b67b0d8edbd788660ed1bef25aab042b4793006 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:14 AM EDT
+# It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:35 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1e24da9e16e3d36318cb32a6069f51920350f8b7..d1bb96adcd0432cde571e825102330f52642365e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:13 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:34 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b506e00242523a8204b9d9e5574902020f696b91..2698a6c697a5083dfd75f9107134351832e89c58 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=36
+point=37
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index eb24283aeea7fc12f6e30c04b317dd1751908ef7..36f4f535362431a6b0a2c18844f773a411104616 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:39 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:02 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p36\n\
+"sntp - standard SNTP program - Ver. 4.2.5p37\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 637c584888724471ac4e0ee8a449573e261d5006..2e084f2ca8a4e2a1c2da6b6d1d89f7d6ac606075 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:38 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:01 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p36"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p36"
+#define SNTP_VERSION       "4.2.5p37"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a331e8d9693fee531aab6909f9a705fe0c2cc94f..8ebe685f249e520ce9c76522fac010cd267425f2 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:42 AM EDT
+# It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:04 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index daa4f046f671fe1805a8191c074d2697db436f3c..a723fcf81a2a72e5df60bf20a35f20fdde474c8f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
+.TH SNTP 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:40 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:03 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 51ae52aa130f15ba0d70f1009ed49f37daf9c8e4..19fdff6de6b7ed0abe335c3a9f0363f3fded354d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:51 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:44 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p36\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p37\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b1ef5a492d3463b37917d5561d616b242ad72eb4..548fbca16182980610ca6ebedb904d40bb6a704c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:50 AM EDT
+ *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:43 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.5p36"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p36"
+#define NTP_KEYGEN_VERSION       "4.2.5p37"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p37"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ca45af35f7a81c26f52d39b83ffda975c5294f7c..f3db14dc44d581c4f05333fe073a7e8fe8eb4b31 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:53 AM EDT
+# It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:47 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 212a43f1187b1982480b2a50fb84e81f45b64f78..760a79e3e1ae3bfc716a32cd2740339686a1b2cc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-24 "(ntp 4.2.5p36)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-26 "(ntp 4.2.5p37)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:53 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:45 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"