]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P195 NTP_4_2_5P195
authorHarlan Stenn <stenn@ntp.org>
Mon, 27 Jul 2009 11:54:24 +0000 (07:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 27 Jul 2009 11:54:24 +0000 (07:54 -0400)
bk: 4a6d9570YozBiM7Dr37LWNx7p5ZT7Q

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 6e7c9a1214ecc07c2bc6ecc9a7fc6b141e9a4315..58a73dbeadd129736d39a234e63971157de8b557 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p195) 2009/07/27 Released by Harlan Stenn <stenn@ntp.org>
 * cvo.sh: Add support for CentOS, Fedora, Slackware, SuSE.
 (4.2.5p194) 2009/07/26 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
index 8b131039a561b3898794069260abea2115fc0223..13e985846225c5952af300b2bd1a19f0735e480b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:49 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:51:51 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.5p194\n\
+"sntp - standard SNTP program - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2d51e767013e1bc9e0470fd0f25b1575bf85de51..d9daf7fad5d93264fca7ca091eab332368a8f9f2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:48 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:51:50 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.5p194"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p194"
+#define SNTP_VERSION       "4.2.5p195"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 36dd3175cba88ea7b95dd5844863183cf3b3b70e..6470b16f3703bcb018070900abc13c919bf3428f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:52 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:51:53 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d1280bae61eb497382f0ba55d910f4ef2340d939..ed3c230a2c21098d0bb8ea7c9e576ae8876bcf2d 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
+.TH SNTP 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:51:51 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:51:52 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d67840b80adf26c638f1542ddfa4918662ebb028..974b42fa15247ad27ec6c84d7c8f532ccb62cd1d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:30 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:38:22 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.5p194\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index f9dd1b0c5a3a51e6b0a9f7275058fcb720019d5f..11cf453bcec24b8959da75cdc20f3fd59c85f726 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:29 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:38:21 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.5p194"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p194"
+#define NTPD_VERSION       "4.2.5p195"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 121dc413e79a824d6755f7874d279c3d6915804b..67be9871e4fcbe04e77b3cd22f894db17cc5f8aa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:33 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:38:25 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a3d0e1ebf80d5bd232da9ff9fbab1fe064abe929..558a75ee322fddc461ab881e5b10c9db4a70e08c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
+.TH NTPD 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:38:31 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:38:23 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 87fc266a2f1e4c322582131bd77b43fc1aedf07c..58865bd45dee6ce47962dd26075539b1284b924a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:27 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:45:31 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.5p194\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d1007db85b40dafc3bbba95e93385cc326b2b037..96827254430104b143a32b0d49a883c8e7023b73 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:26 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:45:30 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.5p194"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p194"
+#define NTPDC_VERSION       "4.2.5p195"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6bef931a652e3a561355e12475c493752ce78bc6..9de7478d9da4d183d96e537d9ec72b1182b7e50d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:29 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:45:33 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 98098128095c041bebe802c498573b77de2c3f01..dc3bbfd01c5d849158c80de0d975e2bcd8826387 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
+.TH NTPDC 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:45:28 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:45:32 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ac881975a93dd5ee9dcd6cfe42d82555c76b853c..8190fa8f833db6e30f8afe439ecc2f3fb02aa05c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:01 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 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.5p194\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index be45efd59c2c03a5c28d58a80ce5bbc914ff9cfc..d9f9fac202b29df0324cf4ac27afc6919ecf1d4e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:00 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:01 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.5p194"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p194"
+#define NTPQ_VERSION       "4.2.5p195"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b46eb71d942338df756325c360ed203be84eeee6..7a010246c6fbc82553772eedcc66cbb0d9f78ce7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:04 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:46:04 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cdeaf7eaae578cca80de88b7173480559caeedfc..6e06e4204ed75cf60b3555a446abc9cbde91e010 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
+.TH NTPQ 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:03 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:03 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index afd16eedbdc7adf9eba57fd419508acd251faa96..e9e8f18f3532041831af1f342d69e184141bb609 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:48 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:46 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.5p194\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 39ccb5e72616b9db0b7e517a3a53bffcafdce720..aaa83b19cdf74e5cf4518ed73d120d79d18527d4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:48 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:45 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.5p194"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p194"
+#define NTPSNMPD_VERSION       "4.2.5p195"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 26b4444842094180872f962a118e57f127809b57..0fe8279953e5fa6a9d452e124e72571d4e57953d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:50 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:46:48 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 71b618bdaf109208826679b13385de64b5388bdb..70bfff200775a6e224bdb052d54c278ab46b9fae 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:46:50 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:46:47 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6e4f93c00ae8ee561e97876a9918d12d99379c5e..0a1e4d65835f9be83617527c2eb7da9cfb08d20c 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=194
+point=195
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 014d4f3ea2283f237453383706b378d75c3e3421..6f28fb41503e60e3fcd236e8c638b8a4b968fd89 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:54 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:52:55 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.5p194\n\
+"sntp - standard SNTP program - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 13186368f391c73a0c9ec268c70608fb50441b88..42855dc7fe9fa50ee38b718996326bdd4c25d1a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:53 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 2009 at 07:52:54 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.5p194"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p194"
+#define SNTP_VERSION       "4.2.5p195"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4e2ee81fe8fe29c5d74c082d2bdfc57da82fb9c5..430cfae5ef7ba16750d072a3b2f47115e376a99c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:57 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:52:57 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f7d1333b11eb050f5d72acb6156cd4acee77787b..f5596315a4c9ff19826dcce4ac2f6fdee04a91fa 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-07-26 "( 4.2.5p194)" "Programmer's Manual"
+.TH SNTP 1 2009-07-27 "( 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:52:55 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:52:56 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6d7c016f17d34e2bc7917b8a956538b50922f2f7..6a47d0bd0776ab1477e481e4234a18f5b2779d84 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:05 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 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.5p194\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p195\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cf85294596e77505c1cdac057f0033b46f293f54..ff9a9de975aec934188ede1208dc16655f9d7144 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:04 AM EDT
+ *  It has been AutoGen-ed  Monday July 27, 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.5p194"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p194"
+#define NTP_KEYGEN_VERSION       "4.2.5p195"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p195"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 079ca7b77a208730bef4e3c4e20a6b97778f0aa8..1077613797ac6a0ea07f7d6bd7f3668f4c7b72a4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:08 AM EDT
+# It has been AutoGen-ed  Monday July 27, 2009 at 07:53:07 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fe8e67b949f23876893e601fd80b07a28cf05150..8c866fcd08a63b994ccf4426d45c6e71433d4014 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-07-26 "(ntp 4.2.5p194)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-07-27 "(ntp 4.2.5p195)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday July 26, 2009 at 07:53:07 AM EDT
+.\"  It has been AutoGen-ed  Monday July 27, 2009 at 07:53:06 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"