]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P241_RC NTP_4_2_5P241_RC
authorHarlan Stenn <stenn@ntp.org>
Sat, 7 Nov 2009 10:42:36 +0000 (05:42 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 7 Nov 2009 10:42:36 +0000 (05:42 -0500)
bk: 4af54f1coJ4-TQEdcHX03SLeSCpy_Q

26 files changed:
ChangeLog
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 91bfdcb6b1ae4f12c36ed62ae66e6cd69ff6d4fc..1d70f1fe7a06c9ffd52987e230f04e8e5b4dd0c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p241-RC) 2009/11/07 Released by Harlan Stenn <stenn@ntp.org>
 * html/authopt.html update from Dave Mills.
 * Remove unused file from sntp/Makefile.am's distribution list.
 * new crypto signature cleanup.
index 9ae1ff2e6a67c118befc8e4f2edb07df9cdccf35..fa43a0a70e3088f54cf11b01debc157b3eed896e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:54:28 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:33:18 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p240-RC\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p241-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index c29667c2ccd5a4397f74469b8076e5dbf8dd966e..1e4bf9f82a9775023dfe113fad901a3c4cb1c7df 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:54:26 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:33:17 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.5p240-RC"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p240-RC"
+#define NTPD_VERSION       "4.2.5p241-RC"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p241-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1d49ea195264da5aa236a08273ba6d6b83bedce..5291343647366e02a48273e6987e6bb197121e05 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  5, 2009 at 03:54:31 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November  7, 2009 at 05:33:21 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.5p239-RC
+ntpd - NTP daemon program - Ver. 4.2.5p240-RC
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 673e25d5b772ca96e8f4e76ff38b59e3a545825b..dedc5ef56a5d1b72cdf8dd28dce84f66cc23b0d7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-11-05 "( 4.2.5p240-RC)" "Programmer's Manual"
+.TH NTPD 1 2009-11-07 "( 4.2.5p241-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November  5, 2009 at 03:54:29 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November  7, 2009 at 05:33:20 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b09af852c2725c3d3534c31e4b3d81fa67a68438..54c121b87a82c67bc7432e34483d9f852928abcd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:57:13 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:34:53 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p240-RC\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p241-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 245069c8867f478c23bb1e990f63cd703aed3500..16e196724f1a6a48bf1be9ff63a876a5e12c3cc0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:57:12 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:34:52 AM by AutoGen 5.9.9pre5
  *  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.5p240-RC"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p240-RC"
+#define NTPDC_VERSION       "4.2.5p241-RC"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p241-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2023ff3d43825757e556c3e915837e35146a0891..d44ce961218563c90dbcad90a6337f3b2d711063 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  November  5, 2009 at 03:57:15 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November  7, 2009 at 05:34:55 AM by AutoGen 5.9.9pre5
 # 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.5p239-RC
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p240-RC
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index bc480e315ae05bbd3fff3e9422ab29ebb39e41ae..db82cf6946601a932ff865df197d05875b6c9816 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-11-05 "( 4.2.5p240-RC)" "Programmer's Manual"
+.TH NTPDC 1 2009-11-07 "( 4.2.5p241-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  November  5, 2009 at 03:57:15 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November  7, 2009 at 05:34:54 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 538f88fd4121eb7d56b351ef12c3fbee6c655688..a523b8e055f0bf55c898ac51518f241ffc8fae41 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:57:48 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:35:26 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p240-RC\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p241-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cf306eae08e5ce3390353995a619f08f211b4693..107bdd2cd38883fec3055d82cab7ec57e5697880 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:57:47 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:35:26 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.5p240-RC"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p240-RC"
+#define NTPQ_VERSION       "4.2.5p241-RC"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p241-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fd2a20e1bc17fbd5daead05308de14132ba98886..ea88d77a6cc583ab8dc064efd85099b619aa14ef 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  November  5, 2009 at 03:57:50 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November  7, 2009 at 05:35:29 AM by AutoGen 5.9.9pre5
 # 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.5p239-RC
