From: Harlan Stenn Date: Thu, 17 Aug 2006 04:52:10 +0000 (-0400) Subject: run autogen after point release X-Git-Tag: NTP_4_2_3P33~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409929d3b5c6529a50de479877309cfc29a5576a;p=thirdparty%2Fntp.git run autogen after point release bk: 44e3f5fat6c_KL6WhWXlHvGttlWtjw --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index d2799253d..6040fed62 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 August 15, 2006 at 04:51:35 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:17 AM EDT * From the definitions ntpd-opts.def * and the template file options */ @@ -834,7 +834,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.3p30\n\ +"ntpd - NTP daemon program - Ver. 4.2.3p31\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index f2e5d6dd0..14d6011fc 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 August 15, 2006 at 04:51:34 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:16 AM EDT * From the definitions ntpd-opts.def * and the template file options */ @@ -87,8 +87,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 33 -#define NTPD_VERSION "4.2.3p30" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p30" +#define NTPD_VERSION "4.2.3p31" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p31" /* * Interface defines for all options. Replace "n" with diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 06c60297e..bf398d87e 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 August 15, 2006 at 04:51:37 AM EDT +# It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:19 AM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 5539c329d..46a4919af 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual" +.TH NTPD 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpd.1) .\" -.\" It has been AutoGen-ed Tuesday August 15, 2006 at 04:51:36 AM EDT +.\" It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:18 AM EDT .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpd/ntpdsim-opts.c b/ntpd/ntpdsim-opts.c index 2b8787313..21fc4ac1c 100644 --- a/ntpd/ntpdsim-opts.c +++ b/ntpd/ntpdsim-opts.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpdsim-opts.c) * - * It has been AutoGen-ed Tuesday August 15, 2006 at 04:51:39 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:21 AM EDT * From the definitions ntpdsim-opts.def * and the template file options */ @@ -1032,7 +1032,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDSIM"; tSCC zUsageTitle[] = -"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p30\n\ +"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p31\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpdsim-opts.h b/ntpd/ntpdsim-opts.h index 7f0276f5e..d54b6f412 100644 --- a/ntpd/ntpdsim-opts.h +++ b/ntpd/ntpdsim-opts.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ntpdsim-opts.h) * - * It has been AutoGen-ed Tuesday August 15, 2006 at 04:51:38 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:20 AM EDT * From the definitions ntpdsim-opts.def * and the template file options */ @@ -96,8 +96,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 42 -#define NTPDSIM_VERSION "4.2.3p30" -#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p30" +#define NTPDSIM_VERSION "4.2.3p31" +#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p31" /* * Interface defines for all options. Replace "n" with diff --git a/ntpd/ntpdsim-opts.texi b/ntpd/ntpdsim-opts.texi index c92628c7d..dfd1ce971 100644 --- a/ntpd/ntpdsim-opts.texi +++ b/ntpd/ntpdsim-opts.texi @@ -7,7 +7,7 @@ # # DO NOT EDIT THIS FILE (ntpdsim-opts.texi) # -# It has been AutoGen-ed Tuesday August 15, 2006 at 04:51:42 AM EDT +# It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:24 AM EDT # From the definitions ntpdsim-opts.def # and the template file aginfo.tpl @end ignore diff --git a/ntpd/ntpdsim.1 b/ntpd/ntpdsim.1 index c2f923833..efe7b66ec 100644 --- a/ntpd/ntpdsim.1 +++ b/ntpd/ntpdsim.1 @@ -1,7 +1,7 @@ -.TH NTPDSIM 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual" +.TH NTPDSIM 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdsim.1) .\" -.\" It has been AutoGen-ed Tuesday August 15, 2006 at 04:51:41 AM EDT +.\" It has been AutoGen-ed Tuesday August 15, 2006 at 09:32:23 AM EDT .\" From the definitions ntpdsim-opts.def .\" and the template file agman1.tpl .\" diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index 860aabbfc..79570e669 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 August 15, 2006 at 04:57:54 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:39:02 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.3p30\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p31\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 65349788f..dfe6e609d 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 August 15, 2006 at 04:57:53 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:39:02 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.3p30" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p30" +#define NTPDC_VERSION "4.2.3p31" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p31" /* * Interface defines for all options. Replace "n" with diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 60b01c36f..03a832e33 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 August 15, 2006 at 04:57:56 AM EDT +# It has been AutoGen-ed Tuesday August 15, 2006 at 09:39: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 dd3e1e757..d5a36b3ee 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual" +.TH NTPDC 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdc.1) .\" -.\" It has been AutoGen-ed Tuesday August 15, 2006 at 04:57:55 AM EDT +.\" It has been AutoGen-ed Tuesday August 15, 2006 at 09:39: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 1872de47f..f4fc66fa6 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 August 15, 2006 at 04:58:12 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:39:36 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.3p30\n\ +"ntpq - standard NTP query program - Ver. 4.2.3p31\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 0795a6542..2d4b53315 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 August 15, 2006 at 04:58:12 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:39:35 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.3p30" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p30" +#define NTPQ_VERSION "4.2.3p31" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p31" /* * Interface defines for all options. Replace "n" with diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 970802c55..6d7cc67b4 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 August 15, 2006 at 04:58:15 AM EDT +# It has been AutoGen-ed Tuesday August 15, 2006 at 09:39:38 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 cafd8c77e..316bed0eb 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual" +.TH NTPQ 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpq.1) .\" -.\" It has been AutoGen-ed Tuesday August 15, 2006 at 04:58:13 AM EDT +.\" It has been AutoGen-ed Tuesday August 15, 2006 at 09:39:37 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 92515db53..5f4df4b83 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 Monday August 14, 2006 at 02:58:41 PM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:07 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.3p30\n\ +"sntp - standard SNTP program - Ver. 4.2.3p31\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index ff36badf4..dde9c5f3a 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 Monday August 14, 2006 at 02:58:40 PM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:06 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.3p30" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p30" +#define SNTP_VERSION "4.2.3p31" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p31" /* * Interface defines for all options. Replace "n" with diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 9a6df8e8c..89d6749c2 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 Monday August 14, 2006 at 02:58:43 PM EDT +# It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:09 AM EDT # From the definitions sntp-opts.def # and the template file aginfo.tpl @end ignore diff --git a/util/ntp-keygen-opts.c b/util/ntp-keygen-opts.c index 6fc781445..14e4b4632 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 August 15, 2006 at 04:58:35 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:17 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.3p30\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p31\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 65ccf4bf8..5a6b71fc2 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 August 15, 2006 at 04:58:34 AM EDT + * It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:16 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.3p30" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p30" +#define NTP_KEYGEN_VERSION "4.2.3p31" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p31" /* * Interface defines for all options. Replace "n" with diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index 5300d1cf8..070c2041a 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 August 15, 2006 at 04:58:37 AM EDT +# It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:18 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 e89da272b..621b91f5f 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2006-08-15 "(ntp 4.2.3p30)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2006-08-15 "(ntp 4.2.3p31)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Tuesday August 15, 2006 at 04:58:36 AM EDT +.\" It has been AutoGen-ed Tuesday August 15, 2006 at 09:40:18 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"