]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P176 NTP_4_2_5P176
authorHarlan Stenn <stenn@ntp.org>
Wed, 13 May 2009 11:54:55 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 13 May 2009 11:54:55 +0000 (07:54 -0400)
bk: 4a0ab50fFELUF0BRtRFGCBrznkCLtg

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 1138e745b5b013a7764bfb36c1b9350dc813bde5..5f7ac97cbfb9ab632ae82e5ab432c093c0d6e2e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p176) 2009/05/13 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1154] mDNS registration should be done later, repeatedly and only
   if asked for. (second try for fix)
 (4.2.5p175) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
index 17d22c522488305892ebfd11b94f2beeca932c47..756b5a2e463fe4d3c1fae6929e6f407a37ac7219 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:17 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:52:39 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.5p175\n\
+"sntp - standard SNTP program - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4d4614d109df1c2c692cc525c791c3a261909a2c..6c0db8cee98780f082120e2e6c72e4d239f1b7a3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:16 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:52:39 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.5p175"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p175"
+#define SNTP_VERSION       "4.2.5p176"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ac7e616f584d2855b1c3792f3b35c6846924a43..1f58d5d4ede499180b552b7161aebbf7c9fe3dff 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:19 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:52:41 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 274f10a7fbc141d221f60af29f4a4b6fa1d2a0ff..baf7d94a73af9f91cadaf07ffeb085db5933e629 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
+.TH SNTP 1 2009-05-13 "( 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:18 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:52:40 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e4e561db46ae383d4e9654f2d430a11606e9a846..3a98d8875b29b97ef39bac3b8349178a4530e722 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:56 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:39:15 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.5p175\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d8749dffd26bab71c433d529e38a6baf30764983..b76b77457b7ca4ed3c83b51686d50a1fd7d011c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:55 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:39:14 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.5p175"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p175"
+#define NTPD_VERSION       "4.2.5p176"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 403962b5cc548d387f012cfa6fb1f0977decc923..5a620b526f4bb2386dd1051463b68599c6811bbf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:58 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:39:17 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a579359b679929fd58b9d4228b70aff654359cb4..ea3f3345b3a8ad7650c395c338a937447902a9b9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
+.TH NTPD 1 2009-05-13 "( 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:57 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:39:16 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 05f2b98c192128e0dec3de18d41b293b9d6084be..b60acaabedd5254b20d1667f71c8e4b695b80118 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:37 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:45:57 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.5p175\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4728bb1ae69f8d8422bcec8a5e3222ca670a4494..79025c79f9420bb06c98a7d1bea3dd5b4e36edd9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:37 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:45:56 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.5p175"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p175"
+#define NTPDC_VERSION       "4.2.5p176"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2e0f6ddb91c8787d4dd909c6311fd0736719511a..77ffe961ad546697c767f31955154b79a07c1098 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:39 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:45:58 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2d22ce68bb3d843d5db7776a88e948cf4858afd9..33d647e4c7862b441379deddcb5e53d6706857f0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-13 "( 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:38 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:45:58 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9562ce18a941551855f5470acd5b164a33a73f9c..3d1a48a11f6de7fc54ae2c9af8c944658973cca0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:07 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:46:26 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.5p175\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 78eff7f3ac91ada69dc4c1735dae1a2586bf66a5..afd43efebc47165f34ec3ac326559c48979a90a0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:07 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:46:26 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.5p175"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p175"
+#define NTPQ_VERSION       "4.2.5p176"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5ef6cc6d78df29db527a8750998e56db77900c60..8aad19da22aeb7262213b09171c0ffef61dd978e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:10 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:46:28 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 68fc0b41ef20593187264715a311c3c83245fa8e..7c580e22334e49562b8ffd9118d161da01d33ded 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-13 "( 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:09 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:46:27 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d0ffd8b58d5efc2caf2cc38747c27303121c8273..6710886aee076801ad680262ca643adf7808af67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:54 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:47:11 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.5p175\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cb601a197e3ccf06e50c0f2fcea372d2111345a2..365fac9ef8f79f443e474175af4007288eb1821f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:54 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:47:10 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.5p175"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p175"
+#define NTPSNMPD_VERSION       "4.2.5p176"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2d9d3b0f44ed050285cc12a00f9e2965b7cc8ee0..3a5aa6cbcffcc8eecead3bc1fda3f9f17af5d5a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:56 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:47:12 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 96085b6585b7d029ca6c4dc170cb1efe7d99e50f..ae606dc574e557fd1adfd32d62f8be82c880deb8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-05-13 "( 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:55 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:47:12 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1fdde004c64b4035515fdc2aa48ace4e0e999bf4..cb86cf9e871ab7a6e0c5f4f1adafebef1d511de9 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=175
+point=176
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 08c6f24445443796abe738bc237cd33231c6fb75..0d00eaeb2a36271149ffa741727ec7e5e8fda140 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:13 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:35 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.5p175\n\
+"sntp - standard SNTP program - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b51c2b165cdd578405463fa3ce299f70380246ee..6785987569314c0fc4a50b255c5e88fbf937181f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:13 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:34 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.5p175"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p175"
+#define SNTP_VERSION       "4.2.5p176"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 588eaef2fe4883a8aac7eac6eb365212749c9699..1039ec7a4b5354e92200414ab11cc059509f60de 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:16 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:36 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b2bf852120d9f1c390147fb78be704bd0baf5b92..05629a3d20a854117100eea3bcf6f1b1ba19f86d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
+.TH SNTP 1 2009-05-13 "( 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:15 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:35 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92af0fe6ac123c47db933b1f13dae9e72d6045fe..25d1be3474f84e83936722b9d40ee4c1b1a4ae5b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:32 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:43 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.5p175\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p176\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 151aa872fb3a2657425143ea1d76eb75d49d4ed1..505fdbab6eaa23c3dfd001a9d78eb261193d24f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:32 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:42 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.5p175"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p175"
+#define NTP_KEYGEN_VERSION       "4.2.5p176"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p176"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 461090aa17144cdce369d6e35d01d82c2793a125..5df1ce884f7a8149deef03ccbeed2678a1a3216c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:35 AM EDT
+# It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:45 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dfafab3d90539809ff1e3733e4a7bd835e07d0c0..c3fce7f0cb01c0cbafd12b2e2487b7f19bda86de 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-05-12 "(ntp 4.2.5p175)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-13 "(ntp 4.2.5p176)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:33 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 13, 2009 at 07:53:44 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"