]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P105 NTP_4_2_7P105
authorHarlan Stenn <stenn@ntp.org>
Wed, 29 Dec 2010 08:13:01 +0000 (08:13 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 29 Dec 2010 08:13:01 +0000 (08:13 +0000)
bk: 4d1aed8dVuaqEYIxaq3Dl0Ct9aOHAg

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 b6a5f5cba95c027becd641f25c3e0c4595ace2aa..5046253baf8e38dfa44c27514b1bdb03ee25d6aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p105) 2010/12/29 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.7p104) 2010/12/28 Released by Harlan Stenn <stenn@ntp.org>
 * from 4.2.6p3: Create and use scripts/check--help when generating
   .texi files.
index ade9d9cad5aa43f68fa63b96d170fb004f24b391..d1b8305c67dcade5ec018b2be9c633437d11e5a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:43 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
  *  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.7p104\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4364918718b7fdb7744fa97c4eef16ad03d5464a..1b3fd7e52f02cb47c68e6d64033b83e9582967d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:42 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
  *  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.7p104"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p104"
+#define CLKTEST_VERSION       "4.2.7p105"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1224c8bdc5582127dc719ced7493bb261bc4945..ba7e5ff8cae4c1f49a67ef02259d60a23607a0d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:21:26 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:08:53 AM by AutoGen 5.11.6pre7
  *  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.7p104\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 66514da9e53816f76d2951a3bf57556d61660a84..4d4ec7c54e5485cfa06726adef94c992c821e712 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:21:26 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:08:53 AM by AutoGen 5.11.6pre7
  *  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.7p104"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p104"
+#define NTPD_VERSION       "4.2.7p105"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1e291349a62996d8bb85afeeecb407e37023da80..6833be217427ac28f27b94cb5a2609dfd6d55ecb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 28, 2010 at 04:32:10 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 29, 2010 at 08:09:12 AM by AutoGen 5.11.6pre7
 # 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.7p104
+ntpd - NTP daemon program - Ver. 4.2.7p105
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9c777bbf853513890ba93a79f3437930308c9ac5..b7712c20469d6c5cc5d58774fc851b94b1d58345 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-28 "( 4.2.7p104)" "Programmer's Manual"
+.TH NTPD 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 28, 2010 at 04:21:51 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:12 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dde58379929e54c6c408a4f5cd337e6b0fed06b9..e0287c18b6775c3a3b8599afa752a3e86acc0959 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:18 AM by AutoGen 5.11.6pre7
  *  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.7p104\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 367c599147643bb7fae1a8ee2c12686a899eeac5..bdc9014bf9f57c56c4e8814e265546f64830b7d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:18 AM by AutoGen 5.11.6pre7
  *  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.7p104"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p104"
+#define NTPDC_VERSION       "4.2.7p105"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cae8fdcad2492f188a5b6c628db988d4ce52bea5..d235e555cc6c3bbd3d6e7edc033c1a29f3071265 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 28, 2010 at 04:33:24 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 29, 2010 at 08:09:27 AM by AutoGen 5.11.6pre7
 # 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.7p104
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p105
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 579d1aa8022abcc1f361fa539ca26aa3c8c5acd7..a24567f8a74c67799f0d697b6e6ded735ff1d3c8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-28 "( 4.2.7p104)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 28, 2010 at 04:33:24 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:27 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 35d8da600a8320b0798b1b61bc24fdc500a1b1e1..d71b7781e92a7ba1d41c8a825279bb1952380227 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:25 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:28 AM by AutoGen 5.11.6pre7
  *  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.7p104\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index e791c0d7c888a4267709729eadf0aaabf171cdcd..133e65713cd050a88db2bc58dc8ea6009b3c5c2c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:25 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:28 AM by AutoGen 5.11.6pre7
  *  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.7p104"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p104"
