]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P143 NTP_4_2_5P143
authorHarlan Stenn <stenn@ntp.org>
Mon, 17 Nov 2008 11:53:07 +0000 (06:53 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 17 Nov 2008 11:53:07 +0000 (06:53 -0500)
bk: 49215b23zHzH7_llv-TwH_37TSRAdg

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.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
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.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 9ceb3250e3371ebba2899c2f696bb9166805b687..3a22193bce527c6a616c7c68363b78385c144318 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p143) 2008/11/17 Released by Harlan Stenn <stenn@ntp.org>
 * sntp cleanup and fixes.
 (4.2.5p142) 2008/11/16 Released by Harlan Stenn <stenn@ntp.org>
 * Imported GSoC SNTP code from Johannes Maximilian Kühn.
index 02e270c3c915bda86124b36ffcf20a0a04e502c5..7a4b1ced3fe72c4fa18da3462e1439a94a1cc342 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 03:26:32 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:50:45 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -181,7 +181,7 @@ tSCC    zKeyfile_Name[]            = "keyfile";
         | OPTST_SET_ARGTYPE(OPARG_TYPE_STRING))
 
 /*
- *  Help/More_Help option descriptions:
+ *  Help/More_Help/Version option descriptions:
  */
 tSCC zHelpText[]       = "Display usage information and exit";
 tSCC zHelp_Name[]      = "help";
@@ -189,6 +189,9 @@ tSCC zHelp_Name[]      = "help";
 tSCC zMore_HelpText[]  = "Extended usage information passed thru pager";
 tSCC zMore_Help_Name[] = "more-help";
 
+tSCC zVersionText[]    = "Output version information and exit";
+tSCC zVersion_Name[]   = "version";
+
 /*
  *  Save/Load_Opts option description:
  */
@@ -210,7 +213,7 @@ tSCC zNotLoad_Opts_Pfx[]  = "no";
  *  if multiple copies are allowed.
  */
 extern tOptProc
-    optionNumericVal, optionPagedUsage;
+    optionNumericVal, optionPagedUsage, optionVersionStderr;
 static tOptProc
     doUsageOpt;
 
@@ -219,10 +222,15 @@ static tOptProc
  *  When not under test, there are different procs to use
  */
 extern tOptProc
-    optionNumericVal, optionPagedUsage;
+    optionNumericVal, optionPagedUsage, optionPrintVersion;
 static tOptProc
     doUsageOpt;
 #endif /* defined(TEST_SNTP_OPTS) */
+#ifdef TEST_SNTP_OPTS
+# define DOVERPROC optionVersionStderr
+#else
+# define DOVERPROC optionPrintVersion
+#endif /* TEST_SNTP_OPTS */
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *
@@ -373,6 +381,28 @@ static tOptDesc optDesc[ OPTION_CT ] = {
      /* desc, NAME, name */ zKeyfileText, zKeyfile_NAME, zKeyfile_Name,
      /* disablement strs */ NULL, NULL },
 
