]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P36 NTP_4_2_5P36
authorHarlan Stenn <stenn@ntp.org>
Thu, 24 May 2007 11:44:46 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 24 May 2007 11:44:46 +0000 (07:44 -0400)
bk: 46557aaemAtvQretxu1tFlp9bG993A

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 c0553e5abb0e389e476fa1bfb0bdb6598f33db6b..7dd67e3fec3e38ba7c017087211e9aeb4e5a5095 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:35:33 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:36:00 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.5p35\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p36\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index f534a325a49e3f3ba1243eafa36b87485d71ff70..c861b5f6353860ba4c33b635b47e50a6564fa914 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:35:32 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:35:59 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.5p35"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p35"
+#define NTPD_VERSION       "4.2.5p36"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p36"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ec0b961e60298d3ed6f96335862c0dbc28348f48..1280d2876a4fcc0c74e43f7eaa087be0a5ab7135 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May 21, 2007 at 07:35:36 AM EDT
+# It has been AutoGen-ed  Thursday May 24, 2007 at 07:36:03 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4c507c0bfd90b37895646ed139affd89633c8c05..a1fe102f148fd514352194919391a8f70ff4ceb7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
+.TH NTPD 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:35:35 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:36:01 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 169889e3b4a446bfcad3c34259071e0bf7659db2..670067e58aef4c7a078be236223ad2859f70c6dc 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:22 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:42 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.5p35\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p36\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 92fe967ce937292693645ae2287698e4d87d1be3..8af2465e1b90027998e858f4ed535139ace96195 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:22 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:41 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.5p35"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p35"
+#define NTPDC_VERSION       "4.2.5p36"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p36"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8e7b62bd51b9ee0f9a7c3b6e3db85d2f1f6c708c..f0f4a6517a17a01e9361f26c0ee77f3b80df54cd 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May 21, 2007 at 07:42:24 AM EDT
+# It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:44 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d41fa2f6d269df177e7aaf7059fec3fb373a611d..4f6db7cd946193eda8bb754815d05dec14ddcca1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:24 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:42:43 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4408bb3189f653160ffa207fdd070ea170476cdf..176ab4f64b7d2fb1b96d597c51d41737cb9c2e7d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:53 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:12 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.5p35\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p36\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3adf7b50b33d0d337f460b3ceb9e647c4aa589b6..739b60d0e9c178b794f8e42bda6eabcef40751c8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:53 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:12 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.5p35"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p35"
+#define NTPQ_VERSION       "4.2.5p36"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p36"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 736de753eea8e6615ae52d3ec5f9729c706fb47f..e6fc221d98d282c472ebf763b34afe253019ad88 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May 21, 2007 at 07:42:55 AM EDT
+# It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:14 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2e88f468fa75a86d2286ca8f837a26eae0da1d82..1e24da9e16e3d36318cb32a6069f51920350f8b7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:42:54 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:13 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8998b2ad35d7d8dcddf31bb05d92a57bdc287cd8..b506e00242523a8204b9d9e5574902020f696b91 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=35
+point=36
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 7d7d250e1e50b2fa775457aa2e10f7f52b027743..eb24283aeea7fc12f6e30c04b317dd1751908ef7 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:22 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:39 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.5p35\n\
+"sntp - standard SNTP program - Ver. 4.2.5p36\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cbd94e43354efca8109ef478994a29797bc81966..637c584888724471ac4e0ee8a449573e261d5006 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:22 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:38 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.5p35"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p35"
+#define SNTP_VERSION       "4.2.5p36"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p36"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bf6c532bbff2fea4163d2e15e44c6f32a011d1bf..a331e8d9693fee531aab6909f9a705fe0c2cc94f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May 21, 2007 at 07:43:25 AM EDT
+# It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:42 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ace6f4858aa33a6258b51dd79ff9bc6bf7e525e7..daa4f046f671fe1805a8191c074d2697db436f3c 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-21 "( 4.2.5p35)" "Programmer's Manual"
+.TH SNTP 1 2007-05-24 "( 4.2.5p36)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:24 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:40 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c2f8cc005bddad7baa08e29bd2b104422c67bf4c..51ae52aa130f15ba0d70f1009ed49f37daf9c8e4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:33 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:51 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.5p35\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p36\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d258d29428dc65e2ebeac28a8228aa6f1c436ac6..b1ef5a492d3463b37917d5561d616b242ad72eb4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:32 AM EDT
+ *  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:50 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.5p35"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p35"
+#define NTP_KEYGEN_VERSION       "4.2.5p36"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p36"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cf0ec5b2c60422e27b3b3f97b7795ca339491130..ca45af35f7a81c26f52d39b83ffda975c5294f7c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Monday May 21, 2007 at 07:43:35 AM EDT
+# It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:53 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 87ccf7eca4d9a0435b23f0e63498ea8811c5e637..212a43f1187b1982480b2a50fb84e81f45b64f78 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-21 "(ntp 4.2.5p35)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-24 "(ntp 4.2.5p36)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday May 21, 2007 at 07:43:34 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 24, 2007 at 07:43:53 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"