From 8d5a04813b537a1e71f26bbb1fca22a2f8d23dfd Mon Sep 17 00:00:00 2001 From: Harlan Stenn Date: Sun, 10 Jun 2007 10:00:31 -0400 Subject: [PATCH] NTP_4_2_5P47 bk: 466c03ffWVxF1DaAbVQOI-RkV5rVzw --- ntpd/ntpd-opts.c | 4 ++-- ntpd/ntpd-opts.h | 6 +++--- ntpd/ntpd-opts.texi | 2 +- ntpd/ntpd.1 | 4 ++-- ntpdc/ntpdc-opts.c | 4 ++-- ntpdc/ntpdc-opts.h | 6 +++--- ntpdc/ntpdc-opts.texi | 2 +- ntpdc/ntpdc.1 | 4 ++-- ntpq/ntpq-opts.c | 4 ++-- ntpq/ntpq-opts.h | 6 +++--- ntpq/ntpq-opts.texi | 2 +- ntpq/ntpq.1 | 4 ++-- packageinfo.sh | 2 +- sntp/sntp-opts.c | 4 ++-- sntp/sntp-opts.h | 6 +++--- sntp/sntp-opts.texi | 2 +- sntp/sntp.1 | 4 ++-- util/ntp-keygen-opts.c | 4 ++-- util/ntp-keygen-opts.h | 6 +++--- util/ntp-keygen-opts.texi | 2 +- util/ntp-keygen.1 | 4 ++-- 21 files changed, 41 insertions(+), 41 deletions(-) diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 4638e788e..4b10a3a9e 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 Thursday June 7, 2007 at 03:48:18 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:51:40 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -835,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p46\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p47\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 891f42c45..424d63aac 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 Thursday June 7, 2007 at 03:48:17 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:51:39 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -87,8 +87,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 32 -#define NTPD_VERSION "4.2.5p46" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p46" +#define NTPD_VERSION "4.2.5p47" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p47" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 1cec11cfa..05f7d1b63 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 Thursday June 7, 2007 at 03:48:21 PM EDT +# It has been AutoGen-ed Sunday June 10, 2007 at 09:51:43 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 6291a479e..5ddc5e7ce 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual" +.TH NTPD 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Thursday June 7, 2007 at 03:48:19 PM EDT +.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:51:42 AM EDT .\" 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 fcbc57f32..8897351e3 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 Thursday June 7, 2007 at 03:55:07 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:58:23 AM EDT * From the definitions ntpdc-opts.def * and the template file options * @@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p46\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p47\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index c422f8ea0..4f2691c79 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 Thursday June 7, 2007 at 03:55:06 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:58:22 AM EDT * From the definitions ntpdc-opts.def * and the template file options * @@ -70,8 +70,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.5p46" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p46" +#define NTPDC_VERSION "4.2.5p47" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p47" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 647bd8d5f..15e9c61e8 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 Thursday June 7, 2007 at 03:55:08 PM EDT +# It has been AutoGen-ed Sunday June 10, 2007 at 09:58:24 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 4fcb74f37..f6378bcaf 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual" +.TH NTPDC 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Thursday June 7, 2007 at 03:55:08 PM EDT +.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:58:23 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 b4dccb1d9..e684c7040 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 Thursday June 7, 2007 at 03:55:37 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:58:53 AM EDT * From the definitions ntpq-opts.def * and the template file options * @@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.5p46\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p47\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index b244fedd5..70a52bbb1 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 Thursday June 7, 2007 at 03:55:37 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:58:53 AM EDT * From the definitions ntpq-opts.def * and the template file options * @@ -68,8 +68,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define NTPQ_VERSION "4.2.5p46" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p46" +#define NTPQ_VERSION "4.2.5p47" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p47" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index f8a10820e..493280431 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 Thursday June 7, 2007 at 03:55:40 PM EDT +# It has been AutoGen-ed Sunday June 10, 2007 at 09:58:55 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 93f27938c..69715a9ae 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual" +.TH NTPQ 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Thursday June 7, 2007 at 03:55:38 PM EDT +.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:58:54 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index 3ffd4bf46..becfc7626 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=46 +point=47 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index c346e17c1..eab88d5b9 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 Thursday June 7, 2007 at 03:56:06 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:59:22 AM EDT * From the definitions sntp-opts.def * and the template file options * @@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p46\n\ +"sntp - standard SNTP program - Ver. 4.2.5p47\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 4686a5448..7f1dbf588 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 Thursday June 7, 2007 at 03:56:06 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:59:21 AM EDT * From the definitions sntp-opts.def * and the template file options * @@ -147,8 +147,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define SNTP_VERSION "4.2.5p46" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p46" +#define SNTP_VERSION "4.2.5p47" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p47" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 375200e25..001b6bebe 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 Thursday June 7, 2007 at 03:56:08 PM EDT +# It has been AutoGen-ed Sunday June 10, 2007 at 09:59:25 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 df29e57d3..23c0239d7 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual" +.TH SNTP 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Thursday June 7, 2007 at 03:56:07 PM EDT +.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:59:24 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 1010ad01a..17975a644 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 Thursday June 7, 2007 at 03:56:16 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:59:32 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -799,7 +799,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p46\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p47\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index db0024c65..ee7c2525c 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 Thursday June 7, 2007 at 03:56:15 PM EDT + * It has been AutoGen-ed Sunday June 10, 2007 at 09:59:32 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -79,8 +79,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.5p46" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p46" +#define NTP_KEYGEN_VERSION "4.2.5p47" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p47" /* * 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 2b53ef9f1..4fd3efadc 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 Thursday June 7, 2007 at 03:56:18 PM EDT +# It has been AutoGen-ed Sunday June 10, 2007 at 09:59:34 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 eb00bc9c0..c3038fac4 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2007-06-07 "(ntp 4.2.5p46)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2007-06-10 "(ntp 4.2.5p47)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Thursday June 7, 2007 at 03:56:17 PM EDT +.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:59:33 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\" -- 2.47.3