+#define NTPQ_VERSION       "4.2.7p105"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 63c8418e966d55664a7a7efcc13a0c4ffb636064..7e9e7112e443cbad0dee9b5eb724a9b191c00503 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 28, 2010 at 04:33:36 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 29, 2010 at 08:09:39 AM by AutoGen 5.11.6pre7
 # 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.7p104
+ntpq - standard NTP query program - Ver. 4.2.7p105
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 647a9fb6e27c8e04f2275d7c03253c572572628d..a7293de517e0e55d8e282d6bd6052738293c8876 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-28 "( 4.2.7p104)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 28, 2010 at 04:33:36 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:38 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6599a6617d227175bb6058155e414e5c2f623132..8acf2bc4c7bbfe24de5534a2299b0242c039c217 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:37 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:40 AM by AutoGen 5.11.6pre7
  *  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.7p104\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 301c38df7e3db1985f5e84196be6d4751ca701be..b0ef0031cb62b7fd40030984b116de8be3bbf00e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:36 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:40 AM by AutoGen 5.11.6pre7
  *  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.7p104"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p104"
+#define NTPSNMPD_VERSION       "4.2.7p105"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f86411900e0d53cfe4d2c2c4d3c3c10380fce7c4..d3c46e737f14c76b538af4fb1a7d1e03eddd3516 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 28, 2010 at 04:33:42 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 29, 2010 at 08:09:45 AM by AutoGen 5.11.6pre7
 # 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.7p104
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p105
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 864ab7ec29634b08bf1b07f5166d4b32c8aed66e..7bee6b4e0ae7515ca1052432719e374c127bd776 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-28 "( 4.2.7p104)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 28, 2010 at 04:33:41 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:45 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 07c4b9539e66e0a3aac01e30b6434a17989ffeea..d8b802830aebff45034f52882b97a7883bf02c41 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=104
+point=105
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 7c92c0b655da8806558cb392a5515680a3ece0fa..97165187888c98ded41598372af86767fb772503 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 09:09:47 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:08:46 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[123] =
-"sntp - standard SNTP program - Ver. 4.2.7p104\n\
+"sntp - standard SNTP program - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index cbc4a0c45a44aae787dc2a65d3a7c9d701510173..2cdbfb30cb6131d6479cdf3108cbfe5f43ebfe74 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 09:09:47 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:08:46 AM by AutoGen 5.11.6pre7
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p104"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p104"
+#define SNTP_VERSION       "4.2.7p105"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4a6ea04268891a0a79bf14cc76181c271b7f9564..15de6d4dd56b68669100d3c7bd3d8b3c50381775 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 28, 2010 at 09:09:55 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 29, 2010 at 08:08:52 AM by AutoGen 5.11.6pre7
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -69,7 +69,61 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp is unavailable - no --help
+sntp - standard SNTP program - Ver. 4.2.7p105
+USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
+  Flg Arg Option-Name    Description
+   -4 no  ipv4           Force IPv4 DNS name resolution
+                                - prohibits these options:
+                                ipv6
+   -6 no  ipv6           Force IPv6 DNS name resolution
+                                - prohibits these options:
+                                ipv4
+   -d no  normalverbose  Normal verbose
+   -K Str kod            KoD history filename
+   -p no  syslog         Logging with syslog
+                                - prohibits these options:
+                                filelog
+   -l Str filelog        Log to specified logfile
+                                - prohibits these options:
+                                syslog
+   -s no  settod         Set (step) the time with settimeofday()
+                                - prohibits these options:
+                                adjtime
+   -j no  adjtime        Set (slew) the time with adjtime()
+                                - prohibits these options:
+                                settod
+   -b Str broadcast      Use broadcasts to the address specified for synchronisation
+   -t Num timeout        Specify the number of seconds to wait for broadcasts
+   -a Num authentication Enable authentication with the key auth-keynumber
+   -k Str keyfile        Specify a keyfile. SNTP will look in this file for the key specified with -a
+      opt version        Output version information and exit
+   -? no  help           Display extended usage information and exit
+   -! no  more-help      Extended usage information passed thru pager
+   -> opt save-opts      Save the option state to a config file
+   -< Str load-opts      Load options from a config file
+                                - 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.
+
+
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - 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).
+
+It can be run interactively from the command line or as a cron job.
+
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC
+1305.
+
+please send bug reports to:  http://bugs.ntp.org, bugs@@ntp.org
 @end example
 @exampleindent 4
 