+ntpq - standard NTP query program - Ver. 4.2.5p240-RC
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 933cc4326b00a2401aad4b84d6a39d6aab6de4bd..cc7d858df5f0f69029b80f3a6b658b812dd50bae 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-11-05 "( 4.2.5p240-RC)" "Programmer's Manual"
+.TH NTPQ 1 2009-11-07 "( 4.2.5p241-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  November  5, 2009 at 03:57:49 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November  7, 2009 at 05:35:27 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 74171c65dce4b9be11acd58f89fa4d794889f050..987a2abb450daeb10e2c53ac8b04940a3dc5e5a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:58:20 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:36:00 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -226,7 +226,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p240-RC\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p241-RC\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 72e6228bdfcd4c8f6e4b7ca4e6216b81bb848e0c..618d21905ea417174584df796593c06290d8a586 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 03:58:20 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:35:59 AM by AutoGen 5.9.9pre5
  *  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.5p240-RC"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p240-RC"
+#define NTPSNMPD_VERSION       "4.2.5p241-RC"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p241-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dfa16ce3fcd1f1521d18e8b55b67627946b184ea..eccba68788d7b84571e620d0e760dcbf1574ed29 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  November  5, 2009 at 03:58:22 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November  7, 2009 at 05:36:01 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d51364d8eaf5b22106752eb891c36bcbdd4766ab..6e529fe307c0e397df591ca9100b2bb6a71079e5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-11-05 "( 4.2.5p240-RC)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-11-07 "( 4.2.5p241-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  November  5, 2009 at 03:58:22 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November  7, 2009 at 05:36:01 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 709fa808607cade5815c8e0d4889a63b810fd598..bb56fd48035ed78c3f026e9899062e388536ec47 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=240
+point=241
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2faaeed8e9cdbdc249208533509d3373b1481587..54a5452fb14fe6d5761b983d3b0a86b3f0ebd325 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 04:03:25 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:40:59 AM by AutoGen 5.9.9pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -458,7 +458,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p240-RC\n\
+"sntp - standard SNTP program - Ver. 4.2.5p241-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c7e767f4ac5481e23da05cfb6e676748752d4309..979eec9545830aad227f8a558717041bf8c998d9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 04:03:24 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:40:58 AM by AutoGen 5.9.9pre5
  *  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.5p240-RC"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p240-RC"
+#define SNTP_VERSION       "4.2.5p241-RC"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p241-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9feaad0c711129a2e260592435ad022c236ca0e3..a6e692e8472fe7f5d1865a7963d4d0c13a42b2d6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  November  5, 2009 at 04:03:28 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November  7, 2009 at 05:41:01 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard SNTP program - Ver. 4.2.5p239-RC
+sntp - standard SNTP program - Ver. 4.2.5p240-RC
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... ...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index bb871a986e77a0762bc6c08908d9e56b2a716881..0f765a0b823fafcba2a35b0dc99c8f798b24eada 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-11-05 "( 4.2.5p240-RC)" "Programmer's Manual"
+.TH SNTP 1 2009-11-07 "( 4.2.5p241-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  November  5, 2009 at 04:03:26 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November  7, 2009 at 05:41:00 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fff9333caf044e22e2df419cff444bf817661d6d..ea532be837c435c2b66d724f068f113120cfde64 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 04:04:02 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:41:24 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p240-RC\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p241-RC\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bb0c42f8f12276859378d336e308e792643064fd..52b09b7b243977ac2b0febf2c3b1887bd6dc7e7f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  November  5, 2009 at 04:04:01 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  November  7, 2009 at 05:41:23 AM by AutoGen 5.9.9pre5
  *  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.5p240-RC"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p240-RC"
+#define NTP_KEYGEN_VERSION       "4.2.5p241-RC"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p241-RC"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d09da2c41ff7b0961a041c9d391a0319394d1e63..771c2ff68dff08da6ff5905fa95209575d4040e4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  November  5, 2009 at 04:04:04 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  November  7, 2009 at 05:41:26 AM by AutoGen 5.9.9pre5
 # 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.5p239-RC
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p240-RC
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 9a451140db3dd657abe24a6572799f379f193669..3341b11620aaab30ed845acf3d65f6a8718666b7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-11-05 "(ntp 4.2.5p240-RC)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-11-07 "(ntp 4.2.5p241-RC)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  November  5, 2009 at 04:04:03 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  November  7, 2009 at 05:41:25 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"