+#ifdef NO_OPTIONAL_OPT_ARGS
+#  define VERSION_OPT_FLAGS     OPTST_IMM | OPTST_NO_INIT
+#else
+#  define VERSION_OPT_FLAGS     OPTST_SET_ARGTYPE(OPARG_TYPE_STRING) | \
+                                OPTST_ARG_OPTIONAL | OPTST_IMM | OPTST_NO_INIT
+#endif
+
+  {  /* entry idx, value */ INDEX_OPT_VERSION, VALUE_OPT_VERSION,
+     /* equiv idx value  */ NO_EQUIVALENT, 0,
+     /* equivalenced to  */ NO_EQUIVALENT,
+     /* min, max, act ct */ 0, 1, 0,
+     /* opt state flags  */ VERSION_OPT_FLAGS, 0,
+     /* last opt argumnt */ { NULL },
+     /* arg list/cookie  */ NULL,
+     /* must/cannot opts */ NULL, NULL,
+     /* option proc      */ DOVERPROC,
+     /* desc, NAME, name */ zVersionText, NULL, zVersion_Name,
+     /* disablement strs */ NULL, NULL },
+
+#undef VERSION_OPT_FLAGS
+
+
   {  /* entry idx, value */ INDEX_OPT_HELP, VALUE_OPT_HELP,
      /* equiv idx value  */ NO_EQUIVALENT, 0,
      /* equivalenced to  */ NO_EQUIVALENT,
@@ -430,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program\n\
+"sntp - standard SNTP program - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -449,7 +479,7 @@ run as an interactive command or in a\n\
 job.\n\
 NTP is the Network Time Protocol (RFC 1305) and SNTP is the\n\
 Simple Network Time Protocol (RFC 2030, which supersedes RFC 1769).\n";
-#define zFullVersion    NULL
+tSCC    zFullVersion[] = SNTP_FULL_VERSION;
 /* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 408 */
 
 #if defined(ENABLE_NLS)
@@ -488,7 +518,7 @@ tOptions sntpOptions = {
       NO_EQUIVALENT /* index of '-#' option */,
       NO_EQUIVALENT /* index of default opt */
     },
-    16 /* full option count */, 12 /* user option count */
+    17 /* full option count */, 12 /* user option count */
 };
 
 /*
index 13dc868a82241de3b661fd5a984390ff22b41065..31a8c72de355a152e5bd95f39c377c8dee22ec8e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday November 17, 2008 at 03:26:32 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:50:44 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -64,13 +64,16 @@ typedef enum {
         INDEX_OPT_TIMEOUT          =  9,
         INDEX_OPT_AUTHENTICATION   = 10,
         INDEX_OPT_KEYFILE          = 11,
-        INDEX_OPT_HELP             = 12,
-        INDEX_OPT_MORE_HELP        = 13,
-        INDEX_OPT_SAVE_OPTS        = 14,
-        INDEX_OPT_LOAD_OPTS        = 15
+        INDEX_OPT_VERSION          = 12,
+        INDEX_OPT_HELP             = 13,
+        INDEX_OPT_MORE_HELP        = 14,
+        INDEX_OPT_SAVE_OPTS        = 15,
+        INDEX_OPT_LOAD_OPTS        = 16
 } teOptIndex;
 
-#define OPTION_CT    16
+#define OPTION_CT    17
+#define SNTP_VERSION       "4.2.5p143"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -93,6 +96,73 @@ typedef enum {
                     DESC(n).fOptState |= OPTST_DISABLED; \
                 DESC(n).optCookie = NULL )
 
+/*
+ *  Make sure there are no #define name conflicts with the option names
+ */
+#ifndef     NO_OPTION_NAME_WARNINGS
+# ifdef    IPV4
+#  warning undefining IPV4 due to option name conflict
+#  undef   IPV4
+# endif
+# ifdef    IPV6
+#  warning undefining IPV6 due to option name conflict
+#  undef   IPV6
+# endif
+# ifdef    NORMALVERBOSE
+#  warning undefining NORMALVERBOSE due to option name conflict
+#  undef   NORMALVERBOSE
+# endif
+# ifdef    KOD
+#  warning undefining KOD due to option name conflict
+#  undef   KOD
+# endif
+# ifdef    SYSLOG
+#  warning undefining SYSLOG due to option name conflict
+#  undef   SYSLOG
+# endif
+# ifdef    FILELOG
+#  warning undefining FILELOG due to option name conflict
+#  undef   FILELOG
+# endif
+# ifdef    SETTOD
+#  warning undefining SETTOD due to option name conflict
+#  undef   SETTOD
+# endif
+# ifdef    ADJTIME
+#  warning undefining ADJTIME due to option name conflict
+#  undef   ADJTIME
+# endif
+# ifdef    BROADCAST
+#  warning undefining BROADCAST due to option name conflict
+#  undef   BROADCAST
+# endif
+# ifdef    TIMEOUT
+#  warning undefining TIMEOUT due to option name conflict
+#  undef   TIMEOUT
+# endif
+# ifdef    AUTHENTICATION
+#  warning undefining AUTHENTICATION due to option name conflict
+#  undef   AUTHENTICATION
+# endif
+# ifdef    KEYFILE
+#  warning undefining KEYFILE due to option name conflict
+#  undef   KEYFILE
+# endif
+#else  /* NO_OPTION_NAME_WARNINGS */
+# undef IPV4
+# undef IPV6
+# undef NORMALVERBOSE
+# undef KOD
+# undef SYSLOG
+# undef FILELOG
+# undef SETTOD
+# undef ADJTIME
+# undef BROADCAST
+# undef TIMEOUT
+# undef AUTHENTICATION
+# undef KEYFILE
+#endif  /*  NO_OPTION_NAME_WARNINGS */
+
 /*
  *  Interface defines for specific options.
  */
