]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P159 NTP_4_2_5P159
authorHarlan Stenn <stenn@ntp.org>
Sat, 28 Mar 2009 11:55:26 +0000 (06:55 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 28 Mar 2009 11:55:26 +0000 (06:55 -0500)
bk: 49ce102eHJ953tEFrj0ip1gtoFs3oQ

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 90b0f4e6b6fe6abfb2e48bf9ec2b549ca614072a..99eab2e02f82878534f66ffffd810dee45840092 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p159) 2009/03/28 Released by Harlan Stenn <stenn@ntp.org>
 * "bias" changes from Dave Mills.
 (4.2.5p158) 2009/01/30 Released by Harlan Stenn <stenn@ntp.org>
 * Fix [CID 72], a typo introduced at the latest fix to prettydate.c.
index 1fbb9b908a3be4552a63ecc4139212da223c9ebf..302d5c50cc66d6291d0d223a1085b5b871a7a653 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:52:28 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:53:17 AM EST
  *  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.5p158\n\
+"sntp - standard SNTP program - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f39654cb69c6dd34f37333bdebcc757878c29a76..c2f370674c5c05abed145ec1ec38d7b367e8a3fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:52:27 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:53:16 AM EST
  *  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.5p158"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p158"
+#define SNTP_VERSION       "4.2.5p159"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 50816491985ff9117be58a5e201197734ed64437..687ba3481366c98c71bb93b91bfbda91b86be596 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:52:30 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:53:19 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 65b9733b55157938f1348ac54cacbd1a11221002..9ac8b6fb0f71dc962893035c938b2bf300badd04 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
+.TH SNTP 1 2009-03-28 "( 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:52:29 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:53:17 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1958d7abb3e0a9cb45eeaf0ac22a39c1ad060291..31e208cbc2bdf3ddffad161428f265ea2b915979 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:38:45 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:39:54 AM EST
  *  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.5p158\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 638a4b1c246fcdbe3281e0c5169b9da3acd977a3..9eb493135dadebfd0c036e8c25e5de38330698cd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:38:44 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:39:53 AM EST
  *  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.5p158"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p158"
+#define NTPD_VERSION       "4.2.5p159"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 05fe1a99d4aa9f4f58652409c0e3db95c25e4032..4aa42632128660157a15ba18a41c4596f76b30e1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:38:47 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:39:56 AM EST
 # 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.5p156
+ntpd - NTP daemon program - Ver. 4.2.5p158
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 3b8634d8f537ab10353a63a824af989cd0ab9819..81d4fece5541c8a2e3136a04b3a0dd26a8757f87 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
+.TH NTPD 1 2009-03-28 "( 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:38:46 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:39:55 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4c53d83b96e1e04bc5447aeee837414bbce3315d..30736e9a629c89b3965a9fbc5393ca5f2584a6be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:45:54 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:46:37 AM EST
  *  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.5p158\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 470ca2d4597630027692c46cde43ce6f195a4d45..158419a77ba389d599a40a631f20201942f5496d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:45:53 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:46:36 AM EST
  *  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.5p158"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p158"
+#define NTPDC_VERSION       "4.2.5p159"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f161e006ecc19df0b2a8bd1157173acb9758601b..962dd6317c2beb67c0a22a3d69e5a73a8b1368e7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:45:55 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:46:38 AM EST
 # 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.5p156
+ntpdc - vendor-specific NTP query program - Ver. 4.2.5p158
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 404aada70d8765ea7e769c9938c97bdac712aefe..173a70b43ee90b734d76d7b62a49a1fdf93fc459 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
+.TH NTPDC 1 2009-03-28 "( 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:45:55 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:46:38 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 723fbde3adbdafe8545a5c48a70aeda1f3807eee..cacf629df3f418ee65da355d070ab82affa0a0eb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:46:23 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:07 AM EST
  *  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.5p158\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c390a065593689ff23315cd9a3c105c48de06e0f..5e08ccab0cc45be8e736d5a8908f83d4eb61248c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:46:22 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:06 AM EST
  *  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.5p158"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p158"
+#define NTPQ_VERSION       "4.2.5p159"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6e2af96b5adfb3c6dfcf245417739e20210740be..f8b68acf872eed773d95273bcc29b85752545e9d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:46:25 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:09 AM EST
 # 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.5p156
+ntpq - standard NTP query program - Ver. 4.2.5p158
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b95acf88a82edb9771159616a45cbab0f45bbb25..6bc23b101604ac5899d19249d4de811a6bf7b443 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
+.TH NTPQ 1 2009-03-28 "( 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:46:24 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:08 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a76f0a53cef7748bee27c31b37c32db6cf936d0a..1a4ea577849abd547b6f1111433ebead2333a5a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:47:08 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:51 AM EST
  *  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.5p158\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cdea996044696999a99b754decf724edb3a6a484..c2da3374764368c839db1023cbe67dd03e2795ae 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:47:08 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:51 AM EST
  *  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.5p158"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p158"
+#define NTPSNMPD_VERSION       "4.2.5p159"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4574c48dcbe46ea80f7fecedcf6fd1a5541a20d9..4dd329092fd3ea4a28a250d3987d603293933d41 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:47:10 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:53 AM EST
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5fb9a6d1923d6077b44aaf6a0c4d57deb835eef1..84746a108ab10792b6e8278010cd608882fdd8ff 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-03-28 "( 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:47:09 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:47:53 AM EST
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3fb74492c7840d0371918bdd6491d6d13b3ec87a..f5f88f43e6a001073bee71c38aa2ff23b295ec67 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=158
+point=159
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index d4f9d70e9a17d72392385efdbebb246220dae612..5fe3f896ce04dd560f53e17eb05d06c132ab82d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:26 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:13 AM EST
  *  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.5p158\n\
+"sntp - standard SNTP program - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 661713337d31d025154fb3abdeb25b0c53c9ecd2..f83b2be02a16deb34e1e92d30efa016d6e19a49f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:25 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:12 AM EST
  *  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.5p158"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p158"
+#define SNTP_VERSION       "4.2.5p159"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e17adb93ebd265622616ba6df385f771645d5fd1..abf5bfc7ad2796909a88e4ced56582420266bf13 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:53:28 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:15 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5e88fce4b8fdd9b9ef39b5e8655b116a788add48..37d28e016dd4fe6f38581fce68f6e0c62ea4d3fc 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-01-30 "( 4.2.5p158)" "Programmer's Manual"
+.TH SNTP 1 2009-03-28 "( 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:27 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:14 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9666a90d20a9b627182354c5b7786810759a3d4a..8206240b94fd30769e7a6d05b28c191534ca53ce 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:35 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:22 AM EST
  *  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.5p158\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p159\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 541aa34caad3f2b4edc23bc4146bfb47b17d7338..a93c563d0946f9867ebcf0bad4bc226b2b08ad71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:34 AM EST
+ *  It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:21 AM EST
  *  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.5p158"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p158"
+#define NTP_KEYGEN_VERSION       "4.2.5p159"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p159"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c70f819aaa65b1fc0de40f2261503c4e421e5398..02ecfdea92d40058cb7e55b122ace5b43b030192 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday January 30, 2009 at 06:53:37 AM EST
+# It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:24 AM EST
 # 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.5p156
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p158
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index ea930cd2f8bea57df927ca442079172cd13db785..9b3b05f4e0cf52d299a556d3649d7bd45b7fdffb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-01-30 "(ntp 4.2.5p158)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-03-28 "(ntp 4.2.5p159)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday January 30, 2009 at 06:53:36 AM EST
+.\"  It has been AutoGen-ed  Saturday March 28, 2009 at 06:54:24 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"