From: Harlan Stenn Date: Thu, 13 Jan 2011 07:32:20 +0000 (+0000) Subject: NTP_4_2_7P117 X-Git-Tag: NTP_4_2_7P117^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d4a283c7c64f017fcb4f01b2f3bcaa3bf81eb4;p=thirdparty%2Fntp.git NTP_4_2_7P117 bk: 4d2eaa84wjBxI_FoebE6TW4bUz-jDQ --- diff --git a/ChangeLog b/ChangeLog index c607810f8..07f51dd6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +(4.2.7p117) 2011/01/13 Released by Harlan Stenn * Add configure --without-sntp option to disable building sntp and sntp/tests. withsntp=no in the environment changes the default. * Build infrastructure cleanup: diff --git a/clockstuff/clktest-opts.c b/clockstuff/clktest-opts.c index cef46a4bc..7867ff050 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 January 10, 2011 at 11:37:20 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:55 AM by AutoGen 5.11.6pre7 * From the definitions clktest-opts.def * and the template file options * @@ -39,7 +39,7 @@ extern "C" { cannot ever change your mind. */ tSCC zCopyright[] = "clktest copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" -/* extracted from ../include/copyright.def near line 8 */ +/* extracted from ../sntp/include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = "see html/copyright.html"; @@ -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.7p116\n\ +"clktest - test the clock line discipline - Ver. 4.2.7p117\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 63bd6efba..bcfc00776 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 January 10, 2011 at 11:37:19 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:55 AM by AutoGen 5.11.6pre7 * From the definitions clktest-opts.def * and the template file options * @@ -63,8 +63,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 10 -#define CLKTEST_VERSION "4.2.7p116" -#define CLKTEST_FULL_VERSION "clktest - test the clock line discipline - Ver. 4.2.7p116" +#define CLKTEST_VERSION "4.2.7p117" +#define CLKTEST_FULL_VERSION "clktest - test the clock line discipline - Ver. 4.2.7p117" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index d104cbb16..2638fac6d 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 January 10, 2011 at 11:34:40 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:30:57 AM by AutoGen 5.11.6pre7 * From the definitions ntpd-opts.def * and the template file options * @@ -38,7 +38,7 @@ extern "C" { cannot ever change your mind. */ tSCC zCopyright[] = "ntpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" -/* extracted from ../include/copyright.def near line 8 */ +/* extracted from ../sntp/include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = "see html/copyright.html"; @@ -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.7p116\n\ +"ntpd - NTP daemon program - Ver. 4.2.7p117\n\ USAGE: %s [ - [] | --[{=| }] ]... \\\n\ \t\t[ ... ]\n"; #define zRcName NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index ad7f87a0e..927b20ee1 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 January 10, 2011 at 11:34:39 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:30:57 AM by AutoGen 5.11.6pre7 * From the definitions ntpd-opts.def * and the template file options * @@ -89,8 +89,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 36 -#define NTPD_VERSION "4.2.7p116" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p116" +#define NTPD_VERSION "4.2.7p117" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p117" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 203a27d79..215d4a42c 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 January 10, 2011 at 11:35:35 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 13, 2011 at 07:31:18 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.7p116 +ntpd - NTP daemon program - Ver. 4.2.7p117 USAGE: ntpd [ - [] | --[@{=| @}] ]... \ [ ... ] Flg Arg Option-Name Description diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 958b061e7..60acd9359 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2011-01-10 "( 4.2.7p116)" "Programmer's Manual" +.TH NTPD 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed January 10, 2011 at 11:35:34 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 13, 2011 at 07:31:17 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 87efbfc1b..25e10b0f7 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 January 10, 2011 at 11:35:52 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:24 AM by AutoGen 5.11.6pre7 * From the definitions ntpdc-opts.def * and the template file options * @@ -38,7 +38,7 @@ extern "C" { cannot ever change your mind. */ tSCC zCopyright[] = "ntpdc copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" -/* extracted from ../include/copyright.def near line 8 */ +/* extracted from ../sntp/include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = "see html/copyright.html"; @@ -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.7p116\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p117\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { @@ -550,7 +550,7 @@ doUsageOpt( static void doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc) { - /* extracted from ../include/debug-opt.def, line 27 */ + /* extracted from ../sntp/include/debug-opt.def, line 27 */ DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg ); } #endif /* defined(TEST_NTPDC_OPTS) */ diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index ac573262c..003082ae9 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 January 10, 2011 at 11:35:52 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:24 AM by AutoGen 5.11.6pre7 * From the definitions ntpdc-opts.def * and the template file options * @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.7p116" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p116" +#define NTPDC_VERSION "4.2.7p117" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p117" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index a078963a7..790e056f8 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 January 10, 2011 at 11:36:17 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 13, 2011 at 07:31:34 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.7p116 +ntpdc - vendor-specific NTP query program - Ver. 4.2.7p117 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 f52f4fde7..810115729 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2011-01-10 "( 4.2.7p116)" "Programmer's Manual" +.TH NTPDC 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed January 10, 2011 at 11:36:16 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 13, 2011 at 07:31:33 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 39caf9aa3..d30e0eaa7 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 January 10, 2011 at 11:36:19 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:36 AM by AutoGen 5.11.6pre7 * From the definitions ntpq-opts.def * and the template file options * @@ -38,7 +38,7 @@ extern "C" { cannot ever change your mind. */ tSCC zCopyright[] = "ntpq copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" -/* extracted from ../include/copyright.def near line 8 */ +/* extracted from ../sntp/include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = "see html/copyright.html"; @@ -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.7p116\n\ +"ntpq - standard NTP query program - Ver. 4.2.7p117\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; static char const zRcName[7] = ".ntprc"; static char const * const apzHomeList[3] = { @@ -519,7 +519,7 @@ doUsageOpt( static void doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc) { - /* extracted from ../include/debug-opt.def, line 27 */ + /* extracted from ../sntp/include/debug-opt.def, line 27 */ DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg ); } #endif /* defined(TEST_NTPQ_OPTS) */ diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 2ca060874..5277924dd 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 January 10, 2011 at 11:36:18 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:36 AM by AutoGen 5.11.6pre7 * From the definitions ntpq-opts.def * and the template file options * @@ -67,8 +67,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 14 -#define NTPQ_VERSION "4.2.7p116" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p116" +#define NTPQ_VERSION "4.2.7p117" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p117" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index ddce849a3..9a2e6b0b8 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 January 10, 2011 at 11:36:50 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 13, 2011 at 07:31:47 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.7p116 +ntpq - standard NTP query program - Ver. 4.2.7p117 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 455ad8c11..e879f14d8 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2011-01-10 "( 4.2.7p116)" "Programmer's Manual" +.TH NTPQ 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed January 10, 2011 at 11:36:49 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 13, 2011 at 07:31:46 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 449fc153e..d795ad289 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 January 10, 2011 at 11:36:52 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:47 AM by AutoGen 5.11.6pre7 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -38,7 +38,7 @@ extern "C" { cannot ever change your mind. */ tSCC zCopyright[] = "ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" -/* extracted from ../include/copyright.def near line 8 */ +/* extracted from ../sntp/include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = "see html/copyright.html"; @@ -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.7p116\n\ +"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p117\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 bec7494e8..521501109 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 January 10, 2011 at 11:36:51 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:31:47 AM by AutoGen 5.11.6pre7 * From the definitions ntpsnmpd-opts.def * and the template file options * @@ -61,8 +61,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 8 -#define NTPSNMPD_VERSION "4.2.7p116" -#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p116" +#define NTPSNMPD_VERSION "4.2.7p117" +#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p117" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpsnmpd/ntpsnmpd-opts.texi b/ntpsnmpd/ntpsnmpd-opts.texi index b6f853965..b988d1db1 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 January 10, 2011 at 11:37:18 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 13, 2011 at 07:31:54 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.7p116 +ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p117 USAGE: ntpsnmpd [ - [] | --[@{=| @}] ]... Flg Arg Option-Name Description -n no nofork Do not fork diff --git a/ntpsnmpd/ntpsnmpd.1 b/ntpsnmpd/ntpsnmpd.1 index aae5d5ffe..847ae5cc9 100644 --- a/ntpsnmpd/ntpsnmpd.1 +++ b/ntpsnmpd/ntpsnmpd.1 @@ -1,7 +1,7 @@ -.TH NTPSNMPD 1 2011-01-10 "( 4.2.7p116)" "Programmer's Manual" +.TH NTPSNMPD 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1) .\" -.\" It has been AutoGen-ed January 10, 2011 at 11:37:17 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 13, 2011 at 07:31:54 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 608b226fe..88edca375 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=116 +point=117 ### betapoint is normally modified by script. # ntp-stable Beta number (betapoint) diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 61621fb89..eb7840b63 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 January 10, 2011 at 11:26:24 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:30:47 AM by AutoGen 5.11.6pre7 * From the definitions sntp-opts.def * and the template file options * @@ -38,7 +38,7 @@ extern "C" { cannot ever change your mind. */ tSCC zCopyright[] = "sntp copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved" -/* extracted from ../include/copyright.def near line 8 */ +/* extracted from include/copyright.def near line 8 */ ; tSCC zCopyrightNotice[24] = "see html/copyright.html"; @@ -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.7p116\n\ +"sntp - standard SNTP program - Ver. 4.2.7p117\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 466c5ac78..5fa70b691 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 January 10, 2011 at 11:26:15 AM by AutoGen 5.11.6pre7 + * It has been AutoGen-ed January 13, 2011 at 07:30:47 AM by AutoGen 5.11.6pre7 * From the definitions sntp-opts.def * and the template file options * @@ -70,8 +70,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 17 -#define SNTP_VERSION "4.2.7p116" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.7p116" +#define SNTP_VERSION "4.2.7p117" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.7p117" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 9eb3fac32..302e49a61 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 January 10, 2011 at 11:34:26 AM by AutoGen 5.11.6pre7 +# It has been AutoGen-ed January 13, 2011 at 07:30:56 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.7p116 +sntp - standard SNTP program - Ver. 4.2.7p117 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 17190f639..0fbc66f2b 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2011-01-10 "( 4.2.7p116)" "Programmer's Manual" +.TH SNTP 1 2011-01-13 "( 4.2.7p117)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed January 10, 2011 at 11:34:22 AM by AutoGen 5.11.6pre7 +.\" It has been AutoGen-ed January 13, 2011 at 07:30:56 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 cdb908e0b..252a29e75 100644 --- a/sntp/sntp.html +++ b/sntp/sntp.html @@ -139,7 +139,7 @@ Up: sntp Invocation

