From: Harlan Stenn Date: Sat, 1 Jan 2011 10:32:58 +0000 (+0000) Subject: NTP_4_2_7P108 X-Git-Tag: NTP_4_2_7P108^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed095efce1ee2eb35946152c374fc4de8c13baf0;p=thirdparty%2Fntp.git NTP_4_2_7P108 bk: 4d1f02dazPICAp1MoEpzDlNX724tkw --- diff --git a/ChangeLog b/ChangeLog index 7ec9334f4..cb59531ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p108) 2011/01/01 Released by Harlan Stenn * [Bug 1764] Move Palisade modem control logic to configure.ac. * [Bug 1768] TIOCFLUSH undefined in linux for refclock_acts. * Autokey multiple identity group improvements from Dave Mills. diff --git a/clockstuff/clktest-opts.c b/clockstuff/clktest-opts.c index 4726b76a5..4671f1e1d 100644 --- a/clockstuff/clktest-opts.c +++ b/clockstuff/clktest-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (clktest-opts.c) * - * It has been AutoGen-ed December 31, 2010 at 10:28:34 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:25:01 AM by AutoGen 5.11.6pre7 * From the definitions clktest-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * clktest copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * clktest copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -38,7 +38,7 @@ extern "C" { /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ tSCC zCopyright[] = - "clktest copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved" + "clktest copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" /* extracted from ../include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = @@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[8] = "CLKTEST"; static char const zUsageTitle[129] = -"clktest - test the clock line discipline - Ver. 4.2.7p107\n\ +"clktest - test the clock line discipline - Ver. 4.2.7p108\n\ USAGE: %s [ - [] | --[{=| }] ]... \n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/clockstuff/clktest-opts.h b/clockstuff/clktest-opts.h index 67e41c36d..f303196d4 100644 --- a/clockstuff/clktest-opts.h +++ b/clockstuff/clktest-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (clktest-opts.h) * - * It has been AutoGen-ed December 31, 2010 at 10:28:34 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:25:00 AM by AutoGen 5.11.6pre7 * From the definitions clktest-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * clktest copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * clktest copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -63,8 +63,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 10 -#define CLKTEST_VERSION "4.2.7p107" -#define CLKTEST_FULL_VERSION "clktest - test the clock line discipline - Ver. 4.2.7p107" +#define CLKTEST_VERSION "4.2.7p108" +#define CLKTEST_FULL_VERSION "clktest - test the clock line discipline - Ver. 4.2.7p108" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 9ab34e149..6061782cc 100644 --- a/ntpd/ntpd-opts.c +++ b/ntpd/ntpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.c) * - * It has been AutoGen-ed December 31, 2010 at 10:15:13 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:18:27 AM by AutoGen 5.11.6pre7 * From the definitions ntpd-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -37,7 +37,7 @@ extern "C" { /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ tSCC zCopyright[] = - "ntpd copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved" + "ntpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" /* extracted from ../include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = @@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "NTPD"; static char const zUsageTitle[133] = -"ntpd - NTP daemon program - Ver. 4.2.7p107\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p108\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index a3de3e5c9..869dee104 100644 --- a/ntpd/ntpd-opts.h +++ b/ntpd/ntpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) * - * It has been AutoGen-ed December 31, 2010 at 10:15:12 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:18:27 AM by AutoGen 5.11.6pre7 * From the definitions ntpd-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -89,8 +89,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 36 -#define NTPD_VERSION "4.2.7p107" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p107" +#define NTPD_VERSION "4.2.7p108" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p108" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 687d83203..666d0adcc 100644 --- a/ntpd/ntpd-opts.texi +++ b/ntpd/ntpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpd-opts.texi) # -# It has been AutoGen-ed December 31, 2010 at 10:21:27 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 1, 2011 at 10:19:25 AM by AutoGen 5.11.6pre7 # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd: @exampleindent 0 @example -ntpd - NTP daemon program - Ver. 4.2.7p107 +ntpd - NTP daemon program - Ver. 4.2.7p108 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 127376180..d3788b6bc 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual" +.TH NTPD 1 2011-01-01 "( 4.2.7p108)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed December 31, 2010 at 10:21:25 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 1, 2011 at 10:19:25 AM by AutoGen 5.11.6pre7 .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index fdd95026b..feee75548 100644 --- a/ntpdc/ntpdc-opts.c +++ b/ntpdc/ntpdc-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.c) * - * It has been AutoGen-ed December 31, 2010 at 10:22:40 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:19:34 AM by AutoGen 5.11.6pre7 * From the definitions ntpdc-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpdc copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpdc copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -37,7 +37,7 @@ extern "C" { /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ tSCC zCopyright[] = - "ntpdc copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved" + "ntpdc copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" /* extracted from ../include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = @@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[6] = "NTPDC"; static char const zUsageTitle[129] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p107\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p108\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index bec6f81e1..6a26a17ca 100644 --- a/ntpdc/ntpdc-opts.h +++ b/ntpdc/ntpdc-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpdc-opts.h) * - * It has been AutoGen-ed December 31, 2010 at 10:22:34 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:19:34 AM by AutoGen 5.11.6pre7 * From the definitions ntpdc-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpdc copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpdc copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.7p107" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p107" +#define NTPDC_VERSION "4.2.7p108" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p108" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 23e460f8b..ca779eecd 100644 --- a/ntpdc/ntpdc-opts.texi +++ b/ntpdc/ntpdc-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi) # -# It has been AutoGen-ed December 31, 2010 at 10:25:19 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 1, 2011 at 10:19:47 AM by AutoGen 5.11.6pre7 # From the definitions ntpdc-opts.def # and the template file aginfo.tpl @end ignore @@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc: @exampleindent 0 @example -ntpdc - vendor-specific NTP query program - Ver. 4.2.7p107 +ntpdc - vendor-specific NTP query program - Ver. 4.2.7p108 USAGE: ntpdc [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpdc/ntpdc.1 b/ntpdc/ntpdc.1 index 12293585c..7fd2db892 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual" +.TH NTPDC 1 2011-01-01 "( 4.2.7p108)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed December 31, 2010 at 10:25:18 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 1, 2011 at 10:19:47 AM by AutoGen 5.11.6pre7 .\" 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 274f64ad6..38ee7b8e3 100644 --- a/ntpq/ntpq-opts.c +++ b/ntpq/ntpq-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.c) * - * It has been AutoGen-ed December 31, 2010 at 10:25:23 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:19:48 AM by AutoGen 5.11.6pre7 * From the definitions ntpq-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpq copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpq copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -37,7 +37,7 @@ extern "C" { /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ tSCC zCopyright[] = - "ntpq copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved" + "ntpq copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" /* extracted from ../include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = @@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "NTPQ"; static char const zUsageTitle[121] = -"ntpq - standard NTP query program - Ver. 4.2.7p107\n\ +"ntpq - standard NTP query program - Ver. 4.2.7p108\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 4293f1b0d..28a2d1180 100644 --- a/ntpq/ntpq-opts.h +++ b/ntpq/ntpq-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) * - * It has been AutoGen-ed December 31, 2010 at 10:25:23 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:19:48 AM by AutoGen 5.11.6pre7 * From the definitions ntpq-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpq copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpq copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -67,8 +67,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 14 -#define NTPQ_VERSION "4.2.7p107" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p107" +#define NTPQ_VERSION "4.2.7p108" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p108" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 4eb2d81db..15d90484d 100644 --- a/ntpq/ntpq-opts.texi +++ b/ntpq/ntpq-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpq-opts.texi) # -# It has been AutoGen-ed December 31, 2010 at 10:27:02 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 1, 2011 at 10:20:24 AM by AutoGen 5.11.6pre7 # From the definitions ntpq-opts.def # and the template file aginfo.tpl @end ignore @@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq: @exampleindent 0 @example -ntpq - standard NTP query program - Ver. 4.2.7p107 +ntpq - standard NTP query program - Ver. 4.2.7p108 USAGE: ntpq [ - [] | --[@{=| @}] ]... [ host ...] Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/ntpq/ntpq.1 b/ntpq/ntpq.1 index 9e4e1a624..0a7781ada 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual" +.TH NTPQ 1 2011-01-01 "( 4.2.7p108)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed December 31, 2010 at 10:26:59 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 1, 2011 at 10:20:24 AM by AutoGen 5.11.6pre7 .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpsnmpd/ntpsnmpd-opts.c b/ntpsnmpd/ntpsnmpd-opts.c index b20fc8383..a15759140 100644 --- a/ntpsnmpd/ntpsnmpd-opts.c +++ b/ntpsnmpd/ntpsnmpd-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c) * - * It has been AutoGen-ed December 31, 2010 at 10:27:14 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:20:35 AM by AutoGen 5.11.6pre7 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpsnmpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -37,7 +37,7 @@ extern "C" { /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ tSCC zCopyright[] = - "ntpsnmpd copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved" + "ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" /* extracted from ../include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = @@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[9] = "NTPSNMPD"; static char const zUsageTitle[105] = -"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p107\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p108\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/ntpsnmpd/ntpsnmpd-opts.h b/ntpsnmpd/ntpsnmpd-opts.h index 9f68c4306..9656dae08 100644 --- a/ntpsnmpd/ntpsnmpd-opts.h +++ b/ntpsnmpd/ntpsnmpd-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h) * - * It has been AutoGen-ed December 31, 2010 at 10:27:13 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:20:35 AM by AutoGen 5.11.6pre7 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * ntpsnmpd copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -61,8 +61,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 8 -#define NTPSNMPD_VERSION "4.2.7p107" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p107" +#define NTPSNMPD_VERSION "4.2.7p108" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p108" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index 6a157bd7a..b282f3849 100644 --- a/ntpsnmpd/ntpsnmpd-opts.texi +++ b/ntpsnmpd/ntpsnmpd-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi) # -# It has been AutoGen-ed December 31, 2010 at 10:28:32 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 1, 2011 at 10:24:39 AM by AutoGen 5.11.6pre7 # From the definitions ntpsnmpd-opts.def # and the template file aginfo.tpl @end ignore @@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd: @exampleindent 0 @example -ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p107 +ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p108 USAGE: ntpsnmpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -n no nofork Do not fork diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index 179ec786a..7c8bf1492 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual" +.TH NTPSNMPD 1 2011-01-01 "( 4.2.7p108)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed December 31, 2010 at 10:28:32 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 1, 2011 at 10:24:38 AM by AutoGen 5.11.6pre7 .\" From the definitions ntpsnmpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index df01fd592..3c68ea99d 100644 --- a/packageinfo.sh +++ b/packageinfo.sh @@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0 # - Numeric values increment # - empty 'increments' to 1 # - NEW 'increments' to empty -point=107 +point=108 ### betapoint is normally modified by script. # ntp-stable Beta number (betapoint) diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index b19d93410..93f93e80f 100644 --- a/sntp/sntp-opts.c +++ b/sntp/sntp-opts.c @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.c) * - * It has been AutoGen-ed December 31, 2010 at 10:14:56 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:18:16 AM by AutoGen 5.11.6pre7 * From the definitions sntp-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * sntp copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * sntp copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -37,7 +37,7 @@ extern "C" { /* TRANSLATORS: choose the translation for option names wisely because you cannot ever change your mind. */ tSCC zCopyright[] = - "sntp copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved" + "sntp copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" /* extracted from ../include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = @@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ static char const zPROGNAME[5] = "SNTP"; static char const zUsageTitle[123] = -"sntp - standard SNTP program - Ver. 4.2.7p107\n\ +"sntp - standard SNTP program - Ver. 4.2.7p108\n\ USAGE: %s [ - [] | --[{=| }] ]... hostname-or-IP ...\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index f63edf63b..f26737e96 100644 --- a/sntp/sntp-opts.h +++ b/sntp/sntp-opts.h @@ -1,7 +1,7 @@ /* * EDIT THIS FILE WITH CAUTION (sntp-opts.h) * - * It has been AutoGen-ed December 31, 2010 at 10:14:55 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 1, 2011 at 10:18:16 AM by AutoGen 5.11.6pre7 * From the definitions sntp-opts.def * and the template file options * @@ -17,7 +17,7 @@ * * This source file is copyrighted and licensed under the following terms: * - * sntp copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved + * sntp copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved * * see html/copyright.html */ @@ -70,8 +70,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 17 -#define SNTP_VERSION "4.2.7p107" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.7p107" +#define SNTP_VERSION "4.2.7p108" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.7p108" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index fb42561fd..a3d8db44d 100644 --- a/sntp/sntp-opts.texi +++ b/sntp/sntp-opts.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (sntp-opts.texi) # -# It has been AutoGen-ed December 31, 2010 at 10:15:11 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 1, 2011 at 10:18:25 AM by AutoGen 5.11.6pre7 # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore @@ -69,7 +69,7 @@ This is the automatically generated usage text for sntp: @exampleindent 0 @example -sntp - standard SNTP program - Ver. 4.2.7p107 +sntp - standard SNTP program - Ver. 4.2.7p108 USAGE: sntp [ - [] | --[@{=| @}] ]... hostname-or-IP ... Flg Arg Option-Name Description -4 no ipv4 Force IPv4 DNS name resolution diff --git a/sntp/sntp.1 b/sntp/sntp.1 index 74cff3910..04a36ddae 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2010-12-31 "( 4.2.7p107)" "Programmer's Manual" +.TH SNTP 1 2011-01-01 "( 4.2.7p108)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed December 31, 2010 at 10:15:10 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 1, 2011 at 10:18:25 AM by AutoGen 5.11.6pre7 .\" From the definitions sntp-opts.def .\" and the template file agman1.tpl .\" diff --git a/sntp/sntp.html b/sntp/sntp.html index 51dc013e3..d023b2b1c 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server clock. Run as root, it can correct the system clock to this offset as well. It can be run as an interactive command or from a cron job. -

This document applies to version 4.2.7p107 of sntp. +

This document applies to version 4.2.7p108 of sntp.

The program implements the SNTP protocol as defined by RFC 5905, the NTPv4 IETF specification. @@ -139,7 +139,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard SNTP program - Ver. 4.2.7p107
+
sntp - standard SNTP program - Ver. 4.2.7p108
 USAGE:  sntp [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c
index 6d0ffa986..71ea44f05 100644
--- a/util/ntp-keygen-opts.c
+++ b/util/ntp-keygen-opts.c
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 31, 2010 at 10:28:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  1, 2011 at 10:25:41 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -17,7 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -38,7 +38,7 @@ extern "C" {
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 tSCC zCopyright[] =
-       "ntp-keygen copyright (c) 1970-2010 David L. Mills and/or others, all rights reserved"
+       "ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
 /* extracted from ../include/copyright.def near line 8 */
 ;
 tSCC zCopyrightNotice[24] =
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p107\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p108\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index 304c66974..d7980c559 100644
--- a/util/ntp-keygen-opts.h
+++ b/util/ntp-keygen-opts.h
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 31, 2010 at 10:28:38 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January  1, 2011 at 10:25:38 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -17,7 +17,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright (c) 1970-2010 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p107"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p107"
+#define NTP_KEYGEN_VERSION       "4.2.7p108"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p108"
 
 /*
  *  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 9eb993acc..ec18194be 100644
--- a/util/ntp-keygen-opts.texi
+++ b/util/ntp-keygen-opts.texi
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 31, 2010 at 10:28:52 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January  1, 2011 at 10:26:07 AM by AutoGen 5.11.6pre7
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p107
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p108
 USAGE:  ntp-keygen [ - [] | --[@{=| @}] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
diff --git a/util/ntp-keygen.1 b/util/ntp-keygen.1
index b0bdd1e38..9f2596d44 100644
--- a/util/ntp-keygen.1
+++ b/util/ntp-keygen.1
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-31 "(ntp 4.2.7p107)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-01 "(ntp 4.2.7p108)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 31, 2010 at 10:28:52 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January  1, 2011 at 10:26:04 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"