]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P23 NTP_4_2_5P23
authorHarlan Stenn <stenn@ntp.org>
Wed, 18 Apr 2007 12:18:53 +0000 (08:18 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 18 Apr 2007 12:18:53 +0000 (08:18 -0400)
bk: 46260cadbdbbCgvMtdIzr6bcB19NOQ

25 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
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 569b35677a2ea95b0ee578b049dd56b86c71d95d..a414c137c5cc340ff406d306fefadd9f1be89afe 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\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 */
     },
index 06b163c37c22c930f6c9cc9a5f968aecb90e16f0..2adcb4ffcfbc5c07a413eb3895d79cbbd56b0817 100644 (file)
@@ -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
  */
index abcaa879331353a333fef66fa2c9fc698f0c5bcf..acae53eb23519fc937424232f78c28fb335b5173 100644 (file)
@@ -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
index c2b1630ebd78e95516d4736081b7fe10237f0372..701280b1213a6aacc4e01ad723239d8f2c0c42c1 100644 (file)
@@ -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_<option-name>\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
index 069f1980dab09c422f97572431cf5e33bf899695..df64c07f8057a3da54c9d2a46f78f4f18028c884 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 030d5af05ad440a013765dbb4f39bd5c95aeff2f..ae827e62166904a2ace69da5d7f3d926b67797a5 100644 (file)
@@ -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
index 1a7cbbcecbec5e7e771b25409ce1f648184346f5..ecd9f78f860430f8d6e2d1d75784fdfa32d59d6d 100644 (file)
@@ -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
index f4f16236e98deb2113d86e8b9c5c111e4dc807ed..be3eba3872dca72fb6064c34aaea9a79d88ff355 100644 (file)
@@ -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
 .\"
index 1cb3aed8286a9c767c5f01761f107cb1fad9ef0c..4fee1185674b12820cc6829bd25265d8507a9e54 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4b5610f7cc1a0017f60c668dc2db105d5ebbda61..e95f708d12954583f501b3108a89cf7dc001e6a8 100644 (file)
@@ -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
index adc4d141db84bf68a605ad7bb18766f0408901e2..0869667d59a823fe95e3cebe30c2d815577d054d 100644 (file)
@@ -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
index 118d17d7c8ed4cbda8815ba4c02edb84db7175af..5a27523ea0bd50f39ad593ff0c6931a1a376dfa2 100644 (file)
@@ -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
 .\"
index 9df88d71ad1c689cccb969f0f23cb327514cb5d2..5200ba019e1f862f5468b684b4180ebc8954e3d0 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a64733b3a255081eea503c6a3702f28d64707b66..5e3bc85e2a22f35796fe9a2684417b9f4b05daac 100644 (file)
@@ -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
index 83427a7db486b5c556f2ffd2fdceb989b58f091b..f37a20a50c2451ecb735b5214761afbdc48f17d0 100644 (file)
@@ -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
index 8a7c6cc63479db743330895b424b9c1742bb8261..69ef9e327c88552bf2935b5899ff3450afd02ee7 100644 (file)
@@ -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
 .\"
index 61559af2305ac9549aa9bd16d0d6f79add921ac4..94e9e313ea47e42b9dbbec25baba3746e7ee8a56 100644 (file)
@@ -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=
index 9bb35b6be88f3ccb7d3d3d7aaa63a833ce2a9244..e4b44d5e50d72e08124bdb51f9779eed9b33d51f 100644 (file)
@@ -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 [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8c04ce00ea1b692272eb791f88e47769fce81e74..1e35613d8bf1b9310aacaa485acbaabec3616d4c 100644 (file)
@@ -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
index 5ae3db102c295ad6dabb759f6d7e2b31a5735f17..5ace103923d40f4549076f3951cf79028a5cf0a5 100644 (file)
@@ -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
index 7d292009213972e1042ad1e0cd874994847a4c24..4dba336c7558a466b250174e6aad9fd2592b29ea 100644 (file)
@@ -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
 .\"
index 54e7aaf3bf67c67ab8b57921ec26e208bed5ced3..b8ba3cc789c16afb8cc3cb4caf24483e4ff51ca8 100644 (file)
@@ -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 [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 81e42c7f92add1d67d2efdd0143ef825793ba5dc..4a897017962e8cef9dc3696f24568bbe11f0c0d8 100644 (file)
@@ -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
index a3c7ee8ae8197b545b7aa09806f556629b3b4752..a551995dcabe66f406d1e3205dbe07f6678d4117 100644 (file)
@@ -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
index 6c9c895034559da25c3fcdff0a083f03941f9b5c..ea604569c13c9bff0b96d8dc5d0ec78945e862d5 100644 (file)
@@ -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
 .\"