]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P34 NTP_4_2_3P34
authorHarlan Stenn <stenn@ntp.org>
Mon, 21 Aug 2006 00:18:08 +0000 (20:18 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 21 Aug 2006 00:18:08 +0000 (20:18 -0400)
bk: 44e8fbc0Lj-_3BcjYnOoBcclf66eWg

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.1
ntpdc/ntpdc-opts.c
ntpdc/ntpdc-opts.h
ntpdc/ntpdc-opts.texi
ntpdc/ntpdc.1
ntpq/ntpq-opts.c
ntpq/ntpq-opts.h
ntpq/ntpq-opts.texi
ntpq/ntpq.1
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 85635a1e56f4b879478850db658f66bf004151f6..052f3a3d51315080b403662b8091dced5d332fe9 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b6a55e4baf27f7089c25546fe677ec84807a0071..552b50b6786fb85328d28e7757d0467dd5886ee8 100644 (file)
@@ -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'
index 32135034ec430051b1d335174d7a16b6e050aaba..428aea504e9a52f123b0e483e580b0fef616a6da 100644 (file)
@@ -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)
index 025e5f393aa856913c10a019f89e56ef632193f0..aa4749391cf89b2b69086f1b2f68b1b33099d56a 100644 (file)
@@ -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.
index cf863d5259b16206ea99666e4a1e1ae0d22552ce..b679e6f28baf9f2938c4ca6998745439de4f79d1 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e31f047e8208a07be63c046e7b6485476fc624e7..179917868b99b1f4265695ddece58104afe7d746 100644 (file)
@@ -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'
index 57937e2d270f8b6a27871581fa7ab260fa1fc9c8..c4c15a246674276aaaeebc92d71bfb1a3e60f840 100644 (file)
@@ -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)
index e40feea874d4b185a284ce5d568a1947f54f5ce7..0fd5e80796abd95334c57f67ad8f3b1381709d84 100644 (file)
@@ -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.
index d332a1636401a7046c25aa4f41dd6afe7302ae44..5ba257703b6b55d16c0e075e3009eb59f5d6fb6f 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bae98fca5ee987354027df72e06b5b4ff18f6967..6392d1b57f344c05bb95312830128e9ad65cd8b1 100644 (file)
@@ -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
index d75b30bad2565028d9a21f047c52fdb9a13cea51..474cdcb0ce25300c0a7d3f6263f75b8f27d13630 100644 (file)
@@ -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
index a63774be57f89c086cd24c7a40622400c8e5c2a2..a0a3023da484355774b9f759c333dde674573916 100644 (file)
@@ -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
 .\"
index a9d19a2cb0f7fe08f940fa7c59a89fc9d5dab3f7..c7e2e4bbe25304d5c49142f455f2fa91c5e20557 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d61eba5b7dcb30edd1694fb28ddbb883f0a6a65a..e70d6683ae255c5f7c7b8f8556b175e0ab6933e9 100644 (file)
@@ -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
index 78a32bf3c18cf3189d85e162b70c20f3ee79e9dd..897dd8040e7b058148314cd8c786dd97e4568e0b 100644 (file)
@@ -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
index 6003b60d0c6c5db8759a5965644a1e544b81d7e4..a8fa072ab24daa303cb63d5a42d355830815fb82 100644 (file)
@@ -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
 .\"
index a2fc74e95a9b1137671838e6a3e5e741991cc447..6d7ca39493d8d9bf29183d245eeb0168d6c0a941 100644 (file)
@@ -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=
index c09f22dd09690aa326c3a14d9be0d245e9f908f0..0e99d8f58707013f144fbdbf1517d63737a477fb 100644 (file)
@@ -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 [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7168805f5f02e543507f67413535654f2013aa4a..1e76c34454df1782f2ed2f326173aea07369d850 100644 (file)
@@ -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
index 26da449e7fdd874da459535a186d1a3114b5258c..7fddab30301d176b40ae4538aa84cd61d70fe7e1 100644 (file)
@@ -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
index 6667fe17af3773ca4326cb6b6ae5facf9c1df192..2bb95bdf4774e57f77f972767e89231dff00b72e 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 181e2802e57605572da1c46d239db36f8e0a916c..49cbbda4f48044523a09039bfb02f4ddff0c44e7 100644 (file)
@@ -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
index ba8552d3028b489e8d383c9ff294e8d0b90143e7..3d7793d822b33c6f69eaaa4434374af167e045a3 100644 (file)
@@ -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
index b4e2b78b018276ecf7931ae2f02ffa35b47e618a..1df64676eb2b9e1b609e9b6e3cf01da73a02afec 100644 (file)
@@ -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
 .\"