From: Harlan Stenn Date: Wed, 16 May 2007 11:44:03 +0000 (-0400) Subject: NTP_4_2_5P34 X-Git-Tag: NTP_4_2_5P34^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d966c04acd8ac9387e95ac68337da1b680cfa93e;p=thirdparty%2Fntp.git NTP_4_2_5P34 bk: 464aee83Bz6FYBF27FVHnKrelgZXZQ --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 6ee27c660..4f0b75c80 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -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 [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 17ba6d9bb..f50944848 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -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' diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index d9c4f8f9c..82b47a1cb 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -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. diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index aa4a350a4..e246b7b7b 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -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 diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 8f42730f9..c49ebf469 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -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 [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index a5afec070..167f0027e 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -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 diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 155ae7f11..1d88ca9cc 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -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 diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index fd1c0ef9c..f41061a1e 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -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 .\" diff --git a/ntpq/ntpq-opts.c b/ntpq/ntpq-opts.c index f62f3e466..4d19db5c7 100644 --- a/ntpq/ntpq-opts.c +++ b/ntpq/ntpq-opts.c @@ -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 [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 379e9af16..c1e237e0e 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -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 diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 7047ceb46..6438d398d 100644 --- a/ntpq/ntpq-opts.texi +++ b/ntpq/ntpq-opts.texi @@ -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 diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index 778d0e224..cadf4ff9f 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -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 .\" diff --git a/packageinfo.sh b/packageinfo.sh index d53f9a72a..cdc3c3385 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -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= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index db2af279b..c6fb56060 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -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 [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index b5a37e907..75ffc9fbd 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -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 diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index a5f3d59cd..766cb13cc 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -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 diff --git a/sntp/sntp.1 b/sntp/sntp.1 index eadc4ec4f..ca1b29c11 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -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 .\" diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index c308bccaf..d1b8fedb2 100644 --- a/util/ntp-keygen-opts.c +++ b/util/ntp-keygen-opts.c @@ -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 [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 83a141255..dd635c66e 100644 --- a/util/ntp-keygen-opts.h +++ b/util/ntp-keygen-opts.h @@ -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 diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index df513bfd5..4e297c16a 100644 --- a/util/ntp-keygen-opts.texi +++ b/util/ntp-keygen-opts.texi @@ -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 diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1 index 0fc8fef5d..55593a723 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -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 .\"