]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P227 NTP_4_2_5P227
authorHarlan Stenn <stenn@ntp.org>
Mon, 5 Oct 2009 11:45:16 +0000 (07:45 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 5 Oct 2009 11:45:16 +0000 (07:45 -0400)
bk: 4ac9dc4cUQqshf_IsVtIcHGguBTxXA

26 files changed:
ChangeLog
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 59c461e8670947a1ee196491e4d86f41264e40c4..b0c29aeab8bdd9cffeb38fb671dc7ecdbf96678f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p227) 2009/10/05 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1135] :config fails with "Server disallowed request"
 * [Bug 1330] disallow interface/nic rules when --novirtualips or
   --interface are used.
index ca39d86fca39ab61df574e00bea41fb881c7280a..f8479ba0fdea761bdbf7baba65256a523302334e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:38:17 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:35:24 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -949,7 +949,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p226\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 0bb4942d403333c4e971bd7eba44911f533e75fa..e412dc3b64b0295e823d1435984a49b7218b2039 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:38:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:35:23 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.5p226"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p226"
+#define NTPD_VERSION       "4.2.5p227"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 02de896f88c6202dfa6f140b98022fef6abf3bb9..cf161818a7f512cabcbee6a6588f67ac6d12a75e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  4, 2009 at 07:38:20 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  5, 2009 at 07:35:27 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 647ff6fa01328b95721703e193e1f48ea73a1500..98e7eee1a2053be1dbf81fa8a95b65dc8ca9e40c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2009-10-04 "( 4.2.5p226)" "Programmer's Manual"
+.TH NTPD 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  4, 2009 at 07:38:18 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  5, 2009 at 07:35:26 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index efd3a0d9f0601c84e487595132b413826cb56657..6802afb1e6de5f348b5d4b2296ef9c04278bec50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:41:36 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:37:41 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -437,7 +437,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p226\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1cbf0002fe59f2015f3bed568d71ba6af09f2c2a..8a8840a6a44daad9c5fae914d840fd02b9ea4cf6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:41:35 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:37:40 AM by AutoGen 5.9.9pre5
  *  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.5p226"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p226"
+#define NTPDC_VERSION       "4.2.5p227"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ac5b64c427536aea89d2c174b3e70cd5f17c0c3f..10d2d2dbeede150e05111bc5220ddb02b0c40cbf 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  October  4, 2009 at 07:41:38 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  5, 2009 at 07:37:43 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9184b5cee2ef37cc4e68e6abb8ec8fb601e1f704..cec276bf063a38edc51d03973d181c23bb147ae6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2009-10-04 "( 4.2.5p226)" "Programmer's Manual"
+.TH NTPDC 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  October  4, 2009 at 07:41:38 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  5, 2009 at 07:37:42 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d6e1153e8a70e0ea1f0a29095b03a99c3e3d376a..b0bc0e2e6711a68b3ac5c013496de0d9133f0b6d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Monday October  5, 2009 at 06:18:35 AM UTC
+ *  It has been AutoGen-ed  October  5, 2009 at 07:38:15 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright 1970-2009 David L. Mills and/or others - all rights reserved
+ * ntpq copyright (c) 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -420,7 +420,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p226\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index dd73deed3e876d22cd124ea813bc4bfd5500b2b9..c58e16d3adac009791146bc7741475166db03de1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Monday October  5, 2009 at 06:18:35 AM UTC
+ *  It has been AutoGen-ed  October  5, 2009 at 07:38:14 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright 1970-2009 David L. Mills and/or others - all rights reserved
+ * ntpq copyright (c) 1970-2009 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.5p226"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p226"
+#define NTPQ_VERSION       "4.2.5p227"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3fd1cda76666f0e4f85230ee80185b79e0049d67..2a6c23ea791bfcd94d5665871937918e4de0e026 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Monday October  5, 2009 at 06:18:38 AM UTC
+# It has been AutoGen-ed  October  5, 2009 at 07:38:17 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -79,8 +79,8 @@ Options are specified by doubled hyphens and their name
 or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
- - reading file /m/pogo/users/hart/.ntprc
- - reading file /m/pogo/users/hart/ntp-dev-1332/ntpq/.ntprc
+ - reading file /users/stenn/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
  - examining environment variables named NTPQ_*
 
 The