@@ -113,6 +183,7 @@ typedef enum {
 #define OPT_VALUE_AUTHENTICATION (DESC(AUTHENTICATION).optArg.argInt)
 #define VALUE_OPT_KEYFILE        'k'
 
+#define VALUE_OPT_VERSION       'v'
 #define VALUE_OPT_HELP          '?'
 #define VALUE_OPT_MORE_HELP     '!'
 #define VALUE_OPT_SAVE_OPTS     '>'
index ae1bc1d1daebada9ab1918109d4221051af2af53..c4e036642b4716863be6b1bfc31d549f59cbf0a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday November 17, 2008 at 03:26:34 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:50:47 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e9d0c5fb4ac0a3068a96e929c6842b435c1284fa..2ddd83ef3968bb720e20691e17dee2e4003c7f13 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-17 "" "Programmer's Manual"
+.TH SNTP 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday November 17, 2008 at 03:26:33 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:50:46 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -264,6 +264,11 @@ 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
index 00a128ef5243c000f48d8a6a12276013783cc019..1f10cc693f4832e541cf9c95f14080b7e801ab1b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:54 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:37:42 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p142\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 187561f94b500cceba7d6d3dc9cd8a2f6a9f40d6..06f18bc0c7aa7e091d6e9baf3ad66a196580e441 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:53 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:37:41 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p142"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p142"
+#define NTPD_VERSION       "4.2.5p143"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fbad43292a4ef0621b7069c664d03cab191af0cd..a2dc0aa7482dbf858c563bcf534f0d23d7bae4f9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:57 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:37:45 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e715b8d7a39d5ff704d652f2b7031030dc56d303..5027ae847eb57778f552e106db88044a7e19e5a8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
+.TH NTPD 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:47:55 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:37:43 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4c997787f85599949fed666c7e40edd76a64e797..75aa1e896b05e2994a306bf62b353fc374c13d2a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:46 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:44:34 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p142\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7380ec64313c782e6d268915563d6e471ca4424d..0eb83c3e82845772a80a8c60a4681c94147e9252 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:45 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:44:34 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p142"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p142"
+#define NTPDC_VERSION       "4.2.5p143"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 955f62fed9957af01f9ac6301fa397ac854638e4..ea88065bdf9374fe19d58e056abf885bebef7630 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:47 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:44:36 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8ac2349f3de5b89cedf52ef8a44fcd2969546191..68e86fdc38cef4ad61c1f9b7794893f4e869bcaa 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
+.TH NTPDC 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:54:47 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:44:35 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5d2905a98a7ee90cd504baa4bea928dc2050ccf6..b21d1450f2c9654aa45c1f9dc3ba2a49ba8053e6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:16 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:04 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p142\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 00b1f9d78c8217cceace19ca791322059067ff25..3a9200b9a71ca03d088ab4cb988cd60a6751034a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:16 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:04 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p142"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p142"
+#define NTPQ_VERSION       "4.2.5p143"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 605d5a07e218d58c5c644f6a5303201499d06dd5..af86728bec379963bf684fb38603b7200edd4af5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:19 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:45:06 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5407c8aadefce16d5292387e26c4df59b1e15ab1..543a7252f819bb5b4260bec04626a9008eafb6c0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
+.TH NTPQ 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:55:18 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:05 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 098782ecc5b203f6790841146f3e0ff940f38e30..ea218ea83a3c96042914c965243df7b038ca4488 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:01 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:49 AM EST
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p142\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 209ca8993ec00b8d1876d4ca031fd0818352664a..8f9881bbd980f5ffc7d39cc6d7cb6e8b96e8550a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:01 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:49 AM EST
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p142"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p142"
+#define NTPSNMPD_VERSION       "4.2.5p143"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3eedb39a960bd5336b889bf9e9b1f4dbf92442dc..f0905325665c73a5bbbbdaa7a346305c516268dd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:03 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:45:51 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8e9d2efcf87b3fbf210c011d9c21c17d72c86307..7abe4da9a61218f70bd1c8e56a0843ba3b76fd71 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 06:56:02 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:45:50 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 605d29ad4b09223a1b9c179cf70e75191d06e3c7..8b9794799af2390aa16ce494caa7cc13decd365a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=142
+point=143
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 35a9c863a37618169d05aa46f7f8a6bac9e1dd79..62c34b1b86c3106d10268b2d8de8ecba94d3bbd0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:12 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:51:57 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p142\n\
+"sntp - standard SNTP program - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0824c03cbc7262622923987254812eb09b68550c..d1b03d1e6c3269bd6e6d574a4160982ca4203b76 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:11 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:51:56 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p142"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p142"
+#define SNTP_VERSION       "4.2.5p143"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 913cf692a6c631c9ac4881167335d8333156b881..179fee62604311bbd970a9723a5616b60ed33af5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:14 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:51:59 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 816c157a6887d26c0688e0b06180427087910487..2f126e10edcec36528f60db43fb3d0c5e1895ebd 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-11-16 "( 4.2.5p142)" "Programmer's Manual"
+.TH SNTP 1 2008-11-17 "( 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:13 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:51:58 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a77db850613c21316a0e3c8f735df0a47cae5c3d..810b5565e11556fbf7eadc5d3cdd2a638e67c895 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:22 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:52:07 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p142\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p143\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e7d88cea5fdad16641c4fe304caeb57eee29824c..894c7b7b11ad5eaef32ac1251dc5ca284bb80cb0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:21 AM EST
+ *  It has been AutoGen-ed  Monday November 17, 2008 at 06:52:06 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p142"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p142"
+#define NTP_KEYGEN_VERSION       "4.2.5p143"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p143"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 76e57faccd74ed49b99e4fa46a7d2540eac4ed13..8b2df1efe7022b09180bc1279f5907ad4fafa703 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:24 AM EST
+# It has been AutoGen-ed  Monday November 17, 2008 at 06:52:09 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cb209a129e71dc1bcf4768dc1eab0f7469aa7c9e..a39093fd125ec7860c29a9099cc632130a321499 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-11-16 "(ntp 4.2.5p142)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-11-17 "(ntp 4.2.5p143)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday November 16, 2008 at 07:02:23 AM EST
+.\"  It has been AutoGen-ed  Monday November 17, 2008 at 06:52:08 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"