]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P142 NTP_4_2_7P142
authorHarlan Stenn <stenn@ntp.org>
Mon, 21 Mar 2011 07:57:54 +0000 (07:57 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 21 Mar 2011 07:57:54 +0000 (07:57 +0000)
bk: 4d870502ieGdJ20K61Jf26z991vuCA

29 files changed:
ChangeLog
clockstuff/clktest-opts.c
clockstuff/clktest-opts.h
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
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index ed402c8d9d4204b4bae1bce921b8a0b501059313..a8ed8d81f7f2a72e6318a8d21956c211315960d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p142) 2011/03/21 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1844] ntpd 4.2.7p131 NetBSD, --gc-sections links bad executable.
 * Fix "make distcheck" break in libevent/sample caused by typo.
 (4.2.7p141) 2011/03/20 Released by Harlan Stenn <stenn@ntp.org>
index a1bc98a7e196cb8c211b9c6c54e1f8a2cedb22bb..e214154e94cb71dd03ebff38f39fa2b9b2e6e031 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:12:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:57:00 AM by AutoGen 5.11.6
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[8] = "CLKTEST";
 static char const zUsageTitle[129] =
-"clktest - test the clock line discipline - Ver. 4.2.7p141\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f4e19f99d8663859f4c4be5ffd60e43c6cfc871c..0f9b428c4ae98ab44378cf11ba6d4504dca1e5df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:12:48 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:57:00 AM by AutoGen 5.11.6
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    10
-#define CLKTEST_VERSION       "4.2.7p141"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p141"
+#define CLKTEST_VERSION       "4.2.7p142"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 00d8bc85f73002722d4e500a8850941d3dc63b2e..8b025a141cad23da1baef95e331400416b15175e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:04:17 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:55:47 AM by AutoGen 5.11.6
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p141\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index fa725e76e94fb1c0199b8224356d0080a8387717..9899a23cdfa1aaa4c148d24ea907dc7fd40b7b2f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:04:17 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:55:47 AM by AutoGen 5.11.6
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p141"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p141"
+#define NTPD_VERSION       "4.2.7p142"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a984cd8d1a83bcae8ed4d8da2eb8620a4ffd26e8..184e5383184c7870571d816e9fe66c74816d6f24 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 20, 2011 at 11:10:04 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 21, 2011 at 07:56:13 AM by AutoGen 5.11.6
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p141
+ntpd - NTP daemon program - Ver. 4.2.7p142
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 961577a8f205d7adeddcd8f8ccd1bd30c77beef9..cd5d272fbb1a5123b9aa0f57b8206248ba912d79 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-03-20 "( 4.2.7p141)" "Programmer's Manual"
+.TH NTPD 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March 20, 2011 at 11:10:02 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:13 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f1234f41575d194b82231228bf3e765d20745fd7..711ffab855f4eb5ca7f689545009d2c738948152 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:10:42 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:56:23 AM by AutoGen 5.11.6
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p141\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index dad4ccfec75a648b38094873746bfccfc3f7c145..2dac6f4bd8e8c2eae79280d51986c0538deac933 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:10:42 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:56:23 AM by AutoGen 5.11.6
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p141"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p141"
+#define NTPDC_VERSION       "4.2.7p142"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c439e21dfad67e026a136876b553e2039237c83b..65fef5cd18c738b706ab3649547780d089812051 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  March 20, 2011 at 11:11:21 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 21, 2011 at 07:56:38 AM by AutoGen 5.11.6
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.7p141
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p142
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index ae916423a5d9f31ce2ad449119583dae379e1f61..0827d2da51787e7705576d428186af46c99243f2 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-03-20 "( 4.2.7p141)" "Programmer's Manual"
+.TH NTPDC 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  March 20, 2011 at 11:11:21 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:37 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a1087dac82e79296622a0df5ad6472575de7e5ec..42ed2bd4b190887fc87d98f7cc42938b34ec4e57 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:11:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:56:38 AM by AutoGen 5.11.6
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p141\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9bf0029e22b502268eccac641c3ebb5f612151c8..ce4f6934c2fe1b6d1fa382bff82da3bbfa354229 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:11:22 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:56:38 AM by AutoGen 5.11.6
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p141"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p141"
+#define NTPQ_VERSION       "4.2.7p142"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ed532dd8cae4dd9298befc4199915afd6eb02280..557882d2e5eaa84afffeaa7567c02442b719a350 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  March 20, 2011 at 11:12:06 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 21, 2011 at 07:56:52 AM by AutoGen 5.11.6
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p141
+ntpq - standard NTP query program - Ver. 4.2.7p142
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 6becc9e43cc5f78cbe663ec8f1dd47db963aae67..a1132051659806107fd9cd27648a1c54d2eab358 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-03-20 "( 4.2.7p141)" "Programmer's Manual"
+.TH NTPQ 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  March 20, 2011 at 11:12:05 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:52 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 27416eb3166d38f06e040d17e74e2f350aa50475..6a2f58b4b18c1d8017ac524ed706e8cab242a339 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:12:08 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:56:53 AM by AutoGen 5.11.6
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p141\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 041c2e673864445aae4a9f10048e108c7e3c2033..2bf5caeb88a4bad212fe47420283591fb9361bb4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:12:08 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:56:53 AM by AutoGen 5.11.6
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -61,8 +61,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p141"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p141"
+#define NTPSNMPD_VERSION       "4.2.7p142"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 60623cb1db2014eda660eef3e9d2bc094601f553..9d6bf07a5fe37a0016445c2dde2bfa3bd875e817 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  March 20, 2011 at 11:12:43 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 21, 2011 at 07:56:59 AM by AutoGen 5.11.6
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p141
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p142
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 24237fb9aa30a18378ac3881fb41d0ebb6da7fcf..1634703dd573acc15b16a64d07e6d2176e6e8e8f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-03-20 "( 4.2.7p141)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  March 20, 2011 at 11:12:42 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 21, 2011 at 07:56:59 AM by AutoGen 5.11.6
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 22b3faa1643b8827f4291bcf4dea1b3f67354cfe..49e2d81d3b6c54e3ab286f33eb6f1ba947d8a56e 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=141
+point=142
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 80f992b312104fde4bc0601508265c7150e07ee7..9f5a4232b8fe25a73ff565a150a202d27b43d13a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 10:51:24 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:52:39 AM by AutoGen 5.11.6
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -642,7 +642,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p141\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index c41482513c78fe2f5e0ab57d24486e0c8aeffa77..58a45c36ffef7826dea0d7ed71476ad0618ac487 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 10:51:23 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:52:39 AM by AutoGen 5.11.6
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p141"
-#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p141"
+#define SNTP_VERSION       "4.2.7p142"
+#define SNTP_FULL_VERSION  "sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4b5e48d3ecad9bc4f6c9a949737b24f59bf0fcfc..178ff23c4074aa97d7b102d08eca46cc91a1537c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  March 20, 2011 at 11:14:30 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 21, 2011 at 07:57:24 AM by AutoGen 5.11.6
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p141
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p142
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index c8f224fd292cca8f7f5e8674365dae13ce203766..d754a9a3db41f642f57a8e83a352cf1b2e357f1f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-03-20 "( 4.2.7p141)" "Programmer's Manual"
+.TH SNTP 1 2011-03-21 "( 4.2.7p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  March 20, 2011 at 11:14:29 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 21, 2011 at 07:57:23 AM by AutoGen 5.11.6
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 010bffb10781dab4029b3dfdb7af54cddfe15c7a..3098078f2abb2cec878e2dece7dbcbb69fe015ef 100644 (file)
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p141
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p142
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 74148a33522ef9754553b2862fa002a72aa2d2e2..bff33c0c2b90086b6e4a6c251f171b86913fc46b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:12:52 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:57:02 AM by AutoGen 5.11.6
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p141\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p142\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 633453f76bb3c5cba68ae436f184d1d1dc2589fb..e43d99d3cabda9436eedff023082238192a6cf65 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  March 20, 2011 at 11:12:52 AM by AutoGen 5.11.6
+ *  It has been AutoGen-ed  March 21, 2011 at 07:57:02 AM by AutoGen 5.11.6
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p141"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p141"
+#define NTP_KEYGEN_VERSION       "4.2.7p142"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p142"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 19ddffb76b3db405a2797e6ffb485fbbaac7d694..cfae67091ae49f43e4363c02b255aa4331c81085 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  March 20, 2011 at 11:13:33 AM by AutoGen 5.11.6
+# It has been AutoGen-ed  March 21, 2011 at 07:57:14 AM by AutoGen 5.11.6
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p141
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p142
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 939a2bfb2e95da287eced30ab077389f89ea19da..dd99c98484130cedecc69b1fc5cc864dab5deacb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-03-20 "(ntp 4.2.7p141)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-03-21 "(ntp 4.2.7p142)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  March 20, 2011 at 11:13:31 AM by AutoGen 5.11.6
+.\"  It has been AutoGen-ed  March 21, 2011 at 07:57:13 AM by AutoGen 5.11.6
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"