]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P35 NTP_4_2_3P35
authorHarlan Stenn <stenn@ntp.org>
Sat, 26 Aug 2006 09:05:56 +0000 (05:05 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 26 Aug 2006 09:05:56 +0000 (05:05 -0400)
bk: 44f00ef4hKFhrcDRbsd9ZxS_f2sDqg

24 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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 052f3a3d51315080b403662b8091dced5d332fe9..e31607e6849dcb276b9abeae1eb6697221d60424 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:46 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:24:10 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  */
@@ -864,7 +864,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p34\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 552b50b6786fb85328d28e7757d0467dd5886ee8..2f251093577eec2e65888de04b21feee95260ad2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:46 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:24:09 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  */
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.3p34"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p34"
+#define NTPD_VERSION       "4.2.3p35"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 428aea504e9a52f123b0e483e580b0fef616a6da..e1b7fb218886d14f0a775a1d32841e8cf592f60d 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:49 PM EDT
+# It has been AutoGen-ed  Friday August 25, 2006 at 07:24:12 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index aa4749391cf89b2b69086f1b2f68b1b33099d56a..0048859fb0dfae1e1828e80973c630b9a8113fcb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
+.TH NTPD 1 2006-08-25 "( 4.2.3p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:48 PM EDT
+.\"  It has been AutoGen-ed  Friday August 25, 2006 at 07:24:11 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b679e6f28baf9f2938c4ca6998745439de4f79d1..8632493868c9c506c197df61b5e3569153fa652e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:51 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:24:15 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  */
@@ -1062,7 +1062,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p34\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 179917868b99b1f4265695ddece58104afe7d746..bcf76f6fe5c3e9e423b765a47229305493eaad13 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:50 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:24:14 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  */
@@ -97,8 +97,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.3p34"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p34"
+#define NTPDSIM_VERSION       "4.2.3p35"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index c4c15a246674276aaaeebc92d71bfb1a3e60f840..c839a8f1a3dcfbceea28068d844526c297651c50 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:54 PM EDT
+# It has been AutoGen-ed  Friday August 25, 2006 at 07:24:17 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0fd5e80796abd95334c57f67ad8f3b1381709d84..046e496c861919f325b2e65793fe857864c6bd03 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-08-25 "( 4.2.3p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 20, 2006 at 08:09:53 PM EDT
+.\"  It has been AutoGen-ed  Friday August 25, 2006 at 07:24:16 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5ba257703b6b55d16c0e075e3009eb59f5d6fb6f..a476d801d38ff8f8c29ff254aa1aabd012063539 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:12 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:30:55 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  */
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p34\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6392d1b57f344c05bb95312830128e9ad65cd8b1..c0bd8deb02312c8cd4f555e89d205019e243086b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:12 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:30:54 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  */
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.3p34"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p34"
+#define NTPDC_VERSION       "4.2.3p35"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 474cdcb0ce25300c0a7d3f6263f75b8f27d13630..fbb99e4df37209c05a1bc14e1821307c19ed7732 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:14 PM EDT
+# It has been AutoGen-ed  Friday August 25, 2006 at 07:30:57 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a0a3023da484355774b9f759c333dde674573916..684a3710dc0de0a5694dff15918200fa6fb1458b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
+.TH NTPDC 1 2006-08-25 "( 4.2.3p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:14 PM EDT
+.\"  It has been AutoGen-ed  Friday August 25, 2006 at 07:30:56 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c7e2e4bbe25304d5c49142f455f2fa91c5e20557..d0fc886a3298c95baec32afd41dd125431a10c28 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:41 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:31:24 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  */
@@ -399,7 +399,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p34\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e70d6683ae255c5f7c7b8f8556b175e0ab6933e9..7056c81ae6a6ae8ac18dc6643612d6493dbb69e3 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:41 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:31:24 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  */
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.3p34"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p34"
+#define NTPQ_VERSION       "4.2.3p35"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 897dd8040e7b058148314cd8c786dd97e4568e0b..dd1190fe2ada8696310724faa9c38c8e573759b0 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:44 PM EDT
+# It has been AutoGen-ed  Friday August 25, 2006 at 07:31:27 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a8fa072ab24daa303cb63d5a42d355830815fb82..e92a87383d519d0e76c62d6bc8d8382f3edf61a6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual"
+.TH NTPQ 1 2006-08-25 "( 4.2.3p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 20, 2006 at 08:16:43 PM EDT
+.\"  It has been AutoGen-ed  Friday August 25, 2006 at 07:31:26 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6d7ca39493d8d9bf29183d245eeb0168d6c0a941..68d841ae72ef996587c2bc41cc58493108b70ae2 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 0e99d8f58707013f144fbdbf1517d63737a477fb..6fc7b2e82a577bcbd0e7efecdc2730ca74c71740 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:08 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:31:53 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  */
@@ -481,7 +481,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p34\n\
+"sntp - standard SNTP program - Ver. 4.2.3p35\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1e76c34454df1782f2ed2f326173aea07369d850..9b2dce221af98ddc42d3051330610c643d806e61 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:07 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:31:53 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  */
@@ -145,8 +145,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    12
-#define SNTP_VERSION       "4.2.3p34"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p34"
+#define SNTP_VERSION       "4.2.3p35"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 7fddab30301d176b40ae4538aa84cd61d70fe7e1..241353010943452bf5fcc5134c93443ae3437593 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:10 PM EDT
+# It has been AutoGen-ed  Saturday August 26, 2006 at 04:59:14 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2bb95bdf4774e57f77f972767e89231dff00b72e..39d542755c7d8d72154e5f96a266207a2e2e2d45 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:18 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:32:02 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  */
@@ -789,7 +789,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p34\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p35\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 49cbbda4f48044523a09039bfb02f4ddff0c44e7..a34e3aff489ff62755f4ff2b9e24d635b30d0294 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:17 PM EDT
+ *  It has been AutoGen-ed  Friday August 25, 2006 at 07:32:01 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  */
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.3p34"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p34"
+#define NTP_KEYGEN_VERSION       "4.2.3p35"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p35"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 3d7793d822b33c6f69eaaa4434374af167e045a3..840d4c6268d303415e4483a63fdab727123e3f9f 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:20 PM EDT
+# It has been AutoGen-ed  Friday August 25, 2006 at 07:32:04 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1df64676eb2b9e1b609e9b6e3cf01da73a02afec..4132e7e3f5dbb894c9c7f9986531b85e63a36c35 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-08-20 "(ntp 4.2.3p34)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-08-25 "(ntp 4.2.3p35)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday August 20, 2006 at 08:17:19 PM EDT
+.\"  It has been AutoGen-ed  Friday August 25, 2006 at 07:32:03 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"