]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P7 NTP_4_2_5P7
authorHarlan Stenn <stenn@ntp.org>
Fri, 16 Feb 2007 11:42:39 +0000 (06:42 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 16 Feb 2007 11:42:39 +0000 (06:42 -0500)
bk: 45d598afCZFSsw-8E_tBCaoS3qRbwQ

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 4b14ade4be2166367d6b5f53f8439437580944ae..8e49c22f681f48d1421bf6c139138aee8146e9ba 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:16 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:34:16 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.5p6\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 575423eff1e1d5e32f8456badb94a3918d74de19..cf370cae35196c7d98eace987272b576dcd7f746 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:16 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:34:15 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.5p6"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p6"
+#define NTPD_VERSION       "4.2.5p7"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ffb7427a5fab68cf2e4ff3496858aad8f6d55092..583bb26745ce6bd95263237af2a9931ac6422881 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday February  5, 2007 at 08:37:19 AM EST
+# It has been AutoGen-ed  Friday February 16, 2007 at 06:34:19 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d1a9e91d10e7cdb462e1a650639852c8c4ee320a..bcbaf156314b5ccda1c00acb434dd973ac7d0b7b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
+.TH NTPD 1 2007-02-16 "( 4.2.5p7)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:18 AM EST
+.\"  It has been AutoGen-ed  Friday February 16, 2007 at 06:34:18 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ed81927012effda5ee43b110f1e7d32aa398bc66..959193110c888ab6e48628c80c864d39b8e4ec64 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:21 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:34:21 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.5p6\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5e276b41deddd7e86ca6814eb2032dab7745a45c..a0afa6791e187102f19336ab97579681542b2d8f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:20 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:34:20 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.5p6"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p6"
+#define NTPDSIM_VERSION       "4.2.5p7"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2022b5efe1e04d3ac40b53311d96b35cd9705e3f..af5900f20867b26f5eda7cbe050149a0fc748213 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Monday February  5, 2007 at 08:37:24 AM EST
+# It has been AutoGen-ed  Friday February 16, 2007 at 06:34:24 AM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4245fa28f67763ae07d2d2dd940a01416cace181..4fc6da33094189e1c71ebbb16411b0ad1289d828 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-02-16 "( 4.2.5p7)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:37:23 AM EST
+.\"  It has been AutoGen-ed  Friday February 16, 2007 at 06:34:23 AM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 70ad3be411f4d1748d552763a99197bc3a7c2739..2e9db19d539e5ea88c9ccb32cda537a9ddea6782 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:43:36 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:40:38 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.5p6\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a47f3b14c2310794aea0d236e68d8144d109e97b..7bde097e6df57b1ec5f05f3629a9bb9f70e4afeb 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:43:36 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:40:37 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.5p6"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p6"
+#define NTPDC_VERSION       "4.2.5p7"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2bf593916ace355e2bcf9e24aa5628e6ba287cb0..71248219a44ab15b2040f246f6c8426fe50aa2b8 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday February  5, 2007 at 08:43:38 AM EST
+# It has been AutoGen-ed  Friday February 16, 2007 at 06:40:40 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5785ab58ad70016d731e57007c59d5b9b39c1a08..18a61fd6a3373a54bc69b74d4501a7b699f49316 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
+.TH NTPDC 1 2007-02-16 "( 4.2.5p7)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:43:37 AM EST
+.\"  It has been AutoGen-ed  Friday February 16, 2007 at 06:40:39 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 613c379fd76547d23fc3270290523f3295a88bd1..8b50cd17b5b4af3ac065c0138f61c8f2a60f203a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:07 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:07 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.5p6\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 83931a6dba5b37ea1f9f2466daf82bc6a2a626ba..b4f4193c492be2c78947f93874270bc58e35831b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:07 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:07 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.5p6"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p6"
+#define NTPQ_VERSION       "4.2.5p7"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ad30173bce5359c6ab974f39381c87f78f8727b3..821f04029fed784b96095bec34e95c26982ce6fb 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday February  5, 2007 at 08:44:10 AM EST
+# It has been AutoGen-ed  Friday February 16, 2007 at 06:41:09 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1f24717675eab002f65e6f548d0652bff945f08b..86e8458e04f8b0e16fd5d68ad3560d20242dc73d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-02-05 "( 4.2.5p6)" "Programmer's Manual"
+.TH NTPQ 1 2007-02-16 "( 4.2.5p7)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:09 AM EST
+.\"  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:08 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ac398fe4115da6ab32db40077b30d3752ee55032..c0d870f98315cfb9cd0069d30438e985b18249b2 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=6
+point=7
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3ebfcbeccc0248d31a70269c890520f521e2fa16..9e77158efa9f7e9d60a0169d11acd8c98a534a7c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:38 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:37 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.5p6\n\
+"sntp - standard SNTP program - Ver. 4.2.5p7\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4f16676558a1634f7e2f3c91fc35f5be2a9b0140..b0ca5d3b0d4493ccee5cacdd3574719dd34d0efd 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:37 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:36 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.5p6"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p6"
+#define SNTP_VERSION       "4.2.5p7"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 77f2411c6e357ef23c03fe0397e09e27eaeef0b4..3dd450c1d86250dda075a5414f77b76e17ce3f5f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday February  5, 2007 at 08:44:40 AM EST
+# It has been AutoGen-ed  Friday February 16, 2007 at 06:41:39 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 71d46e8843b171fefa28b51008296a2113979c0f..2dc629af3ed97f86ee2740f2f7bdc251baa2d066 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:48 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:47 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.5p6\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p7\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 191c3220aa02d05eb78aab2cfb3a950aa4a2a427..7f5355edd8ff5279372fb724f9c466cb3b513ba1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:47 AM EST
+ *  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:46 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.5p6"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p6"
+#define NTP_KEYGEN_VERSION       "4.2.5p7"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p7"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f26342a61f2705b41b5356291858f441c2cccf5f..31b262577fc362b5c7c145cb6dcf8c2e307b7c15 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday February  5, 2007 at 08:44:50 AM EST
+# It has been AutoGen-ed  Friday February 16, 2007 at 06:41:49 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b85173163090130eed2c1b888969a8942657eaae..dd4ab6d072cca6fb8ca5ebafb227520605279de8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-02-05 "(ntp 4.2.5p6)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-02-16 "(ntp 4.2.5p7)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday February  5, 2007 at 08:44:49 AM EST
+.\"  It has been AutoGen-ed  Friday February 16, 2007 at 06:41:48 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"