]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P38 NTP_4_2_5P38
authorHarlan Stenn <stenn@ntp.org>
Sun, 27 May 2007 13:46:31 +0000 (09:46 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 27 May 2007 13:46:31 +0000 (09:46 -0400)
bk: 46598bb7itwF7Qbjr5WOWWJe0hYRdA

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 7097603057792d025ada42eeb2f6d311bb1c841d..2f0784adf5b69c93ef2a34c7618ab0980d0e0823 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:13 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:50 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.5p37\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p38\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index a6e960ec9cf3391d0f4c3754d4fb13ac138722c0..f7f85d716c2c207a598613dd99d2428751f26757 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:12 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:49 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.5p37"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p37"
+#define NTPD_VERSION       "4.2.5p38"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p38"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 13d7daab6681de3e7ded124fe0e94baad951b88f..ff702f06671ff7cfa28bd82dc5deee87d716ac06 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:15 AM EDT
+# It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:53 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fb6d623204ef82d69e7dbd1c9eb86ff6e949b042..20f2339c12057d9df2b11217864fb8151f15a15d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
+.TH NTPD 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 07:56:14 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:52 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ad35d818de596a560287186fdb87c24b9d3676bb..24cec64c360e95b004ed290cc3905e949427204d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:02 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:21 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.5p37\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p38\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index efae39c8b907741174422455493e6083a938015d..111479008452e6510136a6a99cbebdc8b25467a1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:01 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:20 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.5p37"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p37"
+#define NTPDC_VERSION       "4.2.5p38"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p38"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 06fcedfa6d90126f32f311a368987700fa4b6f28..1870c4a7148ef12df14afa4780829ed5d5e4b800 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:04 AM EDT
+# It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:23 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2014a500f91525c8b2b3163550f322c67f862fa5..5a6a2c3ccaf46ca823c88083acb8f8ba54e7efe0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:03 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:22 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c25c8b943e5a32e14478446bf46ab26a97c94295..5ad6d19a8d4de8c475c200ba2e4aca49595d8811 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:33 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:51 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.5p37\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p38\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3f8fb84653ea74a410686c2513affba9321e10e2..7f2387eaa8c4eea8df3799003f786472e0b1375a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:33 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:51 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.5p37"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p37"
+#define NTPQ_VERSION       "4.2.5p38"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p38"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7b67b0d8edbd788660ed1bef25aab042b4793006..ad94f83bfefcb734e7b17c702512e6d019eb1df6 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:35 AM EDT
+# It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:54 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d1bb96adcd0432cde571e825102330f52642365e..02b1bcebe2e3bb43fffe41daa3487b2789729c3f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:03:34 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:53 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2698a6c697a5083dfd75f9107134351832e89c58..a4100a69b4574556fde1c02d7742936eedc42670 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=37
+point=38
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 36f4f535362431a6b0a2c18844f773a411104616..3871736ed6e47d17deea3b0d948188ef529b7477 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:02 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:20 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.5p37\n\
+"sntp - standard SNTP program - Ver. 4.2.5p38\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2e084f2ca8a4e2a1c2da6b6d1d89f7d6ac606075..6f512944714aa8cc4730d4a6d47abd42a6397b4e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:01 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:19 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.5p37"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p37"
+#define SNTP_VERSION       "4.2.5p38"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p38"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8ebe685f249e520ce9c76522fac010cd267425f2..10be874440c33e7ffadc8b94c19fa5b2a673710e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:04 AM EDT
+# It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:22 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a723fcf81a2a72e5df60bf20a35f20fdde474c8f..5fca28d4963a93b3239c0fae70ce3a15b28e9b29 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-26 "( 4.2.5p37)" "Programmer's Manual"
+.TH SNTP 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:03 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:21 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 19fdff6de6b7ed0abe335c3a9f0363f3fded354d..e956e6ceadbeffc435a4136c7c221f22651b6545 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:44 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:29 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.5p37\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p38\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 548fbca16182980610ca6ebedb904d40bb6a704c..fecc32d2f6122f5ade87b851bd29ff9e89607be7 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:43 AM EDT
+ *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:28 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.5p37"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p37"
+#define NTP_KEYGEN_VERSION       "4.2.5p38"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p38"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f3db14dc44d581c4f05333fe073a7e8fe8eb4b31..05c4a7218a6f8098887101fd3de15f3f7af9d301 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:47 AM EDT
+# It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:31 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 760a79e3e1ae3bfc716a32cd2740339686a1b2cc..a6abc5c2ba0b7c1af1efdd8495842d845121ec84 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-26 "(ntp 4.2.5p37)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-27 "(ntp 4.2.5p38)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 26, 2007 at 08:04:45 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:30 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"