]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P103 NTP_4_2_7P103
authorHarlan Stenn <stenn@ntp.org>
Fri, 24 Dec 2010 09:44:20 +0000 (09:44 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 24 Dec 2010 09:44:20 +0000 (09:44 +0000)
bk: 4d146b74uNNXJ5Z4UvFc8EeqG0QnVQ

29 files changed:
ChangeLog
clockstuff/clktest-opts.c
clockstuff/clktest-opts.h
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
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index a0c53d2d07609397339072218edb46532547aad9..eecdb4493a39fe892910d13d83d16576ab9c8d12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p103) 2010/12/24 Released by Harlan Stenn <stenn@ntp.org>
 * Add ntpq pstats command similar to ntpdc's.
 * Remove ntpq pstatus command, rv/readvar does the same and more.
 * Documentation updates from Dave Mills.
index 1335c9af08ed9bfdaf48746c33cac51893f181ca..f72877a7d2bb84ed701903edf85c4e9e0a341bd9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:10:24 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:56 AM by AutoGen 5.11.6pre5
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -325,7 +325,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[8] = "CLKTEST";
 static char const zUsageTitle[129] =
-"clktest - test the clock line discipline - Ver. 4.2.7p102\n\
+"clktest - test the clock line discipline - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 422e2006f8e2ec51bde598ef78e3c9e0720cf0a3..ef264aece8268c35f6478f257c979491ba9e409a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (clktest-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:10:24 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:56 AM by AutoGen 5.11.6pre5
  *  From the definitions    clktest-opts.def
  *  and the template file   options
  *
@@ -63,8 +63,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    10
-#define CLKTEST_VERSION       "4.2.7p102"
-#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p102"
+#define CLKTEST_VERSION       "4.2.7p103"
+#define CLKTEST_FULL_VERSION  "clktest - test the clock line discipline - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5050b1b851013ce77866bd45eb7eea4a8c018ff7..46ccb6ea4565e7ee5e6e25b8354e9c257a17befc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:04:19 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:42:58 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -1006,7 +1006,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p102\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 099c9401dbc0f4bfa4aca59fff50f85532ccc182..22255acdefb5e64a30514b20c2304fc1d4e3d7bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:04:19 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:42:58 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -89,8 +89,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p102"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p102"
+#define NTPD_VERSION       "4.2.7p103"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index db65eec0209317bfd142e80084fedaacd94d53e2..be9602c9d2c7bb8c7b134db24bdfc9e40462fa7f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2010 at 11:06:37 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 24, 2010 at 09:43:22 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6dca96cdae5c8c0a413324d8557846186e49e12f..91fb2fe3d1e9808d91ea20d329cfee1fa6301426 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2010-12-23 "( 4.2.7p102)" "Programmer's Manual"
+.TH NTPD 1 2010-12-24 "( 4.2.7p103)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2010 at 11:06:36 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 24, 2010 at 09:43:22 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 256a5ef6c458173eb46db9194efdf84f11c95380..1142b455ac04e85747562d88fe787ce7ae05de68 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:07:03 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:28 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p102\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b25d90e3479dc52d6d0cc027c3cc3c6bf1735135..f6e621f7ff9729415bf5a865aa5955c08cb28d99 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:07:03 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:28 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p102"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p102"
+#define NTPDC_VERSION       "4.2.7p103"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6092f4462f9c115dd06ec79e96e0b307c0a654a4..394da728e1d4b35f5d224f01cece1fd79329031a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2010 at 11:07:57 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 24, 2010 at 09:43:38 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8b602382b0b645e3d71143a75f6c821dce52566c..aa4b52d0f830a9d9a5f159bbf39f66df436a0a8b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2010-12-23 "( 4.2.7p102)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-24 "( 4.2.7p103)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2010 at 11:07:55 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 24, 2010 at 09:43:38 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b6b0a7ede19e6204f7db185b332b24e16231feb6..110f15ce0851b8ce8197a742a43c60dc4b9930fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:08:02 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:39 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -428,7 +428,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p102\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index fc115b61b94444e60f0d6b99dfd6c58490c54810..2f8d40535a3d2c1287d1a826f45105391cb04177 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:08:02 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:38 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p102"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p102"
+#define NTPQ_VERSION       "4.2.7p103"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a44671ca83294bc4ba5b00d72c81b2a22aa75f6e..50926f2842b3b1384780098293be426b55025f3b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2010 at 11:09:29 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 24, 2010 at 09:43:49 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index bb53bacfd4d5ab0acdcb32980f34edf825288470..62b6e724ed4440c5f767f78a06dccccf937635d7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2010-12-23 "( 4.2.7p102)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-24 "( 4.2.7p103)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2010 at 11:09:27 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 24, 2010 at 09:43:49 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ac3b46c3250c7f40edc3a71a7d86bc84a971cce6..79e003c6f5633aeffc10f611328bf2cd9806ca13 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:09:32 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:50 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -255,7 +255,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p102\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 47c841522830e3d0c648f676dec5cd6e90538dae..523b5979312033bd3b6bdf750ad67c16c003252c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:09:32 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:50 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -61,8 +61,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p102"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p102"
+#define NTPSNMPD_VERSION       "4.2.7p103"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83da4d5f81460c38d897bf204bed3614ea7755ea..ffeb5ffc30f96d3a2b878ea37c152dc2e933f0c3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2010 at 11:10:20 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 24, 2010 at 09:43:55 AM by AutoGen 5.11.6pre5
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2c3b030261e144550a38d13b1e230cd37a6ab79b..cca8a82536ad5640bcaa0346404c72d84e0826fb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2010-12-23 "( 4.2.7p102)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-24 "( 4.2.7p103)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2010 at 11:10:19 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 24, 2010 at 09:43:55 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dfa55c3939ad8815e6f6fb8e8e4636a67efe46cf..badf2225c588af60903b30ec6ee576d9c69d7534 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=102
+point=103
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 16778218e09d98e74e90fca87da3d1bcec25b5c3..8782b27d5e5782e3a395eb1dd3f61fabd2e50d94 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:02:52 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:42:52 AM by AutoGen 5.11.6pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -473,7 +473,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[123] =
-"sntp - standard SNTP program - Ver. 4.2.7p102\n\
+"sntp - standard SNTP program - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index c86144e2dab8b1d31fb5e2f84c79ffef5c63825b..1fe8f65af0c1393c5fb4a00aa5910b3a068b02e7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:02:51 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:42:52 AM by AutoGen 5.11.6pre5
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.7p102"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p102"
+#define SNTP_VERSION       "4.2.7p103"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c8238ecb78d148af11629a1a171d08abb1f4258..9ff743d260ee8b4dac651404658ec0d80c05581a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2010 at 11:04:03 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 24, 2010 at 09:42:57 AM by AutoGen 5.11.6pre5
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6533d1df6dd9f3eb64ae389811f6770a787e9490..92c7e770d6ca64a5b7314e59064703c216b4b164 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2010-12-23 "( 4.2.7p102)" "Programmer's Manual"
+.TH SNTP 1 2010-12-24 "( 4.2.7p103)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2010 at 11:04:01 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 24, 2010 at 09:42:57 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4c5d503d7d5bda3a1547051509573f0aabcc10b9..a8237a533799112fbcc57ee686571b0b62ab0464 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p102 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p103 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
index 9ef4be963e1c4cdef5edd997d637326e2f555821..ed1e2dfac82c55a2b52d4ea1c98539accfcb3ba4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:10:29 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:59 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -757,7 +757,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p102\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p103\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b16b2c00d003f56dbb2df9da00663a7b61b7c66d..b7cbbaebc38002c747d5a693ad3965de4e514ca7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December 23, 2010 at 11:10:29 AM by AutoGen 5.11.6pre5
+ *  It has been AutoGen-ed  December 24, 2010 at 09:43:59 AM by AutoGen 5.11.6pre5
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -77,8 +77,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p102"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p102"
+#define NTP_KEYGEN_VERSION       "4.2.7p103"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p103"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index b13ab4e4ee832b42b88308f22ec8f61016fe1fed..4a9e7ac679b6dfc723d1c76815e9abd5f9ceca05 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December 23, 2010 at 11:11:27 AM by AutoGen 5.11.6pre5
+# It has been AutoGen-ed  December 24, 2010 at 09:44:08 AM by AutoGen 5.11.6pre5
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f8f4af74ce5bd52997c8ea7f39632e5f898006b6..5948d4da82f3ce8e88edb1a4eb09ee0e5aee62e0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2010-12-23 "(ntp 4.2.7p102)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-24 "(ntp 4.2.7p103)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December 23, 2010 at 11:11:25 AM by AutoGen 5.11.6pre5
+.\"  It has been AutoGen-ed  December 24, 2010 at 09:44:08 AM by AutoGen 5.11.6pre5
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"