index 921c4811c29fed353ae6aac16b2a4042da3f4ffd..82db7eae3a558e5d7a7efdacc9c8f1af368f9e21 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-28 "( 4.2.7p104)" "Programmer's Manual"
+.TH SNTP 1 2010-12-29 "( 4.2.7p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 28, 2010 at 09:09:55 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 29, 2010 at 08:08:52 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 834291cdcb0b9287697fe83c5b9aef3517d75d3c..7887b892e4b2c6de7c2fe441388d3fa53af23bfe 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p104 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p105 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -139,7 +139,61 @@ 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 is unavailable - no --help
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p105
+USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... hostname-or-IP ...
+  Flg Arg Option-Name    Description
+   -4 no  ipv4           Force IPv4 DNS name resolution
+                                - prohibits these options:
+                                ipv6
+   -6 no  ipv6           Force IPv6 DNS name resolution
+                                - prohibits these options:
+                                ipv4
+   -d no  normalverbose  Normal verbose
+   -K Str kod            KoD history filename
+   -p no  syslog         Logging with syslog
+                                - prohibits these options:
+                                filelog
+   -l Str filelog        Log to specified logfile
+                                - prohibits these options:
+                                syslog
+   -s no  settod         Set (step) the time with settimeofday()
+                                - prohibits these options:
+                                adjtime
+   -j no  adjtime        Set (slew) the time with adjtime()
+                                - prohibits these options:
+                                settod
+   -b Str broadcast      Use broadcasts to the address specified for synchronisation
+   -t Num timeout        Specify the number of seconds to wait for broadcasts
+   -a Num authentication Enable authentication with the key auth-keynumber
+   -k Str keyfile        Specify a keyfile. SNTP will look in this file for the key specified with -a
+      opt version        Output version information and exit
+   -? no  help           Display extended usage information and exit
+   -! no  more-help      Extended usage information passed thru pager
+   -&gt; opt save-opts      Save the option state to a config file
+   -&lt; Str load-opts      Load options from a config file
+                                - 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.
+
+
+
+The following option preset mechanisms are supported:
+ - reading file $HOME/.ntprc
+ - 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).
+
+It can be run interactively from the command line or as a cron job.
+
+NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC
+1305.
+
+please send bug reports to:  http://bugs.ntp.org, bugs@ntp.org
 </pre>
   <div class="node">
 <p><hr>
index 27829d574640fb41482ca941b0a1e498be042bc9..8931e24812e772a4345a770cb7a24617eb15b3df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:45 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
  *  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.7p104\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index de4e0a70c54f483eb9f7b37134af174d94d330a3..8286af652f5e8fb6fdebc2e15462ca96c24421ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 28, 2010 at 04:33:45 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  December 29, 2010 at 08:09:46 AM by AutoGen 5.11.6pre7
  *  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.7p104"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p104"
+#define NTP_KEYGEN_VERSION       "4.2.7p105"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 758afdc39c50b2484bc11b1a56190ede5c81faa0..6fa219df512539bca155a270b8fc1894418c0e44 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 28, 2010 at 04:33:53 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  December 29, 2010 at 08:09:52 AM by AutoGen 5.11.6pre7
 # 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.7p104
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p105
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 4b0f08a49e14958b309aa9498cf47ba7db3cbc0d..0a0f52a92f9de8ad0bc79ce46fb213846be3f604 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-28 "(ntp 4.2.7p104)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-29 "(ntp 4.2.7p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 28, 2010 at 04:33:53 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  December 29, 2010 at 08:09:52 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"