]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P122 NTP_4_2_7P122
authorHarlan Stenn <stenn@ntp.org>
Sat, 22 Jan 2011 11:28:33 +0000 (11:28 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 22 Jan 2011 11:28:33 +0000 (11:28 +0000)
bk: 4d3abf610XNwwJWa1wRMwMz3Xg3iSQ

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 09bd58e96a1b9e9874d199a5c6fe66352c452406..b7636255379f47629166ec7ec37ef8cccf0b581e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p122) 2011/01/22 Released by Harlan Stenn <stenn@ntp.org>
 * ACTS refclock cleanup from Dave Mills.
 * Avoid shadowing the "group" global variable.
 (4.2.7p121) 2011/01/21 Released by Harlan Stenn <stenn@ntp.org>
index ff75c904894df484ea8b94829687fa30a28e003d..ac7fc086293b4a79517704f3f0d9c4b402375bb0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:13:16 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:25:17 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.7p121\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fd6bab9c3bb8adde3400aa704c2b9b8d78f60375..a215f87b382eda0909d1acd21b938bf00fd7df94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:13:16 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:25:17 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.7p121"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p121"
+#define CLKTEST_VERSION       "4.2.7p122"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4c27a50bf6887f5b398213ca2a971d406fbd691c..f01f871a58b09bd13cc5803b455b6b66ef892123 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:07:21 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:16:41 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.7p121\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f3c69ff869be5b5b3cbe8a333cea2f8777407ef3..9c5fd6274219e2fd5038dff20893846235e3250b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:07:20 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:16:41 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.7p121"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p121"
+#define NTPD_VERSION       "4.2.7p122"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 99582ba7747a5e573f889b629236c916f7371e9b..40d53a0a6a9ed588c263ee4f260bf5111f97fce1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 21, 2011 at 11:09:19 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 22, 2011 at 11:18:22 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.7p121
+ntpd - NTP daemon program - Ver. 4.2.7p122
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 340120c3889241a5cf8993509ce3b0e763b0d0f5..fa2dfb7ab839883efe287bf1868b635a432221ca 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-21 "( 4.2.7p121)" "Programmer's Manual"
+.TH NTPD 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 21, 2011 at 11:09:18 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 22, 2011 at 11:18:21 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7ec0da1ce6270b3fd8e811c910a6e8b478cd4dac..811bea54c95b60770112c8c677bdef0eb252f848 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:09:55 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:18:51 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.7p121\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9583c4e894550ddb14aba6652679012d14da9796..4c50fac33072f6c0a1fd7d6f927c04f1ee79bae8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:09:55 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:18:51 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.7p121"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p121"
+#define NTPDC_VERSION       "4.2.7p122"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2566330ff4de9a03fa2924fe38b137e8371bfd16..b0a72167ed8ec7d86e068a64857e29ed7bf49635 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 21, 2011 at 11:10:49 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 22, 2011 at 11:19:04 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.7p121
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p122
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 8740b0f318191a83eef2147179dc0c81b43c64f1..7317ca4490cf718df6353f44ef5e50f4055d482f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-21 "( 4.2.7p121)" "Programmer's Manual"
+.TH NTPDC 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 21, 2011 at 11:10:48 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 22, 2011 at 11:19:03 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8f1465e494273931219a8019a4013ee590839c3e..a3938819b23576ba9fc24bd9349b5a523980a9d0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:11:44 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:19:14 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.7p121\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8369a3a1a1e759abaad1da1b922d1be4d74aa013..f463fb66e2f43bea40da5688fad8057249d95561 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:11:44 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:19:14 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.7p121"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p121"
+#define NTPQ_VERSION       "4.2.7p122"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5999a5380325e17a2b089ba4c9028e9457332ce5..3637867c4928c0d93b5d46a5c8efb273ea488de0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 21, 2011 at 11:12:30 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 22, 2011 at 11:19: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.7p121
+ntpq - standard NTP query program - Ver. 4.2.7p122
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 06bbdfa30664115e9889d08d74e3a4b90517567c..f4c9bee9fdff1bf4af2d2341eb49da58cc986211 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-21 "( 4.2.7p121)" "Programmer's Manual"
+.TH NTPQ 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 21, 2011 at 11:12:29 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 22, 2011 at 11:19:30 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 85fc155423441714934f2b4987635394fa2ec5de..f5fe9d9daad951d982c653763a87af7edb19814a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:12:37 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:19:39 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.7p121\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f7eada381b80554969811523e854b62a63d3f38d..fde9c181002d58708b555a2b21d8190034e3526d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:12:37 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:19:39 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.7p121"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p121"
+#define NTPSNMPD_VERSION       "4.2.7p122"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6c769fafe165545a93b1994c351e3d9e90229ce7..ab2190036ebfa10403ba79062917043682e3dc2b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 21, 2011 at 11:12:59 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 22, 2011 at 11:23:32 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.7p121
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p122
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 931366e3afc08f568365849a4c1a97e2cfb46999..3055a97b177f6028e61c376d43a8eef07e8ac30a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-21 "( 4.2.7p121)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 21, 2011 at 11:12:58 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 22, 2011 at 11:23:32 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b7a4a21b3028a410f6001800794b1e5059033af6..40e51b9acc9211d7362caa368cc22c1379459e73 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=121
+point=122
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 29cd6201a38490b4864f84cc1e6754638612ba2d..97f74622e68725be8f0e287d69ff25f7b1e36455 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:05:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:15:30 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.7p121\n\
+"sntp - standard SNTP program - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 969df3bdf68c80f0b2c78adc35dd315995354642..0d938c658fda68b98ecb23f9eec408ed1227c9f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:05:13 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:15:29 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.7p121"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p121"
+#define SNTP_VERSION       "4.2.7p122"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f67cd70d5192e75219199b7b331359fc35d46f51..56fedb1f9357a61117afce3f00d34ad559f4cfe6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 21, 2011 at 11:06:23 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 22, 2011 at 11:16:32 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.7p121
+sntp - standard SNTP program - Ver. 4.2.7p122
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d8cc4dfed060a3f5c3f89a026a6760c6d51a99a4..c4df0a06377fe1db9f2ecf20d2cb1cd87694bbf2 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-21 "( 4.2.7p121)" "Programmer's Manual"
+.TH SNTP 1 2011-01-22 "( 4.2.7p122)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 21, 2011 at 11:06:22 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 22, 2011 at 11:16:32 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cdb807f9ad06ea9d76015c82c74e3ccd0a8d1658..b8e9a946b38fd09a856f87addf6ef6801fd2ec1e 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.7p121
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p122
 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 beb6c31c4d2f8101ac883e60e756eeddd5cd6eee..637bfff9f20a3f54c58cb7cff5e2d598524b89cb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:13:23 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:25:58 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.7p121\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p122\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ec64e75386ef78a8cca667b8996808f5baa5a469..d0273f12ed53407d496539f5f7484943f0078c85 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 21, 2011 at 11:13:23 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  January 22, 2011 at 11:25:58 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.7p121"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p121"
+#define NTP_KEYGEN_VERSION       "4.2.7p122"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p122"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e61ca9309b4c64658e521eb9913d6db719dedbda..1dc927ba669dbb8dd4989f207ee629cd4e987547 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 21, 2011 at 11:13:49 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  January 22, 2011 at 11:28:06 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.7p121
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p122
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index be6b97b13fe208312ce7094dc1f6c6aa3f589184..9d1be128caf1cf3285cd627932a18760bc453a43 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-21 "(ntp 4.2.7p121)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-01-22 "(ntp 4.2.7p122)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 21, 2011 at 11:13:47 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  January 22, 2011 at 11:28:06 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"