]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P16 NTP_4_2_5P16
authorHarlan Stenn <stenn@ntp.org>
Sun, 4 Mar 2007 12:33:47 +0000 (07:33 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 4 Mar 2007 12:33:47 +0000 (07:33 -0500)
bk: 45eabcabLXAIFkjkPkLLkUZmhw5jKQ

25 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
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 8fa43faf9adfec90a4408a7c1b31524192e6f810..24b6dee9990c751314a9ecc2e5fdb65c1e5757d9 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:49 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:19 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.5p15\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p16\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fe09befc413df99faab598f9d831df74870ab2c2..df436509e0787a8a7a9751233fdcb0345e3d70b5 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:48 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:18 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.5p15"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p15"
+#define NTPD_VERSION       "4.2.5p16"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p16"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e97a2d89f6a2ad09df1a1b75695a4514376a9d75..64f5486cf39176df0ed09d9a6cc11fbb55647d53 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:52 AM EST
+# It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:22 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 10f31d3e7bdcf6162f3948d9c0991f6bca4fc006..d10c5b0d462aeda7c331e5a2a69486830870ed10 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-03-03 "( 4.2.5p15)" "Programmer's Manual"
+.TH NTPD 1 2007-03-04 "( 4.2.5p16)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:51 AM EST
+.\"  It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:20 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a2a1bdd7ff45d4e08812167bba1681f7a46d437f..11ee409e03016898937da679fd9e12dc3eaf6839 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:54 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:24 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.5p15\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p16\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c0d178ae72acb6ee5c2a8a0e7004b36188c95251..c7a97e4bc084badc06e1b61990a13dd31508fae6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:53 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:23 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.5p15"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p15"
+#define NTPDSIM_VERSION       "4.2.5p16"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p16"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5b760a5e285e9692bd1bd48b2c06a541958cb6cc..2522e393a7acfa94de74a3feef9cec96d0efb05e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:57 AM EST
+# It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:27 AM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7f94cb8b15811835bdf91ce0aed6305562b545c0..70d367c8970ba5aff48002b2a93665aa4df4c57e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-03-03 "( 4.2.5p15)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-03-04 "( 4.2.5p16)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday March  3, 2007 at 06:34:55 AM EST
+.\"  It has been AutoGen-ed  Sunday March  4, 2007 at 07:25:26 AM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4794459f4d5de7abee387e121548f9feceda5505..ff6a9891179a2fb351f3ca2a498a77fbbeffffac 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:41:43 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:31:47 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.5p15\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p16\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 56876588685db5a78f4e9b9d326a8fad995bd34c..d790421459b0fc571b564e11885715001276cd7b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:41:43 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:31:46 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.5p15"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p15"
+#define NTPDC_VERSION       "4.2.5p16"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p16"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bc7e8f9d633cad735439191892596f6296a58d06..4240ac40f8296a4a47bb84eee03f5193617615a3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday March  3, 2007 at 06:41:45 AM EST
+# It has been AutoGen-ed  Sunday March  4, 2007 at 07:31:48 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4d4b1a0360bf86850531e823a9643b3de10d9580..d688ab2ce84981a0cb3d912d254422271ec447af 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-03-03 "( 4.2.5p15)" "Programmer's Manual"
+.TH NTPDC 1 2007-03-04 "( 4.2.5p16)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday March  3, 2007 at 06:41:44 AM EST
+.\"  It has been AutoGen-ed  Sunday March  4, 2007 at 07:31:48 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b4d4801fdd10c161805ae28a186031871751cd01..5fae0cf382fd514b121ccce61fc45f1a54461abb 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:14 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:18 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.5p15\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p16\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 71b463bc1bd1587652aa629fdd231b1e32a78b11..f4305b2c4b5cbb88a28f0f0f3bb6af546c602bb4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:14 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:18 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.5p15"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p15"
+#define NTPQ_VERSION       "4.2.5p16"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p16"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dca3fb2560826c3642e9972eca244b5f63ddb59d..55dbccf2e8ecc255a53aaa572812e7ba45fa919d 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:17 AM EST
+# It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:20 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index aebc22dc03b5dc30aca77a80ea5f8e9e25929bde..67b1f0881df339c52cf6ddb115663b64e1817ac1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-03-03 "( 4.2.5p15)" "Programmer's Manual"
+.TH NTPQ 1 2007-03-04 "( 4.2.5p16)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:16 AM EST
+.\"  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:19 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1ad84deb5c559ed6920f4a6c579514bd61ebc1f0..d7401d341c7072ec3a391c99e975cb63d11d71d0 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=15
+point=16
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 09a955d3ebd717fb07ab190acf96f27afc3c6d22..061b7917ef828e72b3c6128114328c81c5a8c7fa 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:44 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:46 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.5p15\n\
+"sntp - standard SNTP program - Ver. 4.2.5p16\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 59670340ffc9ab2709ece4d3e59b2890114fa8a7..6e1ae85b2fbfaad18382c1937a193b2475fc9ab8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:43 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:45 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.5p15"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p15"
+#define SNTP_VERSION       "4.2.5p16"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p16"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 50e9a59cc2b10e81cb2d19841a4aed4f5b10b7d6..eee3c67eda8493d08f296ad0f024041d7ef844e9 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:46 AM EST
+# It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:48 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 59d8dec65f9830b919ce833fa8900c2a5fae249a..f65a2225e0002e6851d958af94e5d3aa872b6175 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-03-03 "( 4.2.5p15)" "Programmer's Manual"
+.TH SNTP 1 2007-03-04 "( 4.2.5p16)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:45 AM EST
+.\"  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:47 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 396c9d0e2d5c33b3ff2fb9381724e7c4c6808521..e51034b55230ecd6d33ee037970cc07c2fd7bbc4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:54 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:55 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.5p15\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p16\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2720a1703e95ed997da64b4d714f357f2ff6b4eb..6776e6473d8f4df2659a4da731d8ea6a072d2b6e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:54 AM EST
+ *  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:55 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.5p15"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p15"
+#define NTP_KEYGEN_VERSION       "4.2.5p16"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p16"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 999e2dc59697dc8b10944f6872e531f402036408..e7f6a81404f6311a2453f0572f167589843cc98e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:57 AM EST
+# It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:58 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a028fadacd0337399c18054886389f2517d1da6c..e6e148ea7f1433cad717f0ac8b1b10cd2a3ea23f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-03-03 "(ntp 4.2.5p15)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-03-04 "(ntp 4.2.5p16)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday March  3, 2007 at 06:42:56 AM EST
+.\"  It has been AutoGen-ed  Sunday March  4, 2007 at 07:32:57 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"