index 855c5930c862f709b428255bf4c13d06bc01ecfe..56f3bfab911095a21324801be8734b9dff258f2b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2009-10-05 "( 4.2.5p226)" "Programmer's Manual"
+.TH NTPQ 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Monday October  5, 2009 at 06:18:37 AM UTC
+.\"  It has been AutoGen-ed  October  5, 2009 at 07:38:16 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4dbe859bba7d9ec8d09141fd460496a1d7afb9ff..3b9765bf576bb636110f56e12665cf99b994294b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:42:41 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:38:48 AM by AutoGen 5.9.9pre5
  *  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.5p226\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p227\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d25814621d137a3d9cee8b6fcda176bff2622b05..db036a076508785c63fc179b663dc90eb081acfa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:42:40 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:38:47 AM by AutoGen 5.9.9pre5
  *  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.5p226"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p226"
+#define NTPSNMPD_VERSION       "4.2.5p227"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c177768275403ef5506ba95c0e1cec1658ecdc65..195a2f0e79b381b7c6e81b45985a4a970ac63f58 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  October  4, 2009 at 07:42:43 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  5, 2009 at 07:38:50 AM by AutoGen 5.9.9pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9028bc585c2a2be483592e6af78e2d42b8b1bd36..ab638a08abe2464893c13feec3927ce512a065af 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2009-10-04 "( 4.2.5p226)" "Programmer's Manual"
+.TH NTPSNMPD 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  October  4, 2009 at 07:42:42 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  5, 2009 at 07:38:49 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a00db2e9b27f01902a22fba7425d402e222df4ed..ae339f4d6c9a06f97e6e92d5285c63b821cac6be 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=226
+point=227
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index bdec87c0ab901bae39c3cbd43806bc57e0f83819..1d8a6acb50c0e82930e2ceb47ee3d8b3e3ce6eaa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:47:51 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:43:51 AM by AutoGen 5.9.9pre5
  *  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.5p226\n\
+"sntp - standard SNTP program - Ver. 4.2.5p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... ...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index eaeb2a7d08bfd8f935176c459f57408d0e740a83..6ebd4bb33c9eaf333d82299b73c30685b2f8945f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:47:50 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:43:51 AM by AutoGen 5.9.9pre5
  *  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.5p226"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p226"
+#define SNTP_VERSION       "4.2.5p227"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dee1ea1838bc74d4286e6f92c1b821646badea8a..3bb978b74c543464b3d58b0a0f622601e56602d9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  October  4, 2009 at 07:47:53 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  5, 2009 at 07:43:54 AM by AutoGen 5.9.9pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8935abea3e37f092b09288ab5cc85e2f43fa3fbc..d6cde55207593d9373c51c2297e923c0de964aed 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2009-10-04 "( 4.2.5p226)" "Programmer's Manual"
+.TH SNTP 1 2009-10-05 "( 4.2.5p227)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  October  4, 2009 at 07:47:52 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  5, 2009 at 07:43:53 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b12c36e2a6dcd30a1d716bb69bf357c857408778..7c24f997f5fc78db35b38c71fedb072f946efe16 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:48:16 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:44:17 AM by AutoGen 5.9.9pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -746,7 +746,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p226\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p227\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 85270a91ccd210a8657d112b1c752be904bfbe97..4b097e426a770defb19fd4016d1e1cdc90244f34 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  October  4, 2009 at 07:48:15 AM by AutoGen 5.9.9pre5
+ *  It has been AutoGen-ed  October  5, 2009 at 07:44:16 AM by AutoGen 5.9.9pre5
  *  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.5p226"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p226"
+#define NTP_KEYGEN_VERSION       "4.2.5p227"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p227"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5126afbdb9b54e1eb19163e2912d1e21325c2b1f..93b69a94fb6a19a00fc9f9f7616b2665cb4b595b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  October  4, 2009 at 07:48:18 AM by AutoGen 5.9.9pre5
+# It has been AutoGen-ed  October  5, 2009 at 07:44:19 AM by AutoGen 5.9.9pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8ad574f4aaaf2fc872d4a0a2416f16a203c37c70..8de3178e1c367d2a8e71b92d0d0ba7e9feb3080f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2009-10-04 "(ntp 4.2.5p226)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2009-10-05 "(ntp 4.2.5p227)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  October  4, 2009 at 07:48:17 AM by AutoGen 5.9.9pre5
+.\"  It has been AutoGen-ed  October  5, 2009 at 07:44:18 AM by AutoGen 5.9.9pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"