This is the automatically generated usage text for sntp: -

sntp - standard SNTP program - Ver. 4.2.7p116
+
sntp - standard SNTP program - Ver. 4.2.7p117
 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 bf88edd39..0fd07df93 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  January 10, 2011 at 11:37:27 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 13, 2011 at 07:31:57 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -39,7 +39,7 @@ extern "C" {
                 cannot ever change your mind. */
 tSCC zCopyright[] =
        "ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../include/copyright.def near line 8 */
+/* extracted from ../sntp/include/copyright.def near line 8 */
 ;
 tSCC zCopyrightNotice[24] =
 "see html/copyright.html";
@@ -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.7p116\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p117\n\
 USAGE:  %s [ - [] | --[{=| }] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
@@ -843,7 +843,7 @@ doUsageOpt(
 static void
 doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc)
 {
-    /* extracted from ../include/debug-opt.def, line 27 */
+    /* extracted from ../sntp/include/debug-opt.def, line 27 */
 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
 }
 #endif /* defined(TEST_NTP_KEYGEN_OPTS) */
diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h
index e0ae1112e..b1ba55fb9 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  January 10, 2011 at 11:37:27 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 13, 2011 at 07:31:57 AM by AutoGen 5.11.6pre7
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p116"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p116"
+#define NTP_KEYGEN_VERSION       "4.2.7p117"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p117"
 
 /*
  *  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 aee348dc7..631dc493c 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  January 10, 2011 at 11:37:54 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 13, 2011 at 07:32:06 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.7p116
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p117
 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 389cb9f20..187f47cf2 100644
--- a/util/ntp-keygen.1
+++ b/util/ntp-keygen.1
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-10 "(ntp 4.2.7p116)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-13 "(ntp 4.2.7p117)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 10, 2011 at 11:37:53 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 13, 2011 at 07:32:06 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"