]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P34 NTP_4_2_5P34
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 May 2007 11:44:03 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 May 2007 11:44:03 +0000 (07:44 -0400)
bk: 464aee83Bz6FYBF27FVHnKrelgZXZQ

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 6ee27c6606ee9fbfc894b63df41627615118f27a..4f0b75c800cd122247b5601756dd03d9ade01f84 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:34:43 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:24 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.5p33\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p34\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 17ba6d9bb0965cebdacb3110dcdf0a7c934cd80a..f50944848494631ae0f7caeb357d44f1086cf54a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:34:42 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35: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.5p33"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p33"
+#define NTPD_VERSION       "4.2.5p34"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p34"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -303,8 +303,8 @@ typedef enum {
 #define VALUE_OPT_STATSDIR       's'
 #define VALUE_OPT_TRUSTEDKEY     't'
 #define VALUE_OPT_USER           'u'
-#define VALUE_OPT_VAR            'v'
-#define VALUE_OPT_DVAR           'V'
+#define VALUE_OPT_VAR            26
+#define VALUE_OPT_DVAR           27
 #define VALUE_OPT_SLEW           'x'
 
 #define VALUE_OPT_VERSION       'v'
index d9c4f8f9c964e0a1f7e89f9dc209638df50dd156..82b47a1cb9a9c4c00b06f2ee2fa3dfd3419fbab7 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 15, 2007 at 07:34:46 AM EDT
+# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:26 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -28,7 +28,7 @@ This software is released under a specialized copyright license.
 * ntpd configfile::             configfile option (-c)
 * ntpd debug-level::            debug-level option (-d)
 * ntpd driftfile::              driftfile option (-f)
-* ntpd dvar::                   dvar option (-V)
+* ntpd dvar::                   dvar option
 * ntpd interface::              interface option (-I)
 * ntpd ipv4::                   ipv4 option (-4)
 * ntpd ipv6::                   ipv6 option (-6)
@@ -50,7 +50,7 @@ This software is released under a specialized copyright license.
 * ntpd trustedkey::             trustedkey option (-t)
 * ntpd updateinterval::         updateinterval option (-U)
 * ntpd user::                   user option (-u)
-* ntpd var::                    var option (-v)
+* ntpd var::                    var option
 @end menu
 
 @node ntpd usage
@@ -445,7 +445,7 @@ Currently, this option is supported under NetBSD (configure with
 ).
 
 @node ntpd var
-@subsection var option (-v)
+@subsection var option
 @cindex ntpd-var
 
 This is the ``make arg an ntp variable (rw)'' option.
@@ -459,7 +459,7 @@ may appear an unlimited number of times.
 
 
 @node ntpd dvar
-@subsection dvar option (-V)
+@subsection dvar option
 @cindex ntpd-dvar
 
 This is the ``make arg an ntp variable (rw|def)'' option.
index aa4a350a43bf76d3b7172c45efd32d41f8528ca8..e246b7b7bc7a155e86c05b0b54fc60cb514aeed7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-15 "( 4.2.5p33)" "Programmer's Manual"
+.TH NTPD 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:34:45 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:35:25 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -234,13 +234,13 @@ Currently, this option is supported under NetBSD (configure with
 --enable-linuxcaps
 ).
 .TP
-.BR \-v " \fInvar\fP, " \--var "=" \fInvar\fP
+.BR \--var "=\fInvar\fP"
 make ARG an ntp variable (RW).
 This option may appear an unlimited number of times.
 .sp
 
 .TP
-.BR \-V " \fIndvar\fP, " \--dvar "=" \fIndvar\fP
+.BR \--dvar "=\fIndvar\fP"
 make ARG an ntp variable (RW|DEF).
 This option may appear an unlimited number of times.
 .sp
index 8f42730f97190439406dd2977f441fd1af588e32..c49ebf469f55908b084eb3af18a49601bce153a3 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:11 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:03 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.5p33\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p34\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a5afec070dc8dd3daa9dc8bab8e7a5b732e9f74a..167f0027e06eaad4c12970a252ff5e279f7f4885 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:10 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:02 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.5p33"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p33"
+#define NTPDC_VERSION       "4.2.5p34"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p34"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 155ae7f1151c25380d9073207bd8f6118c7b9797..1d88ca9cca6ccabe4e3b8f919f3a9a6e51a7bbc2 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:12 AM EDT
+# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:04 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fd1c0ef9c0fe2a28f901dc739f573ed808c80c1c..f41061a1ebe987223eca15a4a93ed1119cd00ecc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-15 "( 4.2.5p33)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:12 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:04 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f62f3e46613fc1d9d9876f1a8552281298553e9e..4d19db5c789f96fdcdb0cd8017ec64a11013b225 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:42 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:34 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.5p33\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p34\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 379e9af165609eee4443651037fe76ca83c30a1d..c1e237e0e75bfe257461203b1e39fc996ce98136 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:42 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:33 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.5p33"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p33"
+#define NTPQ_VERSION       "4.2.5p34"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p34"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7047ceb462b83c40a3b1497bea3764fcd952135a..6438d398db16c02854ebf716b4410ce485d8d69d 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:44 AM EDT
+# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:36 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 778d0e2245fdbb6df07a58834673612ded647d13..cadf4ff9f4fcc54aaf7388a240f8923fbcd0842b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-15 "( 4.2.5p33)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:41:43 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:42:35 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d53f9a72af6536298402e0a6668550c65dfd60f1..cdc3c33853e8ca7d213ffa91b9b037a25d80dfdf 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=33
+point=34
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index db2af279becb04d927c8525cb58d0edd634ddf78..c6fb56060d09f4ebdb428d76b05a739e0dd11595 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:12 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:01 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.5p33\n\
+"sntp - standard SNTP program - Ver. 4.2.5p34\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b5a37e9076fdaf466730b25b3ec22ecbc633f3f2..75ffc9fbd7b1f15a40ded571e98ac9d247596af9 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:11 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:01 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.5p33"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p33"
+#define SNTP_VERSION       "4.2.5p34"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p34"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a5f3d59cd0af69a053f7536731f0ca92133419f1..766cb13cccd4bce7dff3c7f9a65a8786a95dca57 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:14 AM EDT
+# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:04 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index eadc4ec4f9e03adcb4b7be8db21451e4b8643202..ca1b29c11cb7e3d3faae9d80d7d94a9946d9fbc5 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-15 "( 4.2.5p33)" "Programmer's Manual"
+.TH SNTP 1 2007-05-16 "( 4.2.5p34)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:13 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:03 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c308bccaf8fbe1e1a658f9a7828b89549460c172..d1b8fedb240ef3585c2f3b303564afa2249df0b5 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:22 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:12 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.5p33\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p34\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 83a141255d7f63effb23d99d51d7df04175bb339..dd635c66e66bbe0e3ea02ffcb06547a4c27c84f0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:21 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:11 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.5p33"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p33"
+#define NTP_KEYGEN_VERSION       "4.2.5p34"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p34"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index df513bfd5cef5813856e8cb3c5234e432df03932..4e297c16a091db20b39c33b43db4325a587808b6 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:24 AM EDT
+# It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:13 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0fc8fef5d8bda57df44a12d5ef609e4f4886d2bc..55593a723b7983944b9ca63d90717994dce20a06 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-15 "(ntp 4.2.5p33)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-16 "(ntp 4.2.5p34)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 15, 2007 at 07:42:23 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 16, 2007 at 07:43:13 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"