]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P25 NTP_4_2_5P25
authorHarlan Stenn <stenn@ntp.org>
Sat, 21 Apr 2007 11:43:00 +0000 (07:43 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 21 Apr 2007 11:43:00 +0000 (07:43 -0400)
bk: 4629f8c4HI79YDYLBow5LsSM3SG28g

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 afcb453950fcb3e8b7fbb270a088fd73bff3d884..3149959086ee4ca4982af10a59728999f95301f0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:34:15 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:32 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.5p24\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p25\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index a10794d2b7683c05663eadd086d013779a4b5c32..87f3bd67e23036322b9875a01482cb71bd3bcd5a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:34:14 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:32 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.5p24"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p24"
+#define NTPD_VERSION       "4.2.5p25"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p25"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cc7bea7fa5a4abe80c1eac20752754f394ffe65c..035074010d72b483f1046ac3470215007c744015 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday April 20, 2007 at 07:34:17 AM EDT
+# It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:35 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 11b2473d17a845a97fc84058842f5e6f0083e0a0..a9785de89b0ef30a84b277986566a2c5a38a76a8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-04-20 "( 4.2.5p24)" "Programmer's Manual"
+.TH NTPD 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday April 20, 2007 at 07:34:16 AM EDT
+.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:33 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2a2e68c9fb045c506bc44a5827ffd2e15fa57296..41adc29c9d125256c6a55b584cfedfd04a4abdb5 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:34:19 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:37 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.5p24\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p25\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 276a324f47db6c2dc2a9e6a4cdfb1b27a3876a85..7079b59afa0498bd4ce26280e36a1c861081d642 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:34:19 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:36 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.5p24"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p24"
+#define NTPDSIM_VERSION       "4.2.5p25"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p25"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 088b9a82223ca3fb671802261dc1e281c2aeed18..cfdc1f38d9dc7dcac1afb8a203c7d905f11df22e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Friday April 20, 2007 at 07:34:22 AM EDT
+# It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:40 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ef88f9bfa286a188bbbcb0f692509c489ec04f7e..0c77f17399e898ed13da1ec8235bb7250670f4b5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-04-20 "( 4.2.5p24)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday April 20, 2007 at 07:34:21 AM EDT
+.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:34:38 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 530989c002bd97f9aa40083e6c159d74143d9eae..9a70cd9cd7dc7e7b69b10b2bf83d11f15ae57448 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:40:29 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:56 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.5p24\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p25\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4513e95a81ae6452587c6e381ba430e0adac9a05..66216a47a324509d0155ec055b1668d06564f1f6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:40:28 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:55 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.5p24"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p24"
+#define NTPDC_VERSION       "4.2.5p25"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p25"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 099a2d0dd88c250b13f3ce84e441500fc84ca27c..11067217557279e4a3e8b5f416df0b843b11536e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday April 20, 2007 at 07:40:31 AM EDT
+# It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:58 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c3029c4e21d5e107f7d41bfb2355c0f7dd31a4cb..09d70079258c153977292a3048105d9440d0f6dc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-04-20 "( 4.2.5p24)" "Programmer's Manual"
+.TH NTPDC 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday April 20, 2007 at 07:40:30 AM EDT
+.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:40:57 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 349b3158da6cf8eceb47bed974d5c8e3cc545fdd..1d22631a2f88f59aa5d3b5dd6cc7b031465c4a1f 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:40:59 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:26 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.5p24\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p25\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index adabe8eab5303ba8e1b0237551bb2e301911f92a..5847db10a006071fc5ce30d7b8ebfcd21574cf90 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:40:59 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:26 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.5p24"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p24"
+#define NTPQ_VERSION       "4.2.5p25"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p25"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 41e71b962f040d3db053583334bca7cbb2a35dac..5a7bf065fe203f46b6e883519c8f97445475d65c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday April 20, 2007 at 07:41:01 AM EDT
+# It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:28 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2926f63b4b1d83bdf10777454b009151ebbdbce6..cdc3f68a34f9508ce804634dac5af2f5c4d47e0f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-04-20 "( 4.2.5p24)" "Programmer's Manual"
+.TH NTPQ 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:00 AM EDT
+.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:27 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 59e967ab33696c2b7ad9bb1f4b42e13b946abed0..109006307607957364d741c2cd13020c0941e257 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=24
+point=25
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index fd5a5d94095b907a8e2d574b12335e8b6ba9b630..3fac8332146134bd568c041274884307ac21288e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:28 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:56 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.5p24\n\
+"sntp - standard SNTP program - Ver. 4.2.5p25\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 47514b781bfa64bfae53b9880ef516a2e3aab619..08f04eb9917431cb80af9bdc26b0c41fd4531373 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:27 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:55 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.5p24"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p24"
+#define SNTP_VERSION       "4.2.5p25"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p25"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 55883aa24aa82f8353b2df0de791e66490ab97b2..4ed32ce6e02f61c4df4432c920bb29318b55c29c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday April 20, 2007 at 07:41:30 AM EDT
+# It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:59 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b53bb4ac544b5f571107df9777c8bb7d43d4d410..9bfe2a16963d4ae8ce4fc4af31af0aea30792726 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-04-20 "( 4.2.5p24)" "Programmer's Manual"
+.TH SNTP 1 2007-04-21 "( 4.2.5p25)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:29 AM EDT
+.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:41:57 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7f934f32a2d4cafec8aac6c8c1c8f951d613d5ae..301069d397cc934b1622cc41e230a84086950106 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:38 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:06 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.5p24\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p25\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 12f03ad3340ac184459dc972fc39cc0b066e5115..c02192865f8e56e059996c537d709a5de0e50c0e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:37 AM EDT
+ *  It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:06 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.5p24"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p24"
+#define NTP_KEYGEN_VERSION       "4.2.5p25"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p25"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f799baed84630d570fe6718f9f99792cf7907f8c..c6737092ac133eb40c963ac14d19516fa408c846 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday April 20, 2007 at 07:41:39 AM EDT
+# It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:08 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6f16e5d87797ed456cad4a267e976e036a25a398..00957bd348599ce91bd2b73446891c2d5e83e1a8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-04-20 "(ntp 4.2.5p24)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-04-21 "(ntp 4.2.5p25)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday April 20, 2007 at 07:41:39 AM EDT
+.\"  It has been AutoGen-ed  Saturday April 21, 2007 at 07:42:08 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"