]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P123 NTP_4_2_7P123
authorHarlan Stenn <stenn@ntp.org>
Mon, 24 Jan 2011 11:19:17 +0000 (11:19 +0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 24 Jan 2011 11:19:17 +0000 (11:19 +0000)
bk: 4d3d6035F6j8pGPwXtfvN4kwFJiHIw

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 61a514e35d54fb3885bdfb4d553ca03f559d6b41..287bea2f51abd5878b69a5f3c6316f76df992646 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p123) 2011/01/24 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1788] tvtots.c tables inaccurate
 (4.2.7p122) 2011/01/22 Released by Harlan Stenn <stenn@ntp.org>
 * ACTS refclock cleanup from Dave Mills.
index ac7fc086293b4a79517704f3f0d9c4b402375bb0..95ede3fe177b0a5fa70013ec444b7838126df257 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:25:17 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:16:42 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.7p122\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a215f87b382eda0909d1acd21b938bf00fd7df94..a2f7e0d82fc36bec607400165ff413b609efe9fb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:25:17 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:16:42 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.7p122"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p122"
+#define CLKTEST_VERSION       "4.2.7p123"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f01f871a58b09bd13cc5803b455b6b66ef892123..efd782a8e11f0de3e8de344f770e2dbfc5b5fda5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:16:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:12:14 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.7p122\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 9c5fd6274219e2fd5038dff20893846235e3250b..ee36dbcd98004e048131ae73e94579002a5fea22 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:16:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:12:14 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.7p122"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p122"
+#define NTPD_VERSION       "4.2.7p123"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 40d53a0a6a9ed588c263ee4f260bf5111f97fce1..02cffa352b9839d81bc930ae4329f7fe556b76c2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 22, 2011 at 11:18:22 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 24, 2011 at 11:13:28 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.7p122
+ntpd - NTP daemon program - Ver. 4.2.7p123
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index fa2dfb7ab839883efe287bf1868b635a432221ca..63994ab7baad7ad89d5ce78596e13768d268a91e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
+.TH NTPD 1 2011-01-24 "( 4.2.7p123)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 22, 2011 at 11:18:21 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 24, 2011 at 11:13:27 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 811bea54c95b60770112c8c677bdef0eb252f848..13fd239ab09eac59d514b9c5628c07c6bdad19ed 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:18:51 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:14:05 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.7p122\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4c50fac33072f6c0a1fd7d6f927c04f1ee79bae8..eb9f65679453ad4eefda1f253b8ca22c5757fb1c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:18:51 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:14:05 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.7p122"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p122"
+#define NTPDC_VERSION       "4.2.7p123"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b0a72167ed8ec7d86e068a64857e29ed7bf49635..9b4c6bd3ef296ad8405e113c0260a000bf23bf55 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 22, 2011 at 11:19:04 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 24, 2011 at 11:14:56 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.7p122
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p123
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7317ca4490cf718df6353f44ef5e50f4055d482f..62b68b7d7c92b61eee4c075e2452cdcf29458684 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-24 "( 4.2.7p123)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 22, 2011 at 11:19:03 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 24, 2011 at 11:14:55 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a3938819b23576ba9fc24bd9349b5a523980a9d0..c24c71c9d3a3c26059457d110fcdf8832e964d34 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:19:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:15:01 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.7p122\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f463fb66e2f43bea40da5688fad8057249d95561..ce82981085509b81d6393ff91cb8bf074946411d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:19:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:15:01 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.7p122"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p122"
+#define NTPQ_VERSION       "4.2.7p123"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3637867c4928c0d93b5d46a5c8efb273ea488de0..286f1931d600841c1ff9a8a7cf2351f1c2a79951 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 22, 2011 at 11:19:30 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 24, 2011 at 11:15:30 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.7p122
+ntpq - standard NTP query program - Ver. 4.2.7p123
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index f4c9bee9fdff1bf4af2d2341eb49da58cc986211..b8a4cef7134c662f6a33c99f187d78d8ec724a12 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-24 "( 4.2.7p123)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 22, 2011 at 11:19:30 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 24, 2011 at 11:15:29 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f5fe9d9daad951d982c653763a87af7edb19814a..db510614e5e3fa1891df8df5c70c2ed9cbe1c776 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:19:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:15:38 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.7p122\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fde9c181002d58708b555a2b21d8190034e3526d..b773c84d475829d7d80bcce257321e142006b2ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:19:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:15:38 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.7p122"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p122"
+#define NTPSNMPD_VERSION       "4.2.7p123"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ab2190036ebfa10403ba79062917043682e3dc2b..345eb7021765bebd850738a61e41032104633349 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 22, 2011 at 11:23:32 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 24, 2011 at 11:16:07 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.7p122
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p123
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 3055a97b177f6028e61c376d43a8eef07e8ac30a..1a8e7b5fb48cb9bf4b94b88a63cfd34026423bbb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-24 "( 4.2.7p123)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 22, 2011 at 11:23:32 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 24, 2011 at 11:16:07 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 40e51b9acc9211d7362caa368cc22c1379459e73..54577bc64d6d17de59c1a43b82a2971c2a6d3c65 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=122
+point=123
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 97f74622e68725be8f0e287d69ff25f7b1e36455..e4f7fdeac55d6d5238ebfcb3ffeed3b7adef6172 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:15:30 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:10:08 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.7p122\n\
+"sntp - standard SNTP program - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0d938c658fda68b98ecb23f9eec408ed1227c9f7..2983b63d925c1d6e22bca843db1d96d68dcad323 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:15:29 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:10:07 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.7p122"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p122"
+#define SNTP_VERSION       "4.2.7p123"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 56fedb1f9357a61117afce3f00d34ad559f4cfe6..ed258f13c873da1662de929d164c0a5ca0693aaf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 22, 2011 at 11:16:32 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 24, 2011 at 11:11:12 AM by AutoGen 5.11.6pre7
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -69,7 +69,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.7p122
+sntp - standard SNTP program - Ver. 4.2.7p123
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c4df0a06377fe1db9f2ecf20d2cb1cd87694bbf2..cd16af26864921252ed7dfc3e6f02ff06e676b60 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
+.TH SNTP 1 2011-01-24 "( 4.2.7p123)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 22, 2011 at 11:16:32 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 24, 2011 at 11:11:10 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b8e9a946b38fd09a856f87addf6ef6801fd2ec1e..e2c5c0a51566bb076f516208f8bd0c3be30d668b 100644 (file)
@@ -139,7 +139,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 SNTP program - Ver. 4.2.7p122
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p123
 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
index 637bfff9f20a3f54c58cb7cff5e2d598524b89cb..fa572dd2316ecc41fcc5691256639da0706b913a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:25:58 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:17:01 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.7p122\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p123\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index d0273f12ed53407d496539f5f7484943f0078c85..d8aa95414c5891e23082bc358329912ffd5d2ed8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 22, 2011 at 11:25:58 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 24, 2011 at 11:17:01 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.7p122"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p122"
+#define NTP_KEYGEN_VERSION       "4.2.7p123"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p123"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1dc927ba669dbb8dd4989f207ee629cd4e987547..ef67b218bde2ff5b579474068aaee87ad9b462da 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 22, 2011 at 11:28:06 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 24, 2011 at 11:17:35 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.7p122
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p123
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 9d1be128caf1cf3285cd627932a18760bc453a43..06890cdaabed7c684627a379960c07b9580da704 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-22 "(ntp 4.2.7p122)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-24 "(ntp 4.2.7p123)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 22, 2011 at 11:28:06 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 24, 2011 at 11:17:32 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"