]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P175 NTP_4_2_5P175
authorHarlan Stenn <stenn@ntp.org>
Tue, 12 May 2009 12:07:45 +0000 (08:07 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 12 May 2009 12:07:45 +0000 (08:07 -0400)
bk: 4a096691TYqvJprIvzkEX1K_gXbnSg

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 ba20c569e7f15f4a79d79598d897f72f33c41f96..ccada66479014bc4951991df6e507550cee7861c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p175) 2009/05/12 Released by Harlan Stenn <stenn@ntp.org>
 * Include (4.2.4p7-RC7)
 * [Bug 1180] ntpd won't start with more than ~1000 interfaces
 * [Bug 1182] Documentation typos and missing bits.
index 7bfeff60bfef21ddc42c5530b7bc8f1a6693968d..17d22c522488305892ebfd11b94f2beeca932c47 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:53:06 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:17 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.5p174\n\
+"sntp - standard SNTP program - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 791210f9597032bfc7916313458353980b99352b..4d4614d109df1c2c692cc525c791c3a261909a2c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:53:06 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:16 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.5p174"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p174"
+#define SNTP_VERSION       "4.2.5p175"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2f9278fda9a6017448793c61f1021f0b4a153009..7ac7e616f584d2855b1c3792f3b35c6846924a43 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:53:08 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:19 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b74d0ed6ddf6b2d665568fa869ce17d12679fdc2..274f10a7fbc141d221f60af29f4a4b6fa1d2a0ff 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-09 "( 4.2.5p174)" "Programmer's Manual"
+.TH SNTP 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:53:07 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:05:18 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 81bc007bfbaf2ff9ce57c4d887f41ed4d492f8f6..e4e561db46ae383d4e9654f2d430a11606e9a846 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:39:40 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:56 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.5p174\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d23b0a7937fc393461b8be969220fcda3dc0ff77..d8749dffd26bab71c433d529e38a6baf30764983 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:39:40 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:55 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.5p174"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p174"
+#define NTPD_VERSION       "4.2.5p175"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7eea15c454335c36fa263e39aa3a5abde47c9eaa..403962b5cc548d387f012cfa6fb1f0977decc923 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:39:43 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:58 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1464b314fcfc8fbc71ccbdaa4f860b501791c930..a579359b679929fd58b9d4228b70aff654359cb4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-05-09 "( 4.2.5p174)" "Programmer's Manual"
+.TH NTPD 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:39:42 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:51:57 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3631a97c22f86ae306c530b65511e8963c2a90bf..05f2b98c192128e0dec3de18d41b293b9d6084be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:28 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:37 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.5p174\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 09c5f7c861314c949f5fb053625659abbb32c9a0..4728bb1ae69f8d8422bcec8a5e3222ca670a4494 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:27 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:37 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.5p174"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p174"
+#define NTPDC_VERSION       "4.2.5p175"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4ad129340151173f90d1ad0ae401178140cf536c..2e0f6ddb91c8787d4dd909c6311fd0736719511a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:29 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:39 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e1940dd6b7a159c626569bb04cd0fab6a342b6df..2d22ce68bb3d843d5db7776a88e948cf4858afd9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-05-09 "( 4.2.5p174)" "Programmer's Manual"
+.TH NTPDC 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:28 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:58:38 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e0b2e5984dd034e6dbb9d649b566b8a213245039..9562ce18a941551855f5470acd5b164a33a73f9c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:57 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:07 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.5p174\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b52e9899abf95c6a77cbf0ef518a40310d33a5c3..78eff7f3ac91ada69dc4c1735dae1a2586bf66a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:57 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:07 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.5p174"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p174"
+#define NTPQ_VERSION       "4.2.5p175"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 426d665b81f73ba71bb51b908d39e0eaf3d6d1ec..5ef6cc6d78df29db527a8750998e56db77900c60 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:59 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:10 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b876b83519af24ba10e6a42bacb3526dddd68fe1..68fc0b41ef20593187264715a311c3c83245fa8e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-05-09 "( 4.2.5p174)" "Programmer's Manual"
+.TH NTPQ 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:46:58 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:09 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e4d8adb0fca90e89d1946ba73c7fc2a961dd893f..d0ffd8b58d5efc2caf2cc38747c27303121c8273 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:47:41 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:54 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.5p174\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0ad2af7e467b8ae165e87ebad9d321e840fbc517..cb601a197e3ccf06e50c0f2fcea372d2111345a2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:47:41 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:54 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.5p174"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p174"
+#define NTPSNMPD_VERSION       "4.2.5p175"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e5e9e8e46a59b8c885e75ef67d980d4e051ad61b..2d9d3b0f44ed050285cc12a00f9e2965b7cc8ee0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:47:42 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:56 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f015589fd8f2a58bb45857f98ccc13cbbbbc19aa..96085b6585b7d029ca6c4dc170cb1efe7d99e50f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-05-09 "( 4.2.5p174)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:47:42 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 07:59:55 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bdc9bd0f3ef1baa7ec8d618d2bedb5143b96dd68..1fdde004c64b4035515fdc2aa48ace4e0e999bf4 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=174
+point=175
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index a63f8739c277c6e953f4106d528f2bd60e5c05f5..08c6f24445443796abe738bc237cd33231c6fb75 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:02 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:13 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.5p174\n\
+"sntp - standard SNTP program - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6a9a314772475f3a5d58c27b29cee29eaea5216e..b51c2b165cdd578405463fa3ce299f70380246ee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:01 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:13 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.5p174"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p174"
+#define SNTP_VERSION       "4.2.5p175"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 30f9b9faa52cd6b5810b5651c38f4b2a4afb57d4..588eaef2fe4883a8aac7eac6eb365212749c9699 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:04 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:16 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1e268e80441c80057643274bbcd76bdaf1291004..b2bf852120d9f1c390147fb78be704bd0baf5b92 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-05-09 "( 4.2.5p174)" "Programmer's Manual"
+.TH SNTP 1 2009-05-12 "( 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:03 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:15 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c657d9a5cf3c756b51f1fa3a46463a1b8220ba8d..92af0fe6ac123c47db933b1f13dae9e72d6045fe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:11 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:32 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.5p174\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p175\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index da69ac44e8e268550cdba1b8c706ad157d89ced9..151aa872fb3a2657425143ea1d76eb75d49d4ed1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:11 AM EDT
+ *  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:32 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.5p174"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p174"
+#define NTP_KEYGEN_VERSION       "4.2.5p175"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p175"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 297f14807c895a8c6bcbd69065d0a4c125d3d719..461090aa17144cdce369d6e35d01d82c2793a125 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:13 AM EDT
+# It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:35 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 96cec4b568989838a9a69b3ff4dfa792ddfcad22..dfafab3d90539809ff1e3733e4a7bd835e07d0c0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-05-09 "(ntp 4.2.5p174)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-05-12 "(ntp 4.2.5p175)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May  9, 2009 at 07:54:13 AM EDT
+.\"  It has been AutoGen-ed  Tuesday May 12, 2009 at 08:06:33 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"