From: Harlan Stenn Date: Wed, 18 Apr 2007 12:18:53 +0000 (-0400) Subject: NTP_4_2_5P23 X-Git-Tag: NTP_4_2_5P23^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc446d13e697fe307d345004b1a92a13b4bf7d6;p=thirdparty%2Fntp.git NTP_4_2_5P23 bk: 46260cadbdbbCgvMtdIzr6bcB19NOQ --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 569b35677..a414c137c 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 Friday April 13, 2007 at 07:34:05 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:25 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -383,19 +383,6 @@ tSCC zMore_Help_Name[] = "more-help"; tSCC zVersionText[] = "Output version information and exit"; tSCC zVersion_Name[] = "version"; - -/* - * Save/Load_Opts option description: - */ -tSCC zSave_OptsText[] = "Save the option state to a config file"; -tSCC zSave_Opts_Name[] = "save-opts"; - -tSCC zLoad_OptsText[] = "Load options from a config file"; -tSCC zLoad_Opts_NAME[] = "LOAD_OPTS"; - -tSCC zNotLoad_Opts_Name[] = "no-load-opts"; -tSCC zNotLoad_Opts_Pfx[] = "no"; -#define zLoad_Opts_Name (zNotLoad_Opts_Name + 3) /* * Declare option callback procedures */ @@ -831,33 +818,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { /* must/cannot opts */ NULL, NULL, /* option proc */ optionPagedUsage, /* desc, NAME, name */ zMore_HelpText, NULL, zMore_Help_Name, - /* disablement strs */ NULL, NULL }, - - { /* entry idx, value */ INDEX_OPT_SAVE_OPTS, VALUE_OPT_SAVE_OPTS, - /* equiv idx value */ NO_EQUIVALENT, 0, - /* equivalenced to */ NO_EQUIVALENT, - /* min, max, act ct */ 0, 1, 0, - /* opt state flags */ OPTST_SET_ARGTYPE(OPARG_TYPE_STRING) - | OPTST_ARG_OPTIONAL, 0, - /* last opt argumnt */ { NULL }, - /* arg list/cookie */ NULL, - /* must/cannot opts */ NULL, NULL, - /* option proc */ NULL, - /* desc, NAME, name */ zSave_OptsText, NULL, zSave_Opts_Name, - /* disablement strs */ NULL, NULL }, - - { /* entry idx, value */ INDEX_OPT_LOAD_OPTS, VALUE_OPT_LOAD_OPTS, - /* equiv idx value */ NO_EQUIVALENT, 0, - /* equivalenced to */ NO_EQUIVALENT, - /* min, max, act ct */ 0, NOLIMIT, 0, - /* opt state flags */ OPTST_DISABLE_IMM | \ - OPTST_SET_ARGTYPE(OPARG_TYPE_STRING), 0, - /* last opt argumnt */ { NULL }, - /* arg list/cookie */ NULL, - /* must/cannot opts */ NULL, NULL, - /* option proc */ optionLoadOpt, - /* desc, NAME, name */ zLoad_OptsText, zLoad_Opts_NAME, zLoad_Opts_Name, - /* disablement strs */ zNotLoad_Opts_Name, zNotLoad_Opts_Pfx } + /* disablement strs */ NULL, NULL } }; /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @@ -866,13 +827,10 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.5p22\n\ +"ntpd - NTP daemon program - Ver. 4.2.5p23\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; -tSCC zRcName[] = ".ntprc"; -tSCC* apzHomeList[] = { - "$HOME", - ".", - NULL }; +#define zRcName NULL +#define apzHomeList NULL tSCC zBugsAddr[] = "http://bugs.ntp.isc.org, bugs@ntp.org"; #define zExplain NULL @@ -897,8 +855,7 @@ tOptions ntpdOptions = { + OPTPROC_LONGOPT + OPTPROC_NO_REQ_OPT + OPTPROC_ENVIRON - + OPTPROC_NO_ARGS - + OPTPROC_HAS_IMMED ), + + OPTPROC_NO_ARGS ), 0, NULL, /* current option index, current option */ NULL, NULL, zPROGNAME, zRcName, zCopyright, zCopyrightNotice, @@ -912,7 +869,7 @@ tOptions ntpdOptions = { * Indexes to special options */ { INDEX_OPT_MORE_HELP, - INDEX_OPT_SAVE_OPTS, + 0 /* no option state saving */, NO_EQUIVALENT /* index of '-#' option */, NO_EQUIVALENT /* index of default opt */ }, diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index 06b163c37..2adcb4ffc 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 Friday April 13, 2007 at 07:34:04 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:24 AM EDT * From the definitions ntpd-opts.def * and the template file options * @@ -84,14 +84,12 @@ typedef enum { INDEX_OPT_SLEW = 28, INDEX_OPT_VERSION = 29, INDEX_OPT_HELP = 30, - INDEX_OPT_MORE_HELP = 31, - INDEX_OPT_SAVE_OPTS = 32, - INDEX_OPT_LOAD_OPTS = 33 + INDEX_OPT_MORE_HELP = 31 } teOptIndex; -#define OPTION_CT 34 -#define NTPD_VERSION "4.2.5p22" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p22" +#define OPTION_CT 32 +#define NTPD_VERSION "4.2.5p23" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.5p23" /* * Interface defines for all options. Replace "n" with the UPPER_CASED @@ -310,14 +308,8 @@ typedef enum { #define VALUE_OPT_SLEW 'x' #define VALUE_OPT_VERSION 'v' -#define VALUE_OPT_SAVE_OPTS '>' -#define VALUE_OPT_LOAD_OPTS '<' #define VALUE_OPT_HELP '?' #define VALUE_OPT_MORE_HELP '!' -#define SET_OPT_SAVE_OPTS(a) STMTS( \ - DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \ - DESC(SAVE_OPTS).fOptState |= OPTST_SET; \ - DESC(SAVE_OPTS).optArg.argString = (char const*)(a) ) /* * Interface defines not associated with particular options */ diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index abcaa8793..acae53eb2 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 Friday April 13, 2007 at 07:34:08 AM EDT +# It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:30 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 c2b1630eb..701280b12 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2007-04-13 "( 4.2.5p22)" "Programmer's Manual" +.TH NTPD 1 2007-04-18 "( 4.2.5p23)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpd.1) .\" -.\" It has been AutoGen-ed Friday April 13, 2007 at 07:34:07 AM EDT +.\" It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:28 AM EDT .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -269,33 +269,17 @@ Display usage information and exit. .BR \-! , " \--more-help" Extended usage information passed thru pager. .TP -.BR \-> " [\fIrcfile\fP]," " \--save-opts" "[=\fIrcfile\fP]" -Save the option state to \fIrcfile\fP. The default is the \fIlast\fP -configuration file listed in the \fBOPTION PRESETS\fP section, below. -.TP -.BR \-< " \fIrcfile\fP," " \--load-opts" "=\fIrcfile\fP," " \--no-load-opts" -Load options from \fIrcfile\fP. -The \fIno-load-opts\fP form will disable the loading -of earlier RC/INI files. \fI--no-load-opts\fP is handled early, -out of order. -.TP .BR \-v " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]" Output version of program and exit. The default mode is `v', a simple version. The `c' mode will print copyright information and `n' will print the full copyright notice. .SH OPTION PRESETS Any option that is not marked as \fInot presettable\fP may be preset -by loading values from configuration ("RC" or ".INI") file(s) and values from -environment variables named: +by loading values from environment variables named: .nf \fBNTPD_\fP or \fBNTPD\fP .fi .aj -The environmental presets take precedence (are processed later than) -the configuration files. -The \fIhomerc\fP files are "\fI$HOME\fP", and "\fI.\fP". -If any of these are directories, then the file \fI.ntprc\fP -is searched for within those directories. .SH AUTHOR ntp.org .br diff --git a/ntpd/ntpdsim-opts.c b/ntpd/ntpdsim-opts.c index 069f1980d..df64c07f8 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 Friday April 13, 2007 at 07:34:10 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:32 AM EDT * From the definitions ntpdsim-opts.def * and the template file options * @@ -1064,7 +1064,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDSIM"; tSCC zUsageTitle[] = -"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p22\n\ +"ntpdsim - NTP daemon simulation program - Ver. 4.2.5p23\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpdsim-opts.h b/ntpd/ntpdsim-opts.h index 030d5af05..ae827e621 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 Friday April 13, 2007 at 07:34:09 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:31 AM EDT * From the definitions ntpdsim-opts.def * and the template file options * @@ -99,8 +99,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 43 -#define NTPDSIM_VERSION "4.2.5p22" -#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p22" +#define NTPDSIM_VERSION "4.2.5p23" +#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.5p23" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpd/ntpdsim-opts.texi b/ntpd/ntpdsim-opts.texi index 1a7cbbcec..ecd9f78f8 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 Friday April 13, 2007 at 07:34:12 AM EDT +# It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:37 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 f4f16236e..be3eba387 100644 --- a/ntpd/ntpdsim.1 +++ b/ntpd/ntpdsim.1 @@ -1,7 +1,7 @@ -.TH NTPDSIM 1 2007-04-13 "( 4.2.5p22)" "Programmer's Manual" +.TH NTPDSIM 1 2007-04-18 "( 4.2.5p23)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdsim.1) .\" -.\" It has been AutoGen-ed Friday April 13, 2007 at 07:34:11 AM EDT +.\" It has been AutoGen-ed Wednesday April 18, 2007 at 08:06:35 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 1cb3aed82..4fee11856 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 Friday April 13, 2007 at 07:40:22 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:15:19 AM EDT * From the definitions ntpdc-opts.def * and the template file options * @@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDC"; tSCC zUsageTitle[] = -"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p22\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p23\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index 4b5610f7c..e95f708d1 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 Friday April 13, 2007 at 07:40:21 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:15:18 AM EDT * From the definitions ntpdc-opts.def * and the template file options * @@ -71,8 +71,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 15 -#define NTPDC_VERSION "4.2.5p22" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p22" +#define NTPDC_VERSION "4.2.5p23" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p23" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index adc4d141d..0869667d5 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 Friday April 13, 2007 at 07:40:23 AM EDT +# It has been AutoGen-ed Wednesday April 18, 2007 at 08:15: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 118d17d7c..5a27523ea 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2007-04-13 "( 4.2.5p22)" "Programmer's Manual" +.TH NTPDC 1 2007-04-18 "( 4.2.5p23)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdc.1) .\" -.\" It has been AutoGen-ed Friday April 13, 2007 at 07:40:23 AM EDT +.\" It has been AutoGen-ed Wednesday April 18, 2007 at 08:15: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 9df88d71a..5200ba019 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 Friday April 13, 2007 at 07:40:52 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:15:58 AM EDT * From the definitions ntpq-opts.def * and the template file options * @@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPQ"; tSCC zUsageTitle[] = -"ntpq - standard NTP query program - Ver. 4.2.5p22\n\ +"ntpq - standard NTP query program - Ver. 4.2.5p23\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index a64733b3a..5e3bc85e2 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 Friday April 13, 2007 at 07:40:51 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:15:58 AM EDT * From the definitions ntpq-opts.def * and the template file options * @@ -69,8 +69,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define NTPQ_VERSION "4.2.5p22" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p22" +#define NTPQ_VERSION "4.2.5p23" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.5p23" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 83427a7db..f37a20a50 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 Friday April 13, 2007 at 07:40:54 AM EDT +# It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:02 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 8a7c6cc63..69ef9e327 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2007-04-13 "( 4.2.5p22)" "Programmer's Manual" +.TH NTPQ 1 2007-04-18 "( 4.2.5p23)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpq.1) .\" -.\" It has been AutoGen-ed Friday April 13, 2007 at 07:40:53 AM EDT +.\" It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:00 AM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index 61559af23..94e9e313e 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=22 +point=23 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index 9bb35b6be..e4b44d5e5 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 Friday April 13, 2007 at 07:41:19 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:36 AM EDT * From the definitions sntp-opts.def * and the template file options * @@ -505,7 +505,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "SNTP"; tSCC zUsageTitle[] = -"sntp - standard SNTP program - Ver. 4.2.5p22\n\ +"sntp - standard SNTP program - Ver. 4.2.5p23\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 8c04ce00e..1e35613d8 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 Friday April 13, 2007 at 07:41:19 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:35 AM EDT * From the definitions sntp-opts.def * and the template file options * @@ -148,8 +148,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 13 -#define SNTP_VERSION "4.2.5p22" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p22" +#define SNTP_VERSION "4.2.5p23" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.5p23" /* * Interface defines for all options. Replace "n" with the UPPER_CASED diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 5ae3db102..5ace10392 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 Friday April 13, 2007 at 07:41:22 AM EDT +# It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:39 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 7d2920092..4dba336c7 100644 --- a/sntp/sntp.1 +++ b/sntp/sntp.1 @@ -1,7 +1,7 @@ -.TH SNTP 1 2007-04-13 "( 4.2.5p22)" "Programmer's Manual" +.TH SNTP 1 2007-04-18 "( 4.2.5p23)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (sntp.1) .\" -.\" It has been AutoGen-ed Friday April 13, 2007 at 07:41:21 AM EDT +.\" It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:38 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 54e7aaf3b..b8ba3cc78 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 Friday April 13, 2007 at 07:41:30 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:52 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTP_KEYGEN"; tSCC zUsageTitle[] = -"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p22\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p23\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 81e42c7f9..4a8970179 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 Friday April 13, 2007 at 07:41:29 AM EDT + * It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:51 AM EDT * From the definitions ntp-keygen-opts.def * and the template file options * @@ -80,8 +80,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 24 -#define NTP_KEYGEN_VERSION "4.2.5p22" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p22" +#define NTP_KEYGEN_VERSION "4.2.5p23" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p23" /* * 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 a3c7ee8ae..a551995dc 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 Friday April 13, 2007 at 07:41:32 AM EDT +# It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:55 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 6c9c89503..ea604569c 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2007-04-13 "(ntp 4.2.5p22)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2007-04-18 "(ntp 4.2.5p23)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Friday April 13, 2007 at 07:41:31 AM EDT +.\" It has been AutoGen-ed Wednesday April 18, 2007 at 08:16:54 AM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"