From: Harlan Stenn Date: Tue, 12 Jun 2007 12:00:26 +0000 (-0400) Subject: NTP_4_2_5P48 X-Git-Tag: NTP_4_2_5P48^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62462a3d6d14cae5ec0b01d9f6ba84f042d134fc;p=thirdparty%2Fntp.git NTP_4_2_5P48 bk: 466e8adaIRDdFGW3TOPYzgg3W9hjhA --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 4b10a3a9e..544c03a5b 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 Sunday June 10, 2007 at 09:51:40 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:50:08 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.5p47\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p48\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; #define zRcName NULL #define apzHomeList NULL diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 424d63aac..a17197c7a 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 Sunday June 10, 2007 at 09:51:39 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:50:08 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.5p47" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p47" +#define NTPD_VERSION "4.2.5p48" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p48" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 05f7d1b63..9f9da1b4c 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 Sunday June 10, 2007 at 09:51:43 AM EDT +# It has been AutoGen-ed Tuesday June 12, 2007 at 07:50:12 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 5ddc5e7ce..4929f06d4 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" +.TH NTPD 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpd.1) .\" -.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:51:42 AM EDT +.\" It has been AutoGen-ed Tuesday June 12, 2007 at 07:50:10 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 8897351e3..950768779 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 Sunday June 10, 2007 at 09:58:23 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:20 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.5p47\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p48\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 4f2691c79..01ee125ea 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 Sunday June 10, 2007 at 09:58:22 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:19 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.5p47" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p47" +#define NTPDC_VERSION "4.2.5p48" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p48" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index 15e9c61e8..0d25fbb55 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 Sunday June 10, 2007 at 09:58:24 AM EDT +# It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:22 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 f6378bcaf..31f6a4efc 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" +.TH NTPDC 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpdc.1) .\" -.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:58:23 AM EDT +.\" It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:21 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 e684c7040..3d00d53aa 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 Sunday June 10, 2007 at 09:58:53 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:50 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.5p47\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p48\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index 70a52bbb1..a2d2ed236 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 Sunday June 10, 2007 at 09:58:53 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:50 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.5p47" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p47" +#define NTPQ_VERSION "4.2.5p48" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p48" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 493280431..ebe84672c 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 Sunday June 10, 2007 at 09:58:55 AM EDT +# It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:53 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 69715a9ae..686574ea5 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" +.TH NTPQ 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntpq.1) .\" -.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:58:54 AM EDT +.\" It has been AutoGen-ed Tuesday June 12, 2007 at 07:58:52 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index becfc7626..2f317561c 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=47 +point=48 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index eab88d5b9..aedb535c2 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 Sunday June 10, 2007 at 09:59:22 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:19 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.5p47\n\ +"sntp - standard SNTP program - Ver. 4.2.5p48\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 7f1dbf588..ab7cae2f6 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 Sunday June 10, 2007 at 09:59:21 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:19 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.5p47" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p47" +#define SNTP_VERSION "4.2.5p48" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p48" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 001b6bebe..056466d56 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 Sunday June 10, 2007 at 09:59:25 AM EDT +# It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:22 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 23c0239d7..ec72a87e0 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual" +.TH SNTP 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (sntp.1) .\" -.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:59:24 AM EDT +.\" It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:20 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 17975a644..50fb60cf7 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 Sunday June 10, 2007 at 09:59:32 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:30 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.5p47\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p48\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index ee7c2525c..80ceb6e97 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 Sunday June 10, 2007 at 09:59:32 AM EDT + * It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:29 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.5p47" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p47" +#define NTP_KEYGEN_VERSION "4.2.5p48" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p48" /* * 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 4fd3efadc..926f28c6d 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 Sunday June 10, 2007 at 09:59:34 AM EDT +# It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:32 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 c3038fac4..e773bc73c 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2007-06-10 "(ntp 4.2.5p47)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2007-06-12 "(ntp 4.2.5p48)" "Programmer's Manual" .\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Sunday June 10, 2007 at 09:59:33 AM EDT +.\" It has been AutoGen-ed Tuesday June 12, 2007 at 07:59:31 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"