From: Harlan Stenn Date: Mon, 21 Aug 2006 00:18:08 +0000 (-0400) Subject: NTP_4_2_3P34 X-Git-Tag: NTP_4_2_3P34^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18ee5698c864abef650b597c9e9788c1d3b61658;p=thirdparty%2Fntp.git NTP_4_2_3P34 bk: 44e8fbc0Lj-_3BcjYnOoBcclf66eWg --- diff --git a/ntpd/ntpd-opts.c b/ntpd/ntpd-opts.c index 85635a1e5..052f3a3d5 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 August 18, 2006 at 05:35:11 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:46 PM EDT * From the definitions ntpd-opts.def * and the template file options */ @@ -226,21 +226,21 @@ tSCC zNovirtualips_Name[] = "novirtualips"; #define NOVIRTUALIPS_FLAGS (OPTST_DISABLED) /* - * Enablemmtimer option description: + * Modifymmtimer option description: */ #ifdef SYS_WINNT -tSCC zEnablemmtimerText[] = - "Enable Multimedia Timer (Windows only)"; -tSCC zEnablemmtimer_NAME[] = "ENABLEMMTIMER"; -tSCC zEnablemmtimer_Name[] = "enablemmtimer"; -#define ENABLEMMTIMER_FLAGS (OPTST_DISABLED) - -#else /* disable Enablemmtimer */ -#define VALUE_OPT_ENABLEMMTIMER NO_EQUIVALENT -#define ENABLEMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT) -#define zEnablemmtimerText NULL -#define zEnablemmtimer_NAME NULL -#define zEnablemmtimer_Name NULL +tSCC zModifymmtimerText[] = + "Modify Multimedia Timer (Windows only)"; +tSCC zModifymmtimer_NAME[] = "MODIFYMMTIMER"; +tSCC zModifymmtimer_Name[] = "modifymmtimer"; +#define MODIFYMMTIMER_FLAGS (OPTST_DISABLED) + +#else /* disable Modifymmtimer */ +#define VALUE_OPT_MODIFYMMTIMER NO_EQUIVALENT +#define MODIFYMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT) +#define zModifymmtimerText NULL +#define zModifymmtimer_NAME NULL +#define zModifymmtimer_Name NULL #endif /* SYS_WINNT */ /* @@ -626,16 +626,16 @@ static tOptDesc optDesc[ OPTION_CT ] = { /* desc, NAME, name */ zNovirtualipsText, zNovirtualips_NAME, zNovirtualips_Name, /* disablement strs */ NULL, NULL }, - { /* entry idx, value */ 15, VALUE_OPT_ENABLEMMTIMER, - /* equiv idx, value */ 15, VALUE_OPT_ENABLEMMTIMER, + { /* entry idx, value */ 15, VALUE_OPT_MODIFYMMTIMER, + /* equiv idx, value */ 15, VALUE_OPT_MODIFYMMTIMER, /* equivalenced to */ NO_EQUIVALENT, /* min, max, act ct */ 0, 1, 0, - /* opt state flags */ ENABLEMMTIMER_FLAGS, 0, + /* opt state flags */ MODIFYMMTIMER_FLAGS, 0, /* last opt argumnt */ NULL, /* arg list/cookie */ NULL, /* must/cannot opts */ NULL, NULL, /* option proc */ NULL, - /* desc, NAME, name */ zEnablemmtimerText, zEnablemmtimer_NAME, zEnablemmtimer_Name, + /* desc, NAME, name */ zModifymmtimerText, zModifymmtimer_NAME, zModifymmtimer_Name, /* disablement strs */ NULL, NULL }, { /* entry idx, value */ 16, VALUE_OPT_NOFORK, @@ -864,7 +864,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPD"; tSCC zUsageTitle[] = -"ntpd - NTP daemon program - Ver. 4.2.3p33\n\ +"ntpd - NTP daemon program - Ver. 4.2.3p34\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpd-opts.h b/ntpd/ntpd-opts.h index b6a55e4ba..552b50b67 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 August 18, 2006 at 05:35:10 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:46 PM EDT * From the definitions ntpd-opts.def * and the template file options */ @@ -66,7 +66,7 @@ typedef enum { INDEX_OPT_KEYFILE = 12, INDEX_OPT_LOGFILE = 13, INDEX_OPT_NOVIRTUALIPS = 14, - INDEX_OPT_ENABLEMMTIMER = 15, + INDEX_OPT_MODIFYMMTIMER = 15, INDEX_OPT_NOFORK = 16, INDEX_OPT_NICE = 17, INDEX_OPT_PIDFILE = 18, @@ -88,8 +88,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 34 -#define NTPD_VERSION "4.2.3p33" -#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p33" +#define NTPD_VERSION "4.2.3p34" +#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.3p34" /* * Interface defines for all options. Replace "n" with @@ -137,7 +137,7 @@ typedef enum { #define VALUE_OPT_LOGFILE 'l' #define VALUE_OPT_NOVIRTUALIPS 'L' #ifdef SYS_WINNT -#define VALUE_OPT_ENABLEMMTIMER 'M' +#define VALUE_OPT_MODIFYMMTIMER 'M' #endif /* SYS_WINNT */ #define VALUE_OPT_NOFORK 'n' #define VALUE_OPT_NICE 'N' diff --git a/ntpd/ntpd-opts.texi b/ntpd/ntpd-opts.texi index 32135034e..428aea504 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 August 18, 2006 at 05:35:14 PM EDT +# It has been AutoGen-ed Sunday August 20, 2006 at 08:09:49 PM EDT # From the definitions ntpd-opts.def # and the template file aginfo.tpl @end ignore @@ -29,13 +29,13 @@ This software is released under a specialized copyright license. * ntpd debug-level:: debug-level option (-d) * ntpd driftfile:: driftfile option (-f) * ntpd dvar:: dvar option (-V) -* ntpd enablemmtimer:: enablemmtimer option (-M) * ntpd interface:: interface option (-I) * ntpd ipv4:: ipv4 option (-4) * ntpd ipv6:: ipv6 option (-6) * ntpd jaildir:: jaildir option (-i) * ntpd keyfile:: keyfile option (-k) * ntpd logfile:: logfile option (-l) +* ntpd modifymmtimer:: modifymmtimer option (-M) * ntpd nice:: nice option (-N) * ntpd nofork:: nofork option (-n) * ntpd novirtualips:: novirtualips option (-L) @@ -329,11 +329,11 @@ configuration file directive. This is the ``do not listen to virtual ips'' option. Do not listen to virtual IPs. The default is to listen. -@node ntpd enablemmtimer -@subsection enablemmtimer option (-M) -@cindex ntpd-enablemmtimer +@node ntpd modifymmtimer +@subsection modifymmtimer option (-M) +@cindex ntpd-modifymmtimer -This is the ``enable multimedia timer (windows only)'' option. +This is the ``modify multimedia timer (windows only)'' option. This option has some usage constraints. It: @itemize @bullet @@ -341,7 +341,7 @@ This option has some usage constraints. It: must be compiled in by defining @code{SYS_WINNT} during the compilation. @end itemize -Enable the Multimedia Timer for Windows. +Set the Windows Multimedia Timer to highest resolution. @node ntpd nofork @subsection nofork option (-n) diff --git a/ntpd/ntpd.1 b/ntpd/ntpd.1 index 025e5f393..aa4749391 100644 --- a/ntpd/ntpd.1 +++ b/ntpd/ntpd.1 @@ -1,7 +1,7 @@ -.TH NTPD 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual" +.TH NTPD 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpd.1) .\" -.\" It has been AutoGen-ed Friday August 18, 2006 at 05:35:12 PM EDT +.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:09:48 PM EDT .\" From the definitions ntpd-opts.def .\" and the template file agman1.tpl .\" @@ -144,10 +144,10 @@ Do not listen to virtual IPs. .sp Do not listen to virtual IPs. The default is to listen. .TP -.BR \-M ", " \--enablemmtimer -Enable Multimedia Timer (Windows only). +.BR \-M ", " \--modifymmtimer +Modify Multimedia Timer (Windows only). .sp -Enable the Multimedia Timer for Windows. +Set the Windows Multimedia Timer to highest resolution. .TP .BR \-n ", " \--nofork Do not fork. diff --git a/ntpd/ntpdsim-opts.c b/ntpd/ntpdsim-opts.c index cf863d525..b679e6f28 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 August 18, 2006 at 05:35:16 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:51 PM EDT * From the definitions ntpdsim-opts.def * and the template file options */ @@ -256,21 +256,21 @@ tSCC zNovirtualips_Name[] = "novirtualips"; #define NOVIRTUALIPS_FLAGS (OPTST_DISABLED) /* - * Enablemmtimer option description: + * Modifymmtimer option description: */ #ifdef SYS_WINNT -tSCC zEnablemmtimerText[] = - "Enable Multimedia Timer (Windows only)"; -tSCC zEnablemmtimer_NAME[] = "ENABLEMMTIMER"; -tSCC zEnablemmtimer_Name[] = "enablemmtimer"; -#define ENABLEMMTIMER_FLAGS (OPTST_DISABLED) - -#else /* disable Enablemmtimer */ -#define VALUE_OPT_ENABLEMMTIMER NO_EQUIVALENT -#define ENABLEMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT) -#define zEnablemmtimerText NULL -#define zEnablemmtimer_NAME NULL -#define zEnablemmtimer_Name NULL +tSCC zModifymmtimerText[] = + "Modify Multimedia Timer (Windows only)"; +tSCC zModifymmtimer_NAME[] = "MODIFYMMTIMER"; +tSCC zModifymmtimer_Name[] = "modifymmtimer"; +#define MODIFYMMTIMER_FLAGS (OPTST_DISABLED) + +#else /* disable Modifymmtimer */ +#define VALUE_OPT_MODIFYMMTIMER NO_EQUIVALENT +#define MODIFYMMTIMER_FLAGS (OPTST_OMITTED | OPTST_NO_INIT) +#define zModifymmtimerText NULL +#define zModifymmtimer_NAME NULL +#define zModifymmtimer_Name NULL #endif /* SYS_WINNT */ /* @@ -752,16 +752,16 @@ static tOptDesc optDesc[ OPTION_CT ] = { /* desc, NAME, name */ zNovirtualipsText, zNovirtualips_NAME, zNovirtualips_Name, /* disablement strs */ NULL, NULL }, - { /* entry idx, value */ 18, VALUE_OPT_ENABLEMMTIMER, - /* equiv idx, value */ 18, VALUE_OPT_ENABLEMMTIMER, + { /* entry idx, value */ 18, VALUE_OPT_MODIFYMMTIMER, + /* equiv idx, value */ 18, VALUE_OPT_MODIFYMMTIMER, /* equivalenced to */ NO_EQUIVALENT, /* min, max, act ct */ 0, 1, 0, - /* opt state flags */ ENABLEMMTIMER_FLAGS, 0, + /* opt state flags */ MODIFYMMTIMER_FLAGS, 0, /* last opt argumnt */ NULL, /* arg list/cookie */ NULL, /* must/cannot opts */ NULL, NULL, /* option proc */ NULL, - /* desc, NAME, name */ zEnablemmtimerText, zEnablemmtimer_NAME, zEnablemmtimer_Name, + /* desc, NAME, name */ zModifymmtimerText, zModifymmtimer_NAME, zModifymmtimer_Name, /* disablement strs */ NULL, NULL }, { /* entry idx, value */ 19, VALUE_OPT_NOFORK, @@ -1062,7 +1062,7 @@ static tOptDesc optDesc[ OPTION_CT ] = { */ tSCC zPROGNAME[] = "NTPDSIM"; tSCC zUsageTitle[] = -"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p33\n\ +"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p34\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpd/ntpdsim-opts.h b/ntpd/ntpdsim-opts.h index e31f047e8..179917868 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 August 18, 2006 at 05:35:15 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:09:50 PM EDT * From the definitions ntpdsim-opts.def * and the template file options */ @@ -69,7 +69,7 @@ typedef enum { INDEX_OPT_KEYFILE = 15, INDEX_OPT_LOGFILE = 16, INDEX_OPT_NOVIRTUALIPS = 17, - INDEX_OPT_ENABLEMMTIMER = 18, + INDEX_OPT_MODIFYMMTIMER = 18, INDEX_OPT_NOFORK = 19, INDEX_OPT_NICE = 20, INDEX_OPT_SERVERTIME = 21, @@ -97,8 +97,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 43 -#define NTPDSIM_VERSION "4.2.3p33" -#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p33" +#define NTPDSIM_VERSION "4.2.3p34" +#define NTPDSIM_FULL_VERSION "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p34" /* * Interface defines for all options. Replace "n" with @@ -149,7 +149,7 @@ typedef enum { #define VALUE_OPT_LOGFILE 'l' #define VALUE_OPT_NOVIRTUALIPS 'L' #ifdef SYS_WINNT -#define VALUE_OPT_ENABLEMMTIMER 'M' +#define VALUE_OPT_MODIFYMMTIMER 'M' #endif /* SYS_WINNT */ #define VALUE_OPT_NOFORK 'n' #define VALUE_OPT_NICE 'N' diff --git a/ntpd/ntpdsim-opts.texi b/ntpd/ntpdsim-opts.texi index 57937e2d2..c4c15a246 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 August 18, 2006 at 05:35:19 PM EDT +# It has been AutoGen-ed Sunday August 20, 2006 at 08:09:54 PM EDT # From the definitions ntpdsim-opts.def # and the template file aginfo.tpl @end ignore @@ -29,7 +29,6 @@ This software is released under a specialized copyright license. * ntpdsim debug-level:: debug-level option (-d) * ntpdsim driftfile:: driftfile option (-f) * ntpdsim dvar:: dvar option (-V) -* ntpdsim enablemmtimer:: enablemmtimer option (-M) * ntpdsim endsimtime:: endsimtime option (-S) * ntpdsim freqerr:: freqerr option (-T) * ntpdsim interface:: interface option (-I) @@ -38,6 +37,7 @@ This software is released under a specialized copyright license. * ntpdsim jaildir:: jaildir option (-i) * ntpdsim keyfile:: keyfile option (-k) * ntpdsim logfile:: logfile option (-l) +* ntpdsim modifymmtimer:: modifymmtimer option (-M) * ntpdsim ndelay:: ndelay option (-Y) * ntpdsim nice:: nice option (-N) * ntpdsim nofork:: nofork option (-n) @@ -368,11 +368,11 @@ configuration file directive. This is the ``do not listen to virtual ips'' option. Do not listen to virtual IPs. The default is to listen. -@node ntpdsim enablemmtimer -@subsection enablemmtimer option (-M) -@cindex ntpdsim-enablemmtimer +@node ntpdsim modifymmtimer +@subsection modifymmtimer option (-M) +@cindex ntpdsim-modifymmtimer -This is the ``enable multimedia timer (windows only)'' option. +This is the ``modify multimedia timer (windows only)'' option. This option has some usage constraints. It: @itemize @bullet @@ -380,7 +380,7 @@ This option has some usage constraints. It: must be compiled in by defining @code{SYS_WINNT} during the compilation. @end itemize -Enable the Multimedia Timer for Windows. +Set the Windows Multimedia Timer to highest resolution. @node ntpdsim nofork @subsection nofork option (-n) diff --git a/ntpd/ntpdsim.1 b/ntpd/ntpdsim.1 index e40feea87..0fd5e8079 100644 --- a/ntpd/ntpdsim.1 +++ b/ntpd/ntpdsim.1 @@ -1,7 +1,7 @@ -.TH NTPDSIM 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual" +.TH NTPDSIM 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdsim.1) .\" -.\" It has been AutoGen-ed Friday August 18, 2006 at 05:35:17 PM EDT +.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:09:53 PM EDT .\" From the definitions ntpdsim-opts.def .\" and the template file agman1.tpl .\" @@ -159,10 +159,10 @@ Do not listen to virtual IPs. .sp Do not listen to virtual IPs. The default is to listen. .TP -.BR \-M ", " \--enablemmtimer -Enable Multimedia Timer (Windows only). +.BR \-M ", " \--modifymmtimer +Modify Multimedia Timer (Windows only). .sp -Enable the Multimedia Timer for Windows. +Set the Windows Multimedia Timer to highest resolution. .TP .BR \-n ", " \--nofork Do not fork. diff --git a/ntpdc/ntpdc-opts.c b/ntpdc/ntpdc-opts.c index d332a1636..5ba257703 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 August 18, 2006 at 05:41:46 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:12 PM 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.3p33\n\ +"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p34\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpdc/ntpdc-opts.h b/ntpdc/ntpdc-opts.h index bae98fca5..6392d1b57 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 August 18, 2006 at 05:41:46 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:12 PM 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.3p33" -#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p33" +#define NTPDC_VERSION "4.2.3p34" +#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p34" /* * Interface defines for all options. Replace "n" with diff --git a/ntpdc/ntpdc-opts.texi b/ntpdc/ntpdc-opts.texi index d75b30bad..474cdcb0c 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 August 18, 2006 at 05:41:49 PM EDT +# It has been AutoGen-ed Sunday August 20, 2006 at 08:16:14 PM 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 a63774be5..a0a3023da 100644 --- a/ntpdc/ntpdc.1 +++ b/ntpdc/ntpdc.1 @@ -1,7 +1,7 @@ -.TH NTPDC 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual" +.TH NTPDC 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpdc.1) .\" -.\" It has been AutoGen-ed Friday August 18, 2006 at 05:41:48 PM EDT +.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:16:14 PM 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 a9d19a2cb..c7e2e4bbe 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 August 18, 2006 at 05:42:18 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:41 PM 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.3p33\n\ +"ntpq - standard NTP query program - Ver. 4.2.3p34\n\ USAGE: %s [ - [] | --[{=| }] ]... [ host ...]\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/ntpq/ntpq-opts.h b/ntpq/ntpq-opts.h index d61eba5b7..e70d6683a 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 August 18, 2006 at 05:42:18 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:16:41 PM 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.3p33" -#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p33" +#define NTPQ_VERSION "4.2.3p34" +#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.3p34" /* * Interface defines for all options. Replace "n" with diff --git a/ntpq/ntpq-opts.texi b/ntpq/ntpq-opts.texi index 78a32bf3c..897dd8040 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 August 18, 2006 at 05:42:20 PM EDT +# It has been AutoGen-ed Sunday August 20, 2006 at 08:16:44 PM 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 6003b60d0..a8fa072ab 100644 --- a/ntpq/ntpq.1 +++ b/ntpq/ntpq.1 @@ -1,7 +1,7 @@ -.TH NTPQ 1 2006-08-18 "( 4.2.3p33)" "Programmer's Manual" +.TH NTPQ 1 2006-08-20 "( 4.2.3p34)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntpq.1) .\" -.\" It has been AutoGen-ed Friday August 18, 2006 at 05:42:19 PM EDT +.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:16:43 PM EDT .\" From the definitions ntpq-opts.def .\" and the template file agman1.tpl .\" diff --git a/packageinfo.sh b/packageinfo.sh index a2fc74e95..6d7ca3949 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=33 +point=34 # Special. Normally unused. A suffix. #special=ag special= diff --git a/sntp/sntp-opts.c b/sntp/sntp-opts.c index c09f22dd0..0e99d8f58 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 August 18, 2006 at 05:42:47 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:08 PM 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.3p33\n\ +"sntp - standard SNTP program - Ver. 4.2.3p34\n\ USAGE: %s [ - | -- ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/sntp/sntp-opts.h b/sntp/sntp-opts.h index 7168805f5..1e76c3445 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 August 18, 2006 at 05:42:46 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:07 PM 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.3p33" -#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p33" +#define SNTP_VERSION "4.2.3p34" +#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.3p34" /* * Interface defines for all options. Replace "n" with diff --git a/sntp/sntp-opts.texi b/sntp/sntp-opts.texi index 26da449e7..7fddab303 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 August 18, 2006 at 05:42:49 PM EDT +# It has been AutoGen-ed Sunday August 20, 2006 at 08:17:10 PM 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 6667fe17a..2bb95bdf4 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 August 18, 2006 at 05:43:12 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:18 PM 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.3p33\n\ +"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p34\n\ USAGE: %s [ - [] | --[{=| }] ]...\n"; tSCC zRcName[] = ".ntprc"; tSCC* apzHomeList[] = { diff --git a/util/ntp-keygen-opts.h b/util/ntp-keygen-opts.h index 181e2802e..49cbbda4f 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 August 18, 2006 at 05:43:11 PM EDT + * It has been AutoGen-ed Sunday August 20, 2006 at 08:17:17 PM 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.3p33" -#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p33" +#define NTP_KEYGEN_VERSION "4.2.3p34" +#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p34" /* * Interface defines for all options. Replace "n" with diff --git a/util/ntp-keygen-opts.texi b/util/ntp-keygen-opts.texi index ba8552d30..3d7793d82 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 August 18, 2006 at 05:43:14 PM EDT +# It has been AutoGen-ed Sunday August 20, 2006 at 08:17:20 PM 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 b4e2b78b0..1df64676e 100644 --- a/util/ntp-keygen.1 +++ b/util/ntp-keygen.1 @@ -1,7 +1,7 @@ -.TH NTP-KEYGEN 1 2006-08-18 "(ntp 4.2.3p33)" "Programmer's Manual" +.TH NTP-KEYGEN 1 2006-08-20 "(ntp 4.2.3p34)" "Programmer's Manual" .\" DO NOT EDIT THIS FILE (ntp-keygen.1) .\" -.\" It has been AutoGen-ed Friday August 18, 2006 at 05:43:13 PM EDT +.\" It has been AutoGen-ed Sunday August 20, 2006 at 08:17:19 PM EDT .\" From the definitions ntp-keygen-opts.def .\" and the template file agman1.tpl .\"