]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_4_RC3 NTP_4_2_4_RC3
authorHarlan Stenn <stenn@ntp.org>
Mon, 5 Feb 2007 11:47:44 +0000 (06:47 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 5 Feb 2007 11:47:44 +0000 (06:47 -0500)
bk: 45c71960rHFJmlsGt1TXSlxgnkrosA

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 1ae1f3450b35172777a548532dcba9995a991931..194da596687eaf6da4a4d5adfd01c292758a6145 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:26 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:39:12 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -866,7 +866,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.4-RC2\n\
+"ntpd - NTP daemon program - Ver. 4.2.4-RC3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cf82ba1bc54d58e015381a258155e1e6f0dfec69..7c8c7944a059e9fee0211942c2967f495055360e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:25 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:39:11 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.4-RC2"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4-RC2"
+#define NTPD_VERSION       "4.2.4-RC3"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4-RC3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f13ad0e6c8bc785001abc30744fe262ff7b02405..64c9f4ea8f5776d03a6af389642044dfa004b188 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:29 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 06:39:14 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8d3152edb9555cfca0a19600e8beb9e706086c28..002db069eacb4aaec6d4d2a00b2755bed8029902 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-01-30 "( 4.2.4-RC2)" "Programmer's Manual"
+.TH NTPD 1 2007-02-05 "( 4.2.4-RC3)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:28 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 06:39:13 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dce9ce76a154cb4bb72a0df7a41e8f388d94d1d0..e46c236a48688f7570591f7e0fb15fb119908126 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:31 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:39:16 AM EST
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -1064,7 +1064,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.4-RC2\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.4-RC3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3fd1fd6117e899f118da64a1be27305669dde60f..1f766b185121318ad759745567fd11e8bb690290 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:30 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:39:16 AM EST
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.4-RC2"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4-RC2"
+#define NTPDSIM_VERSION       "4.2.4-RC3"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4-RC3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2ce7ae720955fbd9ba690d956bf1d0c84886ae92..ad55cf4f7cf8248cae4b84b625b2bbbf7ed8fd2c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:34 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 06:39:19 AM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8525a5dded56881ea0b5a798308187a6faaf2863..c15b9e63bd72e6527afc8b503d1573852a44b42b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-01-30 "( 4.2.4-RC2)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-02-05 "( 4.2.4-RC3)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:35:32 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 06:39:18 AM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5c438303ee5f63bdcb27b0ade415d249be230d1d..3b095cc9411bbf1380e8bbe7c721d55908ea2eac 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:05 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:45:41 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.4-RC2\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.4-RC3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 061db645902b5082ed4bfe4dec96ca73881abafa..5abbce69d89b84d83a4f8bace55b18ab80d1daf5 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:04 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:45:41 AM EST
  *  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.4-RC2"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4-RC2"
+#define NTPDC_VERSION       "4.2.4-RC3"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4-RC3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 329fb7414f2a16b60303661cc4647cea798cd1d9..e7280a13e5f553ce93349ab21ba522bb0024db96 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:06 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 06:45:43 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e71f3982fd2e04246012fb87edb922d86a4c2bc1..869457d7d31913defd92c405041f174e7b76ccb0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-01-30 "( 4.2.4-RC2)" "Programmer's Manual"
+.TH NTPDC 1 2007-02-05 "( 4.2.4-RC3)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:06 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 06:45:42 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1b19a2e361fce11c6ebc87c0fb65a88b3ca9fb7f..1c5c8f39088cec4d3f497239ce8b0fddc6ef6920 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:36 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:11 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.4-RC2\n\
+"ntpq - standard NTP query program - Ver. 4.2.4-RC3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1962869c4fc067c621c3c58b743df8e14fd4ba6d..aec927f8cb935c7b84088e2a5a0f69f7f7289844 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:35 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:11 AM EST
  *  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.4-RC2"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4-RC2"
+#define NTPQ_VERSION       "4.2.4-RC3"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4-RC3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9cc4e4f24c802178dfd82bd4a125208775991ce2..0ae950e870492a8481acea6a90ff2503d3b0b905 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:38 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 06:46:14 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 59dc2c4a8c12d5b1d307f921c1b062bb560420fd..31228f00d73f163b9eac075b4f3ea8c7e742cab4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-01-30 "( 4.2.4-RC2)" "Programmer's Manual"
+.TH NTPQ 1 2007-02-05 "( 4.2.4-RC3)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:42:37 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:13 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 454958a708317bc118c323405cfd3d12484baa32..084ec09e55154502840245b7e3e73421194afb20 100644 (file)
@@ -25,5 +25,5 @@ CLTAG=NTP_4_2_0
 # - - rcpoint gets set to 0
 # - - releasecandidate gets set to no
 # - GRONK is for -dev
-rcpoint=2
+rcpoint=3
 #rcpoint=GRONK
index 7996d1e41d6c13e67d3de732092826506588c329..2b450ecb4a1865ed1862306552ed7709c14b0d73 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:05 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:41 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -505,7 +505,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.4-RC2\n\
+"sntp - standard SNTP program - Ver. 4.2.4-RC3\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 48f59d1ad37e7eb3addf1789a555d86dd2bbc0cc..1e933b25b68aafdddefd3cafda12fc9d268e3922 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:04 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:40 AM EST
  *  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.4-RC2"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4-RC2"
+#define SNTP_VERSION       "4.2.4-RC3"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4-RC3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5309c16c7856b551565e4769a50a3bfd5abfebdd..0411a2fe3edd40546a0e936d6084e4cdfbca9b42 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:08 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 06:46:43 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cbf8260c026626a9c2c391e208df7f8549d8a7dc..7b4bcb4fc5179bfa88b05262d367d544a1ac77f1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:16 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:51 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4-RC2\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4-RC3\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b850c59555332ee4f2e8106738adf5c9b3856300..ea11325372d9888aa2ff985b0a1dfa2a2cbe1dd0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:15 AM EST
+ *  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:50 AM EST
  *  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.4-RC2"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4-RC2"
+#define NTP_KEYGEN_VERSION       "4.2.4-RC3"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4-RC3"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 10a097b2a9246e522d5faad597f73db737fce2b1..6deb58a36617e1a90dccff36edefe5d7e43576cb 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:17 AM EST
+# It has been AutoGen-ed  Monday February  5, 2007 at 06:46:53 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index deff6c2a8c97e23e66cafeb0f83b92d27f4b3227..e051272ca4dae63028cafffea14334cfb4415244 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-01-30 "(ntp 4.2.4-RC2)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-02-05 "(ntp 4.2.4-RC3)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday January 30, 2007 at 06:43:17 AM EST
+.\"  It has been AutoGen-ed  Monday February  5, 2007 at 06:46:52 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"