]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P1
authorHarlan Stenn <stenn@ntp.org>
Sat, 6 Jan 2007 10:35:24 +0000 (05:35 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 6 Jan 2007 10:35:24 +0000 (05:35 -0500)
bk: 459f7b6c63cVtxIbaKBbW3iHLjhusQ

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 5033521902f5553b6d6371536117fdc69523be80..865c0b7e168cf2efda35428502fa717430e3cbbf 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:34:44 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:45 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.5p0\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8eaf973df7b18de046e52c1067a73d0333cd734a..0f89ad574b322c852ace1b71c019f72d42f4a848 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:34:43 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:44 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.5p0"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p0"
+#define NTPD_VERSION       "4.2.5p1"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index abc55a444c26ee05bd4d49924072041f895d7da8..fd6a7dfc1e6145248236067a7bdebc908e2d72f8 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December 29, 2006 at 06:34:47 AM EST
+# It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:48 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0797a6456b2c21a33e3d31881f7a98c8f5d99923..f4f4a69a379aaf341f9e1b93acc6ba141f7d65cc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-12-29 "( 4.2.5p0)" "Programmer's Manual"
+.TH NTPD 1 2007-01-06 "( 4.2.5p1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December 29, 2006 at 06:34:45 AM EST
+.\"  It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:46 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bf5dbe4ba2e75b6d4f2f69441ba44b60b1038e6e..96b850caff70f125ef797a2fecfa4b9078087635 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:34:49 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:50 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.5p0\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 37100d712d6f280d0838931b4650190fceb59549..c167e564b2617a80a88390b7ea620fa816935b27 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:34:48 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:49 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.5p0"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p0"
+#define NTPDSIM_VERSION       "4.2.5p1"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c93282550751eb448a701d017d76e6855fb926c..05b0384328112760ebd0e0873a3493a4da7ba71d 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December 29, 2006 at 06:34:51 AM EST
+# It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:52 AM EST
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2fd321f0757c4baf11eda5bb302d5ea7d62994d1..967ccb1c49a1f2be5670bf69a9cc1a5c08a76cf4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-12-29 "( 4.2.5p0)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-01-06 "( 4.2.5p1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December 29, 2006 at 06:34:50 AM EST
+.\"  It has been AutoGen-ed  Saturday January  6, 2007 at 05:26:51 AM EST
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e5472b2b0a31bd82a42c95bd43e373dd019e6287..2a73fc35f4a2aa20f401ec2cfad8b4eb61dc3a80 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:41:04 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:12 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.5p0\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 69b1e96ff5423cd7e69d8b5cc37d119f48a1973b..c7c13e637ba63918be4cea0095791d80e764bfd5 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:41:03 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:12 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.5p0"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p0"
+#define NTPDC_VERSION       "4.2.5p1"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3542361045882a7cd9647cfe829aec0ab043d82d..fc494dca7f50d16920912296d77fc2ee4a905355 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December 29, 2006 at 06:41:06 AM EST
+# It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:14 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1b5654c2bfe87e07ac130952f50fcc6dd1991b41..90d11c539b8ff18c1835136384ee70613863ec45 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-12-29 "( 4.2.5p0)" "Programmer's Manual"
+.TH NTPDC 1 2007-01-06 "( 4.2.5p1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December 29, 2006 at 06:41:05 AM EST
+.\"  It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:13 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5a96b66c5acf86bf3c073c1914fe079e722f58e0..ed4b1e7e0fdd8e0697b731af52047e3e0b3a9210 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:41:34 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:40 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.5p0\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 29aced01a358e393235bbdd730d6b0c5e33ec4c8..1d33aeaaee3c1bbc1eb765f0e6299d12c9d07fb0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:41:33 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:40 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.5p0"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p0"
+#define NTPQ_VERSION       "4.2.5p1"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3e3f23a58c526b208f8816faa7f2a6451399d97e..591c1747d6b6946a7237ccdda388f55a21b5c1f4 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December 29, 2006 at 06:41:36 AM EST
+# It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:43 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0e47f544b15e95ea2bcfd9fa5af4ef9278a1dd40..67f50c1fc3b3d9ad9e4e0506ba073cecb5744ecd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-12-29 "( 4.2.5p0)" "Programmer's Manual"
+.TH NTPQ 1 2007-01-06 "( 4.2.5p1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December 29, 2006 at 06:41:36 AM EST
+.\"  It has been AutoGen-ed  Saturday January  6, 2007 at 05:33:42 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index debd982a2296f767adf371727d60e76099d7dfbd..37d9d2188e3f0ad61b1e84b73e91b2af5c079803 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=0
+point=1
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 4af2e3a1a4922e697ff05040c7a14ac4dc732397..86065dfdbc46ae1545a1070de94ea39aad3b867c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:42:02 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:09 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.5p0\n\
+"sntp - standard SNTP program - Ver. 4.2.5p1\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8ccf2083db10dbc8ca852d51d3e0399a7dd3d27a..da6a7e105aebbe5bfcc1876a15dbaec5c68e535d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:42:02 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:08 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.5p0"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p0"
+#define SNTP_VERSION       "4.2.5p1"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e1ccfde1af2be4e01042193f34fdd34af8cc0e36..ae774837cb34046c6c574381d26c05bbbc448c55 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December 29, 2006 at 06:42:04 AM EST
+# It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:12 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a4cf8ae38fa368e550602817961246a39f16c072..31b90cf06114f4759f820d543d5a74b3114d226a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:42:12 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:28 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.5p0\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p1\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 63dd79e3d24ec55950262e61aded2d0e7e71506c..9ae74a488f4127725b0c39832bdc2095baf056b0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday December 29, 2006 at 06:42:11 AM EST
+ *  It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:28 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.5p0"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p0"
+#define NTP_KEYGEN_VERSION       "4.2.5p1"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p1"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 877e109823758eed4ab4f6f9c8d8a068681486fd..4ebd3389a41db6159ef4a3c71f5f288ecce66fb2 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday December 29, 2006 at 06:42:13 AM EST
+# It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:31 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7232c045d7ea76280610b20988efe95aa560bdb6..6aca9578e1d6c7cdc3133a0746f6ca7c6d9985e0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-12-29 "(ntp 4.2.5p0)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-01-06 "(ntp 4.2.5p1)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday December 29, 2006 at 06:42:13 AM EST
+.\"  It has been AutoGen-ed  Saturday January  6, 2007 at 05:34:30 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"