]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P129 NTP_4_2_7P129
authorHarlan Stenn <stenn@ntp.org>
Wed, 9 Feb 2011 08:55:18 +0000 (08:55 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 9 Feb 2011 08:55:18 +0000 (08:55 +0000)
bk: 4d525676aS3C20uLbuR4VXl-TLk-KA

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 ac2d35c2ffc07aebcd73ce60ab9ff33b57fbf27f..bd3ce620688a80472e700993d5fa4787151b19ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p129) 2011/02/09 Released by Harlan Stenn <stenn@ntp.org>
 * Add missing "break;" to ntp_control.c ctl_putsys() for caliberrs, used
   by ntpq -c kerninfo introduced in 4.2.7p104.
 * Fix leak in ntp_control.c read_mru_list().
index 669a623e2ecd4e949b1992e4c0a24e09b4ddce9a..c590db45e71aa73685d0bdb53d680afd2b2c3bb9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:40:11 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:48 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.7p128\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ea85aa944fcc02bc79dde308795da876b870a328..0ac2ba267dce375b0e2ad1c6340568ca2afe72da 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:40:11 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:48 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.7p128"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p128"
+#define CLKTEST_VERSION       "4.2.7p129"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index cb61ffd9273a36af01cc08cc2182bbbc37981cb9..74bb3ceb81e384debc2209f6190d1c4e9b10b665 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:34:03 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:53: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.7p128\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index f280c4c1c5ce4784938b382d0fa8bb6f84d144d1..a4a5d61020fb8e31dfe5352611200bfa9bd63751 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:34:02 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:53: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.7p128"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p128"
+#define NTPD_VERSION       "4.2.7p129"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 246fb82b08a70a76ff5ffe22bfa332c64fb1cd7c..2b2aec1779d467714804f8ec9f0a2083c74308d4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 30, 2011 at 11:36:44 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February  9, 2011 at 08:53:59 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.7p128
+ntpd - NTP daemon program - Ver. 4.2.7p129
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 62e37735a312cbc9a897175b38b04e92567b8b24..6eb625042d28606342e9ff80f1fe376494ec5193 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-01-30 "( 4.2.7p128)" "Programmer's Manual"
+.TH NTPD 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 30, 2011 at 11:36:26 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February  9, 2011 at 08:53:58 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e6c4eb566dded7262c32497d2996e4b1df255a6a..5cfbad696ed591984ac745aeb88e77cf5dfe0fe5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:37:41 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:10 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.7p128\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index a20a15612db1a4ca3137ff37c20ac8815a2e55b2..503b68dbeaab4453989b7511138b19604e0eb633 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:37:40 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:10 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.7p128"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p128"
+#define NTPDC_VERSION       "4.2.7p129"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff4c7f0b3d9fdc4b88d8e6235cff37a830b42438..18b13754679d0c9c28bdd8542a9a95635ce0fec7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  January 30, 2011 at 11:38:19 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February  9, 2011 at 08:54:24 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.7p128
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p129
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c30a8888675fbbe2b52f07bac2011f7b03f24ea7..5b7a202ab3915d707c76e098bceac20a8e2006cb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-01-30 "( 4.2.7p128)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  January 30, 2011 at 11:38:17 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:23 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92982410dd981c53d84c6c9a01312e787d93ffd7..82e591063bf037c79434c6670c56d618232bf0c0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:38:33 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:24 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.7p128\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c32e33de67d5aab6d116e34b4884b9211169124a..8da26d1d1b3e7db58f6c68e961da5c4c6fc4b882 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:38:32 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:24 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.7p128"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p128"
+#define NTPQ_VERSION       "4.2.7p129"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3d344114d960e703f575132d648fc11db60cf9a7..ef38bfe253d8e7976c0e73d6b0e4bae41c7439e3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  January 30, 2011 at 11:39:23 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February  9, 2011 at 08:54: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.7p128
+ntpq - standard NTP query program - Ver. 4.2.7p129
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 36a83e6429853e3c388989d033e9fc6180b7d24c..0c8b6fae01b49e771e586a326bfa3cf9afbb0e85 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-01-30 "( 4.2.7p128)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  January 30, 2011 at 11:39:21 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:38 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8801390d678f9cac10881aca6c1053abc4ab2c19..e20ad7df563d4f30e178b08a4d396bfecbc3ee33 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:39:42 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54: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.7p128\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 76e1ad0e31d4025e172e4cf5922d7e1a44811cae..3554a4b8ef36cae7371c1af5322ed388cc8e4560 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:39:42 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54: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.7p128"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p128"
+#define NTPSNMPD_VERSION       "4.2.7p129"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 826eb60ec5b86acd1e800118a1f841b69966a658..c9bea042b2d4f688ff470fc72548bf88d430eb3e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  January 30, 2011 at 11:40:03 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February  9, 2011 at 08:54:47 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.7p128
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p129
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 14a2e74851e069de3737f3b5050f0e704812342b..2dada0717b971c07985540001e119f3ea39d472e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-01-30 "( 4.2.7p128)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  January 30, 2011 at 11:40:01 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:46 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 148929cca0ac2b4c2765de809cbb36a50b524d12..163a0380e19a2d1e1c3c7f1648d75226a091a7e6 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=128
+point=129
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b00d20b3509ecb870564c4bdd13e02760aa650a6..80c5b80ec1fe271485632a5535fcd09bda047043 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:32:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:53:01 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.7p128\n\
+"sntp - standard SNTP program - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f1ccc27693f6cbff16c63312d22a42906dc7d73f..6dabd5cb9efae2fadfe9513f014c6fea7d7f2d34 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:32:13 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:53:00 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.7p128"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p128"
+#define SNTP_VERSION       "4.2.7p129"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b34bd748e6305128b3ac0ba5b7b06c0db85cb911..d3a0826f474bc21286f94de896a76c9108f59383 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  January 30, 2011 at 11:33:17 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February  9, 2011 at 08:53: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.7p128
+sntp - standard SNTP program - Ver. 4.2.7p129
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index dcf90e57889dd2990c8cc24c48a10f86c89a54ea..7345fff58128b0b6ec288352045c398a1c2a3d32 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-01-30 "( 4.2.7p128)" "Programmer's Manual"
+.TH SNTP 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  January 30, 2011 at 11:33:16 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February  9, 2011 at 08:53:12 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 156d0f3e9347a2e345408ae303fea6d46f01d340..a42626b905cec5134224245616a7acb67c416213 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.7p128
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p129
 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 2b1ff2a0730c80fc354bc1eabd6d5b87af0a6f42..0a01d052900df66dd1f25b22d31cb978b933bb49 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:40:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:49 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.7p128\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p129\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5f819c0145a1a3e1ccc7d5426bfb9425604342aa..ad84f812939818821b60099d78bf706ba8cee0ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  January 30, 2011 at 11:40:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February  9, 2011 at 08:54:48 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.7p128"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p128"
+#define NTP_KEYGEN_VERSION       "4.2.7p129"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p129"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21a2fec97556b6f4b601ec9deafefaa8f2212410..3610492df200c33649ff13a6567e62dac60c6ff7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  January 30, 2011 at 11:40:24 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February  9, 2011 at 08:54:57 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.7p128
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p129
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 24737e9f3975955de5c513a51db02e3937ff5738..428c75f44112dfd9cd564cb964e5bb6b29b73429 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-01-30 "(ntp 4.2.7p128)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-09 "(ntp 4.2.7p129)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  January 30, 2011 at 11:40:23 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:56 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"