]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P26 NTP_4_2_5P26
authorHarlan Stenn <stenn@ntp.org>
Sun, 22 Apr 2007 11:42:54 +0000 (07:42 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 22 Apr 2007 11:42:54 +0000 (07:42 -0400)
bk: 462b4a3eaatU-_es7N6A-FJWU4Anbg

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 3149959086ee4ca4982af10a59728999f95301f0..4fe067586fd54ee23eb64bbb395a30f80c6c6e5d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:32 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:24 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.5p25\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p26\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 87f3bd67e23036322b9875a01482cb71bd3bcd5a..6ffe3b2a285f381319360c0e51c452bf8d5ad415 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:32 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:23 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.5p25"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p25"
+#define NTPD_VERSION       "4.2.5p26"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p26"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 035074010d72b483f1046ac3470215007c744015..475ce50dac3aa1daf3bfa1d02a67d4cfb1f01121 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:35 AM EDT
+# It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:27 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a9785de89b0ef30a84b277986566a2c5a38a76a8..5bd446610bc63736947513024a947d4645cc5526 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
+.TH NTPD 1 2007-04-22 "( 4.2.5p26)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:33 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:26 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 41adc29c9d125256c6a55b584cfedfd04a4abdb5..cc19477e8edc731818487e45d886c52d525f6d34 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:37 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:29 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.5p25\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p26\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7079b59afa0498bd4ce26280e36a1c861081d642..e3c83967e8d6e33875668a8bca701fd2e05ebd9b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:36 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:28 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.5p25"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p25"
+#define NTPDSIM_VERSION       "4.2.5p26"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p26"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cfdc1f38d9dc7dcac1afb8a203c7d905f11df22e..dd18cff75a5ed7f1b1f44e8b411f696850e07081 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:40 AM EDT
+# It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:31 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0c77f17399e898ed13da1ec8235bb7250670f4b5..a35b6ec5c26d8bb62e697e58765a973eb3508874 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-04-22 "( 4.2.5p26)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:38 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 22, 2007 at 07:34:30 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9a70cd9cd7dc7e7b69b10b2bf83d11f15ae57448..16c11082019c74855219409efc21d024b0951ded 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:56 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:40:48 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.5p25\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p26\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 66216a47a324509d0155ec055b1668d06564f1f6..41ccb3ea745864f896377bd0f2ec67464929b479 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:55 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:40:48 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.5p25"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p25"
+#define NTPDC_VERSION       "4.2.5p26"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p26"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 11067217557279e4a3e8b5f416df0b843b11536e..2e639041680d8a22dbdde868d554145554a043aa 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:58 AM EDT
+# It has been AutoGen-ed  Sunday April 22, 2007 at 07:40:50 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 09d70079258c153977292a3048105d9440d0f6dc..53c1138a03953cc542743f7359210d98d5b577a5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
+.TH NTPDC 1 2007-04-22 "( 4.2.5p26)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:57 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 22, 2007 at 07:40:50 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1d22631a2f88f59aa5d3b5dd6cc7b031465c4a1f..4f8b08ae6e4a462e87512ba809ccacde0cd269c1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:26 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:19 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.5p25\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p26\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5847db10a006071fc5ce30d7b8ebfcd21574cf90..1310abaf19929c5efcb52f079747aec3d83649b1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:26 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:18 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.5p25"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p25"
+#define NTPQ_VERSION       "4.2.5p26"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p26"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5a7bf065fe203f46b6e883519c8f97445475d65c..184baaff8cb344d1417f18a119b1fcffd85afd56 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:28 AM EDT
+# It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:21 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cdc3f68a34f9508ce804634dac5af2f5c4d47e0f..d9fe38a1a3470dcdb68b66a8751a81a30c946006 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
+.TH NTPQ 1 2007-04-22 "( 4.2.5p26)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:27 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:20 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 109006307607957364d741c2cd13020c0941e257..db897b47c431b9cae26f64f2a46ac510098f09be 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=25
+point=26
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3fac8332146134bd568c041274884307ac21288e..574e82f8f0ceb004bdfae603809174e509cd799f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:56 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:48 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.5p25\n\
+"sntp - standard SNTP program - Ver. 4.2.5p26\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 08f04eb9917431cb80af9bdc26b0c41fd4531373..93b213ebed8a3849c0c94f4994d42df6f352570c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:55 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:47 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.5p25"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p25"
+#define SNTP_VERSION       "4.2.5p26"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p26"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4ed32ce6e02f61c4df4432c920bb29318b55c29c..e40412a96f30c15a600b11fecda27093ec3efba5 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:59 AM EDT
+# It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:49 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9bfe2a16963d4ae8ce4fc4af31af0aea30792726..ee8b74cb22456d4090bf98c2b23915a690bff6aa 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
+.TH SNTP 1 2007-04-22 "( 4.2.5p26)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:57 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:48 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 301069d397cc934b1622cc41e230a84086950106..67aa9c07a9c0a80d687721bda219b3c6627fe84d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:06 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:57 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.5p25\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p26\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c02192865f8e56e059996c537d709a5de0e50c0e..5ff520785f515a74192916ae0a8d5257f36ff659 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:06 AM EDT
+ *  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:57 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.5p25"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p25"
+#define NTP_KEYGEN_VERSION       "4.2.5p26"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p26"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c6737092ac133eb40c963ac14d19516fa408c846..a9c913577ed859d159f09845c26d8eba0c6acac3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:08 AM EDT
+# It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:59 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 00957bd348599ce91bd2b73446891c2d5e83e1a8..21a3df3f1ab65b97fecbf508d11fe18f8100a3f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-04-21 "(ntp 4.2.5p25)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-04-22 "(ntp 4.2.5p26)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:08 AM EDT
+.\"  It has been AutoGen-ed  Sunday April 22, 2007 at 07:41:59 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"