*
* 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
*
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
*/
/* 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 }
};
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
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
+ 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,
* 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 */
},
*
* 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
*
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
#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
*/
#
# 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
-.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
.\"
.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
*
* 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
*
*/
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[] = {
*
* 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
*
} 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
#
# 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
-.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
.\"
*
* 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
*
*/
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[] = {
*
* 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
*
} 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
#
# 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
-.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
.\"
*
* 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
*
*/
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[] = {
*
* 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
*
} 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
#
# 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
-.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
.\"
# - Numeric values increment
# - empty 'increments' to 1
# - NEW 'increments' to empty
-point=22
+point=23
# Special. Normally unused. A suffix.
#special=ag
special=
*
* 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
*
*/
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[] = {
*
* 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
*
} 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
#
# 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
-.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
.\"
*
* 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
*
*/
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[] = {
*
* 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
*
} 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
#
# 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
-.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
.\"