]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P130 NTP_4_2_7P130
authorHarlan Stenn <stenn@ntp.org>
Sat, 12 Feb 2011 11:07:51 +0000 (11:07 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 12 Feb 2011 11:07:51 +0000 (11:07 +0000)
bk: 4d566a073WGB2Axd6bQ_3m3AGDC5KA

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 e2ac71e83d185394e6c3462a805aeaa27cd286f9..ac7d831aee712a784a0b66939f1f22929a292a68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p130) 2011/02/12 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1811] Update the download location in WHERE-TO-START.
 (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
index c590db45e71aa73685d0bdb53d680afd2b2c3bb9..10d9f2bc6961d28fad2d173cc28d1567040baaf7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:48 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:05:29 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.7p129\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0ac2ba267dce375b0e2ad1c6340568ca2afe72da..00c283fd8176edd7f5903ad548c8d7fc5ae3e920 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:48 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:05:29 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.7p129"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p129"
+#define CLKTEST_VERSION       "4.2.7p130"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 74bb3ceb81e384debc2209f6190d1c4e9b10b665..aac4293a5d20704ab21a18b8a80b47a71a4c08f3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:53:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 10:57:22 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.7p129\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index a4a5d61020fb8e31dfe5352611200bfa9bd63751..477d6109adcf82d9eb58294c1078c983d93a1f69 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:53:14 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 10:57:17 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.7p129"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p129"
+#define NTPD_VERSION       "4.2.7p130"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b2aec1779d467714804f8ec9f0a2083c74308d4..eb0b92284ba5464ad083bbd5140e8b7f70b04bbe 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  February  9, 2011 at 08:53:59 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 12, 2011 at 11:01:15 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.7p129
+ntpd - NTP daemon program - Ver. 4.2.7p130
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 6eb625042d28606342e9ff80f1fe376494ec5193..8338f88ddcb629b2f256024762be428562ea6a6a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
+.TH NTPD 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February  9, 2011 at 08:53:58 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 12, 2011 at 11:01:13 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5cfbad696ed591984ac745aeb88e77cf5dfe0fe5..e99e4e3be2ed4a8ddd28e4d2dcd3d700072657ae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:10 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:02:09 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.7p129\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 503b68dbeaab4453989b7511138b19604e0eb633..d5f17a518936b90343e1011921b236f8e9ef3a70 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:10 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:02:09 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.7p129"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p129"
+#define NTPDC_VERSION       "4.2.7p130"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 18b13754679d0c9c28bdd8542a9a95635ce0fec7..db96f51802a313ae4811d88e3d4d3f1b2b03af30 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  February  9, 2011 at 08:54:24 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 12, 2011 at 11:02:49 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.7p129
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p130
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 5b7a202ab3915d707c76e098bceac20a8e2006cb..da1403159d83eb36eabf6a951f3d2670a616dba1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
+.TH NTPDC 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:23 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 12, 2011 at 11:02:47 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 82e591063bf037c79434c6670c56d618232bf0c0..2f7fcf3af9185db88f6fa4663f3953e68f5d2025 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:24 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:02:57 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.7p129\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 8da26d1d1b3e7db58f6c68e961da5c4c6fc4b882..16405748c60af992a7e0a0991a69de1b7859d6c7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:24 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:02:57 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.7p129"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p129"
+#define NTPQ_VERSION       "4.2.7p130"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ef38bfe253d8e7976c0e73d6b0e4bae41c7439e3..0bfd9041923f785db4919a2bae14debfc6f17747 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  February  9, 2011 at 08:54:39 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 12, 2011 at 11:03:53 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.7p129
+ntpq - standard NTP query program - Ver. 4.2.7p130
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0c8b6fae01b49e771e586a326bfa3cf9afbb0e85..104a49a02f8f9897a7899f73ca1d4a15a8d8eaeb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
+.TH NTPQ 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:38 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 12, 2011 at 11:03:51 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e20ad7df563d4f30e178b08a4d396bfecbc3ee33..3af4d25100778c587824db9275ed5be863dc8fdd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:40 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:04:14 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.7p129\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3554a4b8ef36cae7371c1af5322ed388cc8e4560..9affdf5cf0b6ab3ca9c6dc8e0701c154ba6a8bf5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:39 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:04:14 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.7p129"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p129"
+#define NTPSNMPD_VERSION       "4.2.7p130"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c9bea042b2d4f688ff470fc72548bf88d430eb3e..c0ae2c4e8ea53e45cc9b4d1414ca77e2b031899a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  February  9, 2011 at 08:54:47 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 12, 2011 at 11:04:52 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.7p129
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p130
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 2dada0717b971c07985540001e119f3ea39d472e..dd4ad7108856c180dcf3e847714e5f750e2b6c42 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:46 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 12, 2011 at 11:04:52 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 163a0380e19a2d1e1c3c7f1648d75226a091a7e6..5fddaf608dd56b27798f73e0c5fcfe94adb4f893 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=129
+point=130
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 80c5b80ec1fe271485632a5535fcd09bda047043..0ea3fc95c34dc35b75aa78e9096d8d4684f35d68 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:53:01 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 10:52:36 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.7p129\n\
+"sntp - standard SNTP program - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 6dabd5cb9efae2fadfe9513f014c6fea7d7f2d34..02cd2048bc861fccfe9eb38429b18620b2718be5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:53:00 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 10:52:36 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.7p129"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p129"
+#define SNTP_VERSION       "4.2.7p130"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d3a0826f474bc21286f94de896a76c9108f59383..ffa1386deb6ac62fdb089b3f0d0605e8ffb023ce 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  February  9, 2011 at 08:53:12 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 12, 2011 at 10:53:35 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.7p129
+sntp - standard SNTP program - Ver. 4.2.7p130
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... hostname-or-IP ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7345fff58128b0b6ec288352045c398a1c2a3d32..9b8a9b4045244e9bd1b9e6f5fc6b595a03240d14 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-02-09 "( 4.2.7p129)" "Programmer's Manual"
+.TH SNTP 1 2011-02-12 "( 4.2.7p130)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  February  9, 2011 at 08:53:12 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 12, 2011 at 10:53:34 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a42626b905cec5134224245616a7acb67c416213..e47b8279ea63d29510b56c73f2a72d664bdcc193 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.7p129
+<pre class="example">sntp - standard SNTP program - Ver. 4.2.7p130
 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 0a01d052900df66dd1f25b22d31cb978b933bb49..7212fe78c3f13d722dae96b60dcf1b66dcad4419 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:49 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:06:07 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.7p129\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p130\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ad84f812939818821b60099d78bf706ba8cee0ff..e4fce2638314e1c7695f30ee6bf748b1a6e0d10b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  February  9, 2011 at 08:54:48 AM by AutoGen 5.11.6pre7
+ *  It has been AutoGen-ed  February 12, 2011 at 11:06:06 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.7p129"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p129"
+#define NTP_KEYGEN_VERSION       "4.2.7p130"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p130"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3610492df200c33649ff13a6567e62dac60c6ff7..10367b7e27ba3e62234c3269ff5e9b2e1f5c7e79 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  February  9, 2011 at 08:54:57 AM by AutoGen 5.11.6pre7
+# It has been AutoGen-ed  February 12, 2011 at 11:06:40 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.7p129
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p130
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 428c75f44112dfd9cd564cb964e5bb6b29b73429..d419a4d8ececc2945742006c2aed017d3069b02c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-02-09 "(ntp 4.2.7p129)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-02-12 "(ntp 4.2.7p130)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  February  9, 2011 at 08:54:56 AM by AutoGen 5.11.6pre7
+.\"  It has been AutoGen-ed  February 12, 2011 at 11:06:39 AM by AutoGen 5.11.6pre7
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"