]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P180
authorHarlan Stenn <stenn@ntp.org>
Fri, 29 May 2009 11:54:39 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 29 May 2009 11:54:39 +0000 (07:54 -0400)
bk: 4a1fccff7i0gHc5wAWZwYFJAPHW4sg

30 files changed:
ChangeLog
gsoc_sntp/sntp-opts.c
gsoc_sntp/sntp-opts.h
gsoc_sntp/sntp-opts.texi
gsoc_sntp/sntp.1
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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 1851b886aed6a241bfe8e28020d8defe88d9c159..533e25190202020be202badfc1f330c9907fb11d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p180) 2009/05/29 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1200] Enable IPv6 in Windows port
 * Lose FLAG_FIXPOLL, from Dave Mills.
 (4.2.5p179) 2009/05/23 Released by Harlan Stenn <stenn@ntp.org>
index d83fc463bc9d86e9fa081b449518842822603213..1587db7bc45e8dba74a068a77cded068a1f71181 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:52:57 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:52:19 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p179\n\
+"sntp - standard SNTP program - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 58f2ecac25a719037c3d15639810a1f2d3148ff2..300dc68dd50a4cd556df95803c8de118b2275542 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:52:56 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:52:18 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -72,8 +72,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.5p179"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p179"
+#define SNTP_VERSION       "4.2.5p180"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b8abd4ce9f55edf720a54224bac8a2e0592fe30a..4ec649bced054c4dee7e68eac53115652b7d7e30 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:53:00 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:52:21 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 26c0d5958bdb55f92d67153639de43a7d6c59b74..8b69a13faef656803f06b03607192562ddd1e5e4 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-23 "( 4.2.5p179)" "Programmer's Manual"
+.TH SNTP 1 2009-05-29 "( 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:52:58 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:52:20 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2fc23e5c530f9c3a26a32ddf449116a7b96428c2..e18453e872dd8190ff5933e441a13e67f6e0629f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:39:45 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:39:25 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p179\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 61543b078da45674050e7d714af7723738c561da..5caadf3ad8219d835718b9164727ecdf0b793367 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:39:44 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:39:25 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p179"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p179"
+#define NTPD_VERSION       "4.2.5p180"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5891e42aebcfdf716f639142ba822850ecc4dfd2..a115938f7327cce4658a3b3cad4882157a758734 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:39:47 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:39:28 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -60,7 +60,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p178
+ntpd - NTP daemon program - Ver. 4.2.5p179
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0f319dc372cb338ed2a0592a29c5e8526d4b583b..ad97a6b6f5276a4e50ca897f6310203c7a886a44 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-05-23 "( 4.2.5p179)" "Programmer's Manual"
+.TH NTPD 1 2009-05-29 "( 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:39:46 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:39:27 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 012a98790fbbc9b691606a5376ee07aa2dab36b5..17003f06d496b8bfe40efeb4b6ca5bc1be207bf7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:46:34 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:46:08 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p179\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7ee3a8c580069275c7b7d69dceda9b95ab1efba6..3d244ef38a08e62452f3750308ec3456a553ab59 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:46:33 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:46:07 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p179"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p179"
+#define NTPDC_VERSION       "4.2.5p180"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a2e1dd25879c71454e665b3d13c0c89f3c6f2d61..2cfee4790a506fcef9027df8722ac12087d3c8ed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:46:36 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:46:09 AM EDT
 # 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.5p178
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p179
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 7bfd8be52ed760cd0d73a7130bad4e93d910c39c..68a7c538bc9fdbc40f0e3aae53c68f66913fc38e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-05-23 "( 4.2.5p179)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-29 "( 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:46:35 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:46:09 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 499c7775556fa91de168d1e15c4544fe11d8defb..f93674d18994aabb0ebfd2eb8f07ab63c170068c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:05 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:46:36 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p179\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e3fbdb8f980a186c93c23dd249081ad55c7c6884..c5125ee09b477a9853091e89366ed691dfc8eba2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:04 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:46:36 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p179"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p179"
+#define NTPQ_VERSION       "4.2.5p180"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b983d26c02bcfdc9e438ef0637b9d364152abd61..84f8da036c996d88d863dc25f5d064b606c4cbed 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:08 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:46:39 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -46,7 +46,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.5p178
+ntpq - standard NTP query program - Ver. 4.2.5p179
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 0139082a6e3ed4d3130e67a228d1d87197f1f8a1..31d8930ec70676806b4fbbc0feddbc7ed14ef9f7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-05-23 "( 4.2.5p179)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-29 "( 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:06 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:46:38 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4f8bfd412324a914bd077f01d3ccd572f8b22507..07357feda866e93fc41926f62812e2ddfc0331ad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:50 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:47:20 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p179\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bbcc4e09ce20d82ff0f9ab9f68991e1004a1fdc1..b7473c67d7be2db586973ee03bb13b385739bc3f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:50 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:47:20 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p179"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p179"
+#define NTPSNMPD_VERSION       "4.2.5p180"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9e65e390f6b09bec32350f8c2da25bb71f70cac3..7e06aedace15e5be4039c5e5e8bc0d2d843209e0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:52 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:47:22 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 846319cb4f62764660597d07ad82102400da6783..e941d1e7243cd929ad195e74199356b088d9db83 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-05-23 "( 4.2.5p179)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-05-29 "( 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:47:51 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:47:21 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f4fe2cbc4a2bad82cadfbcab7f305aa634b44d13..2a16ee1ac85fe878c6d3f4ef3b81ac29e18ba53a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=179
+point=180
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 88c2231da89823e521b7daeb8c03f11097bdea5f..333368a86131f9ca3d294e81ab2fd43a788e6c82 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:53:55 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:53:16 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p179\n\
+"sntp - standard SNTP program - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ff49ff52bc777f723ec6f540c33d033f3e9d2719..993a9611a14049961dcf7af8062716354e0af7ec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:53:54 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:53:15 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p179"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p179"
+#define SNTP_VERSION       "4.2.5p180"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0e3253df72ce6bcbaaf33fa53b61741d731cc294..d57b04e687c882290a95720a6d19639f87a5622a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:53:57 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:53:18 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 055ce66be8f768964d2013a5944dfce5144dfb1c..822b8000a87f2ae3f77f51ae502b16f3c0faa772 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-23 "( 4.2.5p179)" "Programmer's Manual"
+.TH SNTP 1 2009-05-29 "( 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:53:56 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:53:16 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ccc1a1628a4842c95f77853cef68daf8d7a7f45d..3d91ac9808c76bff1071e072c279f34bf7ad1c36 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:54:05 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:53:25 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p179\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p180\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cb1df380c970a1cfa7aa986a45f2e96a4f5521bd..88052f3e78b2d0e88b4cb7b52ed85df764bc46b4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 23, 2009 at 07:54:04 AM EDT
+ *  It has been AutoGen-ed  Friday May 29, 2009 at 07:53:24 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p179"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p179"
+#define NTP_KEYGEN_VERSION       "4.2.5p180"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p180"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 84038c3aca5f13b2550231e6f7a5c060c1daf2a8..5e14fdd936609d37653ddc4699dffa415a665a68 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 23, 2009 at 07:54:06 AM EDT
+# It has been AutoGen-ed  Friday May 29, 2009 at 07:53:27 AM EDT
 # 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
 Using OpenSSL version 90704f
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p178
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p179
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 57d4643a76fa009367aa67949f57adab0be77f7d..4b75aa3a383e69d1f5557bdc1bf411b69b36e807 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-05-23 "(ntp 4.2.5p179)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-29 "(ntp 4.2.5p180)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 23, 2009 at 07:54:06 AM EDT
+.\"  It has been AutoGen-ed  Friday May 29, 2009 at 07:53:26 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"