]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P194 NTP_4_2_5P194
authorHarlan Stenn <stenn@ntp.org>
Sun, 26 Jul 2009 11:54:22 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 26 Jul 2009 11:54:22 +0000 (07:54 -0400)
bk: 4a6c43eeI4TPo5KnbrDwoZgjvSQx0w

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 e39bf8e3e986d9c4b29ed73bcff2431dfaeda271..28832eccc080084fa7a5b5fd178b0a2df58c98dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p194) 2009/07/26 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
 * Use scripts/cvo.sh in the build script to get better subdir names.
 (4.2.5p193) 2009/07/25 Released by Harlan Stenn <stenn@ntp.org>
index 40197b0f11ef412160345bcd485f536977714bb2..8b131039a561b3898794069260abea2115fc0223 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:13 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:49 AM EDT
  *  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.5p193\n\
+"sntp - standard SNTP program - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 20f95186e6f668fbb9609c3aefec77c9bbe46272..2d51e767013e1bc9e0470fd0f25b1575bf85de51 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:12 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:48 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.5p193"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p193"
+#define SNTP_VERSION       "4.2.5p194"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 49e3f6738e71a5e5a107bb30d855bca4ec918ea7..36dd3175cba88ea7b95dd5844863183cf3b3b70e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:16 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:52 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fe5cfba495402cd6c70670679185873c89e85e30..d1280bae61eb497382f0ba55d910f4ef2340d939 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
+.TH SNTP 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:52:14 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:51 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index f91663efab97dc4c3643155f88ea0ef91c689773..d67840b80adf26c638f1542ddfa4918662ebb028 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:38:57 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:30 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -918,7 +918,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p193\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index e6b675484cdf63c8be50a841b9e6a73e006fc0a5..f9dd1b0c5a3a51e6b0a9f7275058fcb720019d5f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:38:56 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:29 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.5p193"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p193"
+#define NTPD_VERSION       "4.2.5p194"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7de894477abb272e94dd687d8a84c7943b80f748..121dc413e79a824d6755f7874d279c3d6915804b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:39:00 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:33 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 812275fd597e7528d55cf1273ed38634918818cf..a3d0e1ebf80d5bd232da9ff9fbab1fe064abe929 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
+.TH NTPD 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:38:59 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:31 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fe84a967bc0772305763b70e34ed12af23c933ae..87fc266a2f1e4c322582131bd77b43fc1aedf07c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:53 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:27 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -460,7 +460,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p193\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8eb2d405f7073564b7f490745789c2577f29642d..d1007db85b40dafc3bbba95e93385cc326b2b037 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:52 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:26 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.5p193"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p193"
+#define NTPDC_VERSION       "4.2.5p194"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7a2133bc29c982c8733c8f2ef29240cd4fe32d73..6bef931a652e3a561355e12475c493752ce78bc6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:55 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:29 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0ff816bd81216ebcd183c2cee5e704fa4c09361d..98098128095c041bebe802c498573b77de2c3f01 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:45:54 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:28 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c88ab1e7541d6c639d6db575b155696fef781f4a..ac881975a93dd5ee9dcd6cfe42d82555c76b853c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:24 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:01 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -408,7 +408,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p193\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d3f2f188891b41e5e0090d295cfe6945d778f866..be45efd59c2c03a5c28d58a80ce5bbc914ff9cfc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:23 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:00 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.5p193"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p193"
+#define NTPQ_VERSION       "4.2.5p194"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0f0d89bc64708ea436ba11b61edfd13d5559967b..b46eb71d942338df756325c360ed203be84eeee6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:27 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:04 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3f08771e2e2c090b4102b839ec2fc907700aee63..cdeaf7eaae578cca80de88b7173480559caeedfc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:46:25 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:03 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3d12a5243a85e7d379b761441c44d4d7768510ec..afd16eedbdc7adf9eba57fd419508acd251faa96 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:09 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:48 AM EDT
  *  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.5p193\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9b8de868be05d8de3a027a7af5c44df41ee5ee91..39ccb5e72616b9db0b7e517a3a53bffcafdce720 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:09 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:48 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.5p193"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p193"
+#define NTPSNMPD_VERSION       "4.2.5p194"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b47d9fab7f24129ef47444884edf2c52ee8dcc73..26b4444842094180872f962a118e57f127809b57 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:11 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:50 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1d3821b9365eb4910a6631b392ede94c9c9b472e..71b618bdaf109208826679b13385de64b5388bdb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:47:11 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:50 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e5dc15a2abc56b8efc6ef79cb5f7e23c8d06b21a..6e4f93c00ae8ee561e97876a9918d12d99379c5e 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=193
+point=194
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 309149b37a2473ea6c0b3cc7ef272d21b6f69cbb..014d4f3ea2283f237453383706b378d75c3e3421 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:17 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:54 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -508,7 +508,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p193\n\
+"sntp - standard SNTP program - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 07461b8eca5a3757645d2103c356742b962323f5..13186368f391c73a0c9ec268c70608fb50441b88 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:16 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:53 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.5p193"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p193"
+#define SNTP_VERSION       "4.2.5p194"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dd4cf5fc259cf3e451177a2a4d48bea34d33dece..4e2ee81fe8fe29c5d74c082d2bdfc57da82fb9c5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:20 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:57 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c3783f0ba2d75887c738d30721c912b316f42449..f7d1333b11eb050f5d72acb6156cd4acee77787b 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-25 "( 4.2.5p193)" "Programmer's Manual"
+.TH SNTP 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:19 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:55 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c4785a817b53039d89db3ffeecf7569752f95857..6d7c016f17d34e2bc7917b8a956538b50922f2f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:37 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:05 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -769,7 +769,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p193\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p194\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2055aea3b913103f0f8b7a347c0fa639ee35a97a..cf85294596e77505c1cdac057f0033b46f293f54 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:36 AM EDT
+ *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:04 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.5p193"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p193"
+#define NTP_KEYGEN_VERSION       "4.2.5p194"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p194"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 96459efca4b66c4917120e287399cea44471a437..079ca7b77a208730bef4e3c4e20a6b97778f0aa8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:39 AM EDT
+# It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:08 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d8b79a48082c86d43b370b2fef48f18b4b1a357b..fe8e67b949f23876893e601fd80b07a28cf05150 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-25 "(ntp 4.2.5p193)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-26 "(ntp 4.2.5p194)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday July 25, 2009 at 07:53:38 AM EDT
+.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:07 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"