]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P35 NTP_4_2_5P35
authorHarlan Stenn <stenn@ntp.org>
Mon, 21 May 2007 11:44:27 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 21 May 2007 11:44:27 +0000 (07:44 -0400)
bk: 4651861bCsYat0SM0GqKE-FKWds1bA

21 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.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 4f0b75c800cd122247b5601756dd03d9ade01f84..c0553e5abb0e389e476fa1bfb0bdb6598f33db6b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:24 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:35:33 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p34\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index f50944848494631ae0f7caeb357d44f1086cf54a..f534a325a49e3f3ba1243eafa36b87485d71ff70 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:23 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:35: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.5p34"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p34"
+#define NTPD_VERSION       "4.2.5p35"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 82b47a1cb9a9c4c00b06f2ee2fa3dfd3419fbab7..ec0b961e60298d3ed6f96335862c0dbc28348f48 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:26 AM EDT
+# It has been AutoGen-ed  Monday May 21, 2007 at 07:35:36 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e246b7b7bc7a155e86c05b0b54fc60cb514aeed7..4c507c0bfd90b37895646ed139affd89633c8c05 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
+.TH NTPD 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:25 AM EDT
+.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:35:35 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c49ebf469f55908b084eb3af18a49601bce153a3..169889e3b4a446bfcad3c34259071e0bf7659db2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:03 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:22 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p34\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 167f0027e06eaad4c12970a252ff5e279f7f4885..92fe967ce937292693645ae2287698e4d87d1be3 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:02 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:22 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.5p34"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p34"
+#define NTPDC_VERSION       "4.2.5p35"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1d88ca9cca6ccabe4e3b8f919f3a9a6e51a7bbc2..8e7b62bd51b9ee0f9a7c3b6e3db85d2f1f6c708c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:04 AM EDT
+# It has been AutoGen-ed  Monday May 21, 2007 at 07:42:24 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f41061a1ebe987223eca15a4a93ed1119cd00ecc..d41fa2f6d269df177e7aaf7059fec3fb373a611d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:04 AM EDT
+.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:24 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4d19db5c789f96fdcdb0cd8017ec64a11013b225..4408bb3189f653160ffa207fdd070ea170476cdf 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:34 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:53 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p34\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c1e237e0e75bfe257461203b1e39fc996ce98136..3adf7b50b33d0d337f460b3ceb9e647c4aa589b6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:33 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:53 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.5p34"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p34"
+#define NTPQ_VERSION       "4.2.5p35"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6438d398db16c02854ebf716b4410ce485d8d69d..736de753eea8e6615ae52d3ec5f9729c706fb47f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:36 AM EDT
+# It has been AutoGen-ed  Monday May 21, 2007 at 07:42:55 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cadf4ff9f4fcc54aaf7388a240f8923fbcd0842b..2e88f468fa75a86d2286ca8f837a26eae0da1d82 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:35 AM EDT
+.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:54 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cdc3c33853e8ca7d213ffa91b9b037a25d80dfdf..8998b2ad35d7d8dcddf31bb05d92a57bdc287cd8 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=34
+point=35
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index c6fb56060d09f4ebdb428d76b05a739e0dd11595..7d7d250e1e50b2fa775457aa2e10f7f52b027743 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:01 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:22 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p34\n\
+"sntp - standard SNTP program - Ver. 4.2.5p35\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 75ffc9fbd7b1f15a40ded571e98ac9d247596af9..cbd94e43354efca8109ef478994a29797bc81966 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:01 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:22 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.5p34"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p34"
+#define SNTP_VERSION       "4.2.5p35"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 766cb13cccd4bce7dff3c7f9a65a8786a95dca57..bf6c532bbff2fea4163d2e15e44c6f32a011d1bf 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:04 AM EDT
+# It has been AutoGen-ed  Monday May 21, 2007 at 07:43:25 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ca1b29c11cb7e3d3faae9d80d7d94a9946d9fbc5..ace6f4858aa33a6258b51dd79ff9bc6bf7e525e7 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
+.TH SNTP 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:03 AM EDT
+.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:24 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d1b8fedb240ef3585c2f3b303564afa2249df0b5..c2f8cc005bddad7baa08e29bd2b104422c67bf4c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:12 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:33 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p34\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index dd635c66e66bbe0e3ea02ffcb06547a4c27c84f0..d258d29428dc65e2ebeac28a8228aa6f1c436ac6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:11 AM EDT
+ *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:32 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.5p34"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p34"
+#define NTP_KEYGEN_VERSION       "4.2.5p35"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4e297c16a091db20b39c33b43db4325a587808b6..cf0ec5b2c60422e27b3b3f97b7795ca339491130 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:13 AM EDT
+# It has been AutoGen-ed  Monday May 21, 2007 at 07:43:35 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 55593a723b7983944b9ca63d90717994dce20a06..87ccf7eca4d9a0435b23f0e63498ea8811c5e637 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-16 "(ntp 4.2.5p34)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-21 "(ntp 4.2.5p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:13 AM EDT
+.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:34 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"