]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P28 NTP_4_2_5P28
authorHarlan Stenn <stenn@ntp.org>
Mon, 7 May 2007 11:42:57 +0000 (07:42 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 7 May 2007 11:42:57 +0000 (07:42 -0400)
bk: 463f10c19o2hc8MyNdpjwV56qqJkAw

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 01b10699db817b3d6f5b2f807645725311dc655a..8cf2750775976265466b1c105b440015730d93c0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:09 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:34:37 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -827,7 +827,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p27\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p28\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 2782edb4984224c6127c0fc26b388f0cd67928bf..1fc7685892f3831b256e1da20c8e27d9feb442d9 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:08 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:34:36 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.5p27"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p27"
+#define NTPD_VERSION       "4.2.5p28"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p28"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index af9c1aa393cd2a684c966e367d6a588aeed3f324..4b9a15e2ffe3371c3c3a2d6266d23dd1e9bdcba6 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:11 AM EDT
+# It has been AutoGen-ed  Monday May  7, 2007 at 07:34:39 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5dc0f4fa5d026ce22954fdbeeeaf54fd0ba6a9c1..453ed262a9d59e962497d95658f82a9f8205655b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-04-25 "( 4.2.5p27)" "Programmer's Manual"
+.TH NTPD 1 2007-05-07 "( 4.2.5p28)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:10 AM EDT
+.\"  It has been AutoGen-ed  Monday May  7, 2007 at 07:34:38 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c7984110b35680874aa05d2122c784f3dac1acb7..f515df5aa38317ddf622aa1e8c04b6c2c8257711 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:14 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:34:42 AM EDT
  *  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.5p27\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p28\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e565bac97b5e5da379bf745489c2c01a8b954e90..b8b9dc0121a9ee66b6686ccdeb38f6e4629cc943 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:13 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:34:41 AM EDT
  *  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.5p27"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p27"
+#define NTPDSIM_VERSION       "4.2.5p28"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p28"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 00c64d04c5bcc0fb84869a5b0f77c615322be305..de94530129fd13a9a7f84bd865fdbaa5011e1b94 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:16 AM EDT
+# It has been AutoGen-ed  Monday May  7, 2007 at 07:34:44 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a5ad5911879d509df0b77f0b93a36e9f17af3c2d..84e19bf1a5260ef13e0c938765930592a0e0f27f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-04-25 "( 4.2.5p27)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-05-07 "( 4.2.5p28)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:38:15 AM EDT
+.\"  It has been AutoGen-ed  Monday May  7, 2007 at 07:34:43 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e1ea3bd35d8b986a52205d4479f9488e02652f54..5bb5be598c92de9eef48b2b5bcffc0f09b0967ce 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:19 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:40:52 AM EDT
  *  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.5p27\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p28\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 41c1be987ba87f408c82beb1c097d5b2b68c5d50..4b9c9fc7aea590e772cc4ded6eeb6517021c951f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:19 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:40:51 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.5p27"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p27"
+#define NTPDC_VERSION       "4.2.5p28"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p28"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b4ff75425dcad2b7c6365b05e62fb8b9890b64f7..01bd336d54641afe30ccaee6fc75a1908b9ecd0b 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:21 AM EDT
+# It has been AutoGen-ed  Monday May  7, 2007 at 07:40:54 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8ad06f9affe59e3fec6f93aab4cd1fa9e32001da..29316c6d50a6bf90d2748cb79150bb558fab7aff 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-04-25 "( 4.2.5p27)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-07 "( 4.2.5p28)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:21 AM EDT
+.\"  It has been AutoGen-ed  Monday May  7, 2007 at 07:40:53 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fdb9d379b74d796273f4d9be2b5c418386a7c625..10c2bba9246d46561a08c3e1e4311ffec04cea4a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:49 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:41:23 AM EDT
  *  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.5p27\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p28\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index afaacc06e60ec69343dc91dc599912688be6a759..1048a5156141c74dcf655077d040e1469d2145cb 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:48 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:41:22 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.5p27"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p27"
+#define NTPQ_VERSION       "4.2.5p28"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p28"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 06aa6b8580bbe2774ad895ae02be4fd18581a207..31823221a2edc5ffa41f3dfec45ebfa8ae9224d9 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:51 AM EDT
+# It has been AutoGen-ed  Monday May  7, 2007 at 07:41:25 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 58ebb7f0bbcca5622b16ddc6746419110f5672d1..fcc3c27cef3e1db2f30ab9a164d944e944778413 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-04-25 "( 4.2.5p27)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-07 "( 4.2.5p28)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:44:50 AM EDT
+.\"  It has been AutoGen-ed  Monday May  7, 2007 at 07:41:24 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e9e14d1ae925cfae539e042719c7d9c9cfce08e1..864463bf383b32f356d3d352ed8c99c762b71999 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=27
+point=28
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index c8148ceee9d6118e23202c7a405886915eca36cb..8195fc12626fbfdd8700e72fa78759eeae5299a2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:17 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:41:53 AM EDT
  *  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.5p27\n\
+"sntp - standard SNTP program - Ver. 4.2.5p28\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2714acbdc084f86e18e55d025e1a1188834aa07f..385c363260393650e5e899d7bc701d3d63ed5ffa 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:16 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:41:52 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.5p27"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p27"
+#define SNTP_VERSION       "4.2.5p28"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p28"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 856e3da1644bc5a5ae427c407ccc03d6b52f7342..0e301d4bf1cce0728301a46557170c9da9f6a407 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:19 AM EDT
+# It has been AutoGen-ed  Monday May  7, 2007 at 07:41:55 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 208b7ea7edf8f2a8538be28db61a9b64ede149d6..4b8aaa1997ce66f6ee285dbe333fcc9a76eb1cb2 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-04-25 "( 4.2.5p27)" "Programmer's Manual"
+.TH SNTP 1 2007-05-07 "( 4.2.5p28)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:18 AM EDT
+.\"  It has been AutoGen-ed  Monday May  7, 2007 at 07:41:54 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5c2b7c0e00ff5f967cced5d4c9fe4bc2260c42f3..7a48cd9c1d1b87d4a7c646952ab2352e49ca0226 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:26 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:42:03 AM EDT
  *  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.5p27\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p28\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 61f6fd5da3dff66596f85d7889a68ba9639b08d5..8f24e23ad7857fbfb2862e9cf02c3503bc13400e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:26 AM EDT
+ *  It has been AutoGen-ed  Monday May  7, 2007 at 07:42:02 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.5p27"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p27"
+#define NTP_KEYGEN_VERSION       "4.2.5p28"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p28"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8778d8261692198321f84ac4bcbf4e8ccde4481d..69d9bbccdbe997461ad2095d7fc59bead9a82ab5 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:28 AM EDT
+# It has been AutoGen-ed  Monday May  7, 2007 at 07:42:05 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0b1f2ab2e1f601b0df153f9a5b83d0325f29c83a..db7d6a27db06fe63ffd917251348a4996bc8617e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-04-25 "(ntp 4.2.5p27)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-07 "(ntp 4.2.5p28)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday April 25, 2007 at 07:45:27 AM EDT
+.\"  It has been AutoGen-ed  Monday May  7, 2007 at 07:42:04 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"