/*
* EDIT THIS FILE WITH CAUTION (clktest-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:29 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:36 AM by AutoGen 5.11.6
* From the definitions clktest-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"clktest copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../sntp/include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
static char const zDetail[164] = "\n\
-Clktest can be used to test the clock line discipline (CLKLDISC,\n\
-it must be available), and to take a look at radio clocks attached\n\
-to a serial port.\n";
+Clktest can be used to test the clock line discipline (CLKLDISC, it must\n\
+be available), and to take a look at radio clocks attached to a serial\n\
+port.\n";
static char const zFullVersion[] = CLKTEST_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define clktest_packager_info NULL
+#else
+static char const clktest_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport clktest bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions clktestOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
10 /* full option count */, 5 /* user option count */,
clktest_full_usage, clktest_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, clktest_packager_info
};
/*
}
pOptDesc->optArg.argInt = val;
}
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_CLKTEST_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_CLKTEST_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = clktestOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (clktest-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:29 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:36 AM by AutoGen 5.11.6
* From the definitions clktest-opts.def
* and the template file options
*
clktestOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*clktestOptions.pUsageProc)(&clktestOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:18:28 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:17:02 AM by AutoGen 5.11.6
* From the definitions ntpd-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"ntpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../sntp/include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
#define zExplain NULL
static char const zDetail[7] = "\n\n";
static char const zFullVersion[] = NTPD_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define ntpd_packager_info NULL
+#else
+static char const ntpd_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport ntpd bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions ntpdOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
36 /* full option count */, 33 /* user option count */,
ntpd_full_usage, ntpd_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, ntpd_packager_info
};
/*
}
#endif /* defined DEBUG */
#endif /* defined(TEST_NTPD_OPTS) */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_NTPD_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPD_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = ntpdOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:18:28 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:17:01 AM by AutoGen 5.11.6
* From the definitions ntpd-opts.def
* and the template file options
*
ntpdOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpdOptions.pUsageProc)(&ntpdOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpd-opts.texi)
#
-# It has been AutoGen-ed February 21, 2011 at 09:19:48 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed February 22, 2011 at 01:18:44 AM by AutoGen 5.11.6
# From the definitions ntpd-opts.def
# and the template file aginfo.tpl
@end ignore
-? no help Display extended usage information and exit
-! no more-help Extended usage information passed thru pager
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
The following option preset mechanisms are supported:
- examining environment variables named NTPD_*
-.TH NTPD 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPD 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpd.1)
.\"
-.\" It has been AutoGen-ed February 21, 2011 at 09:19:47 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed February 22, 2011 at 01:18:43 AM by AutoGen 5.11.6
.\" From the definitions ntpd-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:19:59 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:18:54 AM by AutoGen 5.11.6
* From the definitions ntpdc-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"ntpdc copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../sntp/include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-static char const zDetail[618] = "\n\
-The\n\
-[= prog-name =]\n\
-utility program is used to query an NTP daemon about its\n\
-current state and to request changes in that state.\n\
-It uses NTP mode 7 control message formats described in the source code.\n\
-The program may\n\
+static char const zDetail[601] = "\n\
+The [= prog-name =] utility program is used to query an NTP daemon about\n\
+its current state and to request changes in that state. It uses NTP mode\n\
+7 control message formats described in the source code. The program may\n\
be run either in interactive mode or controlled using command line\n\
-arguments.\n\
-Extensive state and statistics information is available\n\
-through the\n\
-[= prog-name =]\n\
-interface.\n\
-In addition, nearly all the\n\
-configuration options which can be specified at startup using\n\
-ntpd's configuration file may also be specified at run time using\n\
-[= prog-name =] .\n";
+arguments. Extensive state and statistics information is available\n\
+through the [= prog-name =] interface. In addition, nearly all the\n\
+configuration options which can be specified at startup using ntpd's\n\
+configuration file may also be specified at run time using [= prog-name =]\n\
+.\n";
static char const zFullVersion[] = NTPDC_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define ntpdc_packager_info NULL
+#else
+static char const ntpdc_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport ntpdc bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions ntpdcOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
15 /* full option count */, 10 /* user option count */,
ntpdc_full_usage, ntpdc_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, ntpdc_packager_info
};
/*
static void
doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc)
{
- /* extracted from ../sntp/include/debug-opt.def, line 27 */
+ /* extracted from debug-opt.def, line 27 */
DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
}
#endif /* defined(TEST_NTPDC_OPTS) */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_NTPDC_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPDC_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = ntpdcOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:19:59 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:18:54 AM by AutoGen 5.11.6
* From the definitions ntpdc-opts.def
* and the template file options
*
ntpdcOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpdcOptions.pUsageProc)(&ntpdcOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi)
#
-# It has been AutoGen-ed February 21, 2011 at 09:20:08 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed February 22, 2011 at 01:19:04 AM by AutoGen 5.11.6
# From the definitions ntpdc-opts.def
# and the template file aginfo.tpl
@end ignore
- disabled as --no-load-opts
- may appear multiple times
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
The following option preset mechanisms are supported:
- reading file $HOME/.ntprc
- reading file ./.ntprc
- examining environment variables named NTPDC_*
-The
-[= prog-name =]
-utility program is used to query an NTP daemon about its
-current state and to request changes in that state.
-It uses NTP mode 7 control message formats described in the source code.
-The program may
+The [= prog-name =] utility program is used to query an NTP daemon about
+its current state and to request changes in that state. It uses NTP mode
+7 control message formats described in the source code. The program may
be run either in interactive mode or controlled using command line
-arguments.
-Extensive state and statistics information is available
-through the
-[= prog-name =]
-interface.
-In addition, nearly all the
-configuration options which can be specified at startup using
-ntpd's configuration file may also be specified at run time using
-[= prog-name =] .
+arguments. Extensive state and statistics information is available
+through the [= prog-name =] interface. In addition, nearly all the
+configuration options which can be specified at startup using ntpd's
+configuration file may also be specified at run time using [= prog-name =]
+.
please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
-.TH NTPDC 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpdc.1)
.\"
-.\" It has been AutoGen-ed February 21, 2011 at 09:20:08 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed February 22, 2011 at 01:19:03 AM by AutoGen 5.11.6
.\" From the definitions ntpdc-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:09 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:05 AM by AutoGen 5.11.6
* From the definitions ntpq-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"ntpq copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../sntp/include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-static char const zDetail[389] = "\n\
-The\n\
-[= prog-name =]\n\
-utility program is used to query NTP servers which\n\
-implement the standard NTP mode 6 control message formats defined\n\
-in Appendix B of the NTPv3 specification RFC1305, requesting\n\
-information about current state and/or changes in that state.\n\
-The same formats are used in NTPv4, although some of the\n\
-variables have changed and new ones added.\n";
+static char const zDetail[384] = "\n\
+The [= prog-name =] utility program is used to query NTP servers which\n\
+implement the standard NTP mode 6 control message formats defined in\n\
+Appendix B of the NTPv3 specification RFC1305, requesting information\n\
+about current state and/or changes in that state. The same formats are\n\
+used in NTPv4, although some of the variables have changed and new ones\n\
+added.\n";
static char const zFullVersion[] = NTPQ_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define ntpq_packager_info NULL
+#else
+static char const ntpq_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport ntpq bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions ntpqOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
14 /* full option count */, 9 /* user option count */,
ntpq_full_usage, ntpq_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, ntpq_packager_info
};
/*
static void
doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc)
{
- /* extracted from ../sntp/include/debug-opt.def, line 27 */
+ /* extracted from debug-opt.def, line 27 */
DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
}
#endif /* defined(TEST_NTPQ_OPTS) */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_NTPQ_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPQ_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = ntpqOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:09 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:05 AM by AutoGen 5.11.6
* From the definitions ntpq-opts.def
* and the template file options
*
ntpqOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpqOptions.pUsageProc)(&ntpqOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpq-opts.texi)
#
-# It has been AutoGen-ed February 21, 2011 at 09:20:20 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed February 22, 2011 at 01:19:24 AM by AutoGen 5.11.6
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
- disabled as --no-load-opts
- may appear multiple times
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
The following option preset mechanisms are supported:
- reading file $HOME/.ntprc
- reading file ./.ntprc
- examining environment variables named NTPQ_*
-The
-[= prog-name =]
-utility program is used to query NTP servers which
-implement the standard NTP mode 6 control message formats defined
-in Appendix B of the NTPv3 specification RFC1305, requesting
-information about current state and/or changes in that state.
-The same formats are used in NTPv4, although some of the
-variables have changed and new ones added.
+The [= prog-name =] utility program is used to query NTP servers which
+implement the standard NTP mode 6 control message formats defined in
+Appendix B of the NTPv3 specification RFC1305, requesting information
+about current state and/or changes in that state. The same formats are
+used in NTPv4, although some of the variables have changed and new ones
+added.
please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
-.TH NTPQ 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpq.1)
.\"
-.\" It has been AutoGen-ed February 21, 2011 at 09:20:20 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed February 22, 2011 at 01:19:24 AM by AutoGen 5.11.6
.\" From the definitions ntpq-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:21 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:26 AM by AutoGen 5.11.6
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"ntpsnmpd copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../sntp/include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
#define zExplain NULL
#define zDetail NULL
static char const zFullVersion[] = NTPSNMPD_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define ntpsnmpd_packager_info NULL
+#else
+static char const ntpsnmpd_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport ntpsnmpd bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions ntpsnmpdOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
8 /* full option count */, 3 /* user option count */,
ntpsnmpd_full_usage, ntpsnmpd_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, ntpsnmpd_packager_info
};
/*
(void)pOptions;
USAGE(EXIT_SUCCESS);
}
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_NTPSNMPD_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPSNMPD_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = ntpsnmpdOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:21 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:26 AM by AutoGen 5.11.6
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
ntpsnmpdOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpsnmpdOptions.pUsageProc)(&ntpsnmpdOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi)
#
-# It has been AutoGen-ed February 21, 2011 at 09:20:28 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed February 22, 2011 at 01:19:33 AM by AutoGen 5.11.6
# From the definitions ntpsnmpd-opts.def
# and the template file aginfo.tpl
@end ignore
- disabled as --no-load-opts
- may appear multiple times
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
The following option preset mechanisms are supported:
- reading file $HOME/.ntprc
-.TH NTPSNMPD 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1)
.\"
-.\" It has been AutoGen-ed February 21, 2011 at 09:20:27 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed February 22, 2011 at 01:19:33 AM by AutoGen 5.11.6
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:18:09 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:16:29 AM by AutoGen 5.11.6
* From the definitions sntp-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"sntp copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
static char const zExplain[] = "\n\n";
static char const zDetail[351] = "\n\
-sntp implements the Simple Network Time Protocol and is used to query\n\
-an NTP or SNTP server and either display the time or set the local\n\
-system's time (given suitable privilege).\n\n\
+sntp implements the Simple Network Time Protocol and is used to query an\n\
+NTP or SNTP server and either display the time or set the local system's\n\
+time (given suitable privilege).\n\n\
It can be run interactively from the command line or as a cron job.\n\n\
NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC\n\
1305.\n";
static char const zFullVersion[] = SNTP_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define sntp_packager_info NULL
+#else
+static char const sntp_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport sntp bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions sntpOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
24 /* full option count */, 19 /* user option count */,
sntp_full_usage, sntp_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, sntp_packager_info
};
/*
static void
doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc)
{
- /* extracted from include/debug-opt.def, line 27 */
+ /* extracted from debug-opt.def, line 27 */
DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
}
#endif /* defined(TEST_SNTP_OPTS) */
}
pOptDesc->optArg.argInt = val;
}
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_SNTP_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_SNTP_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = sntpOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:18:09 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:16:29 AM by AutoGen 5.11.6
* From the definitions sntp-opts.def
* and the template file options
*
sntpOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*sntpOptions.pUsageProc)(&sntpOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (sntp-opts.texi)
#
-# It has been AutoGen-ed February 21, 2011 at 09:18:24 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed February 22, 2011 at 01:16:55 AM by AutoGen 5.11.6
# From the definitions sntp-opts.def
# and the template file aginfo.tpl
@end ignore
- disabled as --no-load-opts
- may appear multiple times
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
- reading file ./.ntprc
- examining environment variables named SNTP_*
-sntp implements the Simple Network Time Protocol and is used to query
-an NTP or SNTP server and either display the time or set the local
-system's time (given suitable privilege).
+sntp implements the Simple Network Time Protocol and is used to query an
+NTP or SNTP server and either display the time or set the local system's
+time (given suitable privilege).
It can be run interactively from the command line or as a cron job.
-.TH SNTP 1 2011-02-21 "( 4.2.7p131)" "Programmer's Manual"
+.TH SNTP 1 2011-02-22 "( 4.2.7p131)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (sntp.1)
.\"
-.\" It has been AutoGen-ed February 21, 2011 at 09:18:23 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed February 22, 2011 at 01:16:55 AM by AutoGen 5.11.6
.\" From the definitions sntp-opts.def
.\" and the template file agman1.tpl
.\"
- disabled as --no-load-opts
- may appear multiple times
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
- reading file ./.ntprc
- examining environment variables named SNTP_*
-sntp implements the Simple Network Time Protocol and is used to query
-an NTP or SNTP server and either display the time or set the local
-system's time (given suitable privilege).
+sntp implements the Simple Network Time Protocol and is used to query an
+NTP or SNTP server and either display the time or set the local system's
+time (given suitable privilege).
It can be run interactively from the command line or as a cron job.
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:32 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:39 AM by AutoGen 5.11.6
* From the definitions ntp-keygen-opts.def
* and the template file options
*
cannot ever change your mind. */
tSCC zCopyright[] =
"ntp-keygen copyright (c) 1970-2011 David L. Mills and/or others, all rights reserved"
-/* extracted from ../sntp/include/copyright.def near line 8 */
+/* extracted from copyright.def near line 8 */
;
tSCC zCopyrightNotice[24] =
"see html/copyright.html";
static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-static char const zDetail[98] = "\n\
-If there is no new host key, look for an existing one.\n\
-If one is not found, create it.\n";
+static char const zDetail[99] = "\n\
+If there is no new host key, look for an existing one. If one is not\n\
+found, create it.\n";
static char const zFullVersion[] = NTP_KEYGEN_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
+/* extracted from optcode.tlib near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
# define PKGDATADIR ""
#endif
+#ifndef WITH_PACKAGER
+# define ntp_keygen_packager_info NULL
+#else
+static char const ntp_keygen_packager_info[] =
+ "Packaged by " WITH_PACKAGER
+
+# ifdef WITH_PACKAGER_VERSION
+ " ("WITH_PACKAGER_VERSION")"
+# endif
+
+# ifdef WITH_PACKAGER_BUG_REPORTS
+ "\nReport ntp_keygen bugs to " WITH_PACKAGER_BUG_REPORTS
+# endif
+ "\n";
+#endif
+
tOptions ntp_keygenOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
zExplain, zDetail, optDesc,
zBugsAddr, /* address to send bugs to */
NULL, NULL, /* extensions/saved state */
- optionUsage, /* usage procedure */
+ optionUsage, /* usage procedure */
translate_option_strings, /* translation procedure */
/*
* Indexes to special options
24 /* full option count */, 19 /* user option count */,
ntp_keygen_full_usage, ntp_keygen_short_usage,
NULL, NULL,
- PKGDATADIR
+ PKGDATADIR, ntp_keygen_packager_info
};
/*
static void
doOptSet_Debug_Level(tOptions* pOptions, tOptDesc* pOptDesc)
{
- /* extracted from ../sntp/include/debug-opt.def, line 27 */
+ /* extracted from debug-opt.def, line 27 */
DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
}
#endif /* defined(TEST_NTP_KEYGEN_OPTS) */
pOptDesc->optArg.argInt = val;
}
#endif /* defined AUTOKEY */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from optmain.tlib near line 107 */
#if defined(TEST_NTP_KEYGEN_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTP_KEYGEN_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
+/* extracted from optcode.tlib near line 657 */
#if ENABLE_NLS
#include <stdio.h>
* been changed by the first pass through this code. One shot only.
*/
if (option_usage_text.field_ct != 0) {
-
/*
* Do the translations. The first pointer follows the field count
* field. The field count field is the size of a pointer.
COERSION(pzUsageTitle);
COERSION(pzExplain);
COERSION(pzDetail);
+ COERSION(pzPackager);
option_usage_text.field_ct = 0;
for (ix = ntp_keygenOptions.optCt; ix > 0; ix--, pOD++)
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed February 21, 2011 at 09:20:32 AM by AutoGen 5.11.6pre7
+ * It has been AutoGen-ed February 22, 2011 at 01:19:39 AM by AutoGen 5.11.6
* From the definitions ntp-keygen-opts.def
* and the template file options
*
ntp_keygenOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntp_keygenOptions.pUsageProc)(&ntp_keygenOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 435 */
+/* extracted from opthead.tlib near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed February 21, 2011 at 09:20:41 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed February 22, 2011 at 01:19:50 AM by AutoGen 5.11.6
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
- disabled as --no-load-opts
- may appear multiple times
-Options are specified by doubled hyphens and their name
-or by a single hyphen and the flag character.
+Options are specified by doubled hyphens and their name or by a single
+hyphen and the flag character.
The following option preset mechanisms are supported:
- reading file $HOME/.ntprc
- reading file ./.ntprc
- examining environment variables named NTP_KEYGEN_*
-If there is no new host key, look for an existing one.
-If one is not found, create it.
+If there is no new host key, look for an existing one. If one is not
+found, create it.
please send bug reports to: http://bugs.ntp.org, bugs@@ntp.org
@end example
-.TH NTP-KEYGEN 1 2011-02-21 "(ntp 4.2.7p131)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-22 "(ntp 4.2.7p131)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed February 21, 2011 at 09:20:41 AM by AutoGen 5.11.6pre7
+.\" It has been AutoGen-ed February 22, 2011 at 01:19:50 AM by AutoGen 5.11.6
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"