]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
run autogen after point release
authorHarlan Stenn <stenn@ntp.org>
Thu, 17 Aug 2006 04:52:10 +0000 (00:52 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 17 Aug 2006 04:52:10 +0000 (00:52 -0400)
bk: 44e3f5fat6c_KL6WhWXlHvGttlWtjw

23 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.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
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index d2799253d7f3ff26610d56e0e5f54408d7f39771..6040fed625a0e1b7c1b7cc0e79f454495d16f901 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:35 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:17 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  */
@@ -834,7 +834,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p30\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p31\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f2e5d6dd04c97b53af3e584aa5750dfa2c016fa3..14d6011fcef19b2758575d6a5e55c14afe5c88dd 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:34 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:16 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  */
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    33
-#define NTPD_VERSION       "4.2.3p30"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p30"
+#define NTPD_VERSION       "4.2.3p31"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p31"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 06c60297eac915bf96f4a2b77b4b82d72f2c1fd3..bf398d87e415a4cefd4a21b3f5d169a5bd86bc01 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:37 AM EDT
+# It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:19 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5539c329d87b0c9eb7f14e917005c16b55c6d510..46a4919affbc70a253ef6163fd37e65ece6ba3dd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual"
+.TH NTPD 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:36 AM EDT
+.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:18 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2b8787313bef8939a01698e57c2584cb01145094..21fc4ac1c3bca5425d316525aabe3a5ff62483fa 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:39 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:21 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  */
@@ -1032,7 +1032,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p30\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p31\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7f0276f5e2abe160260edfa5fe5ad3417efea6ff..d54b6f4128411a66174cf9779ae956f21bfefd51 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:38 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:20 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  */
@@ -96,8 +96,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    42
-#define NTPDSIM_VERSION       "4.2.3p30"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p30"
+#define NTPDSIM_VERSION       "4.2.3p31"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p31"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index c92628c7dda463eb12651af3249e91c572b64af1..dfd1ce971bbd9c50693cf29c677a29442bf8fb0e 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:42 AM EDT
+# It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:24 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c2f923833fc8f2458e4bc5b0374118638cd486cd..efe7b66ec31d034d7506dbef91161d10b428de77 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:51:41 AM EDT
+.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:32:23 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 860aabbfc44f58bffc4da29f89dc1ec7b1757075..79570e6693d2e5ee2f3525ac6f3c5c191a365496 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:57:54 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:02 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  */
@@ -451,7 +451,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p30\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p31\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 65349788f9e3a9ff7bfb5cafd3f4b9e109db521d..dfe6e609df81c037a4f9ba467b7fb3706cfc6677 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:57:53 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:02 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  */
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.3p30"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p30"
+#define NTPDC_VERSION       "4.2.3p31"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p31"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 60b01c36f86c663dfe42e16218aca553392a3d7c..03a832e3311cca3424c71f6761a0e2ee87043be5 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday August 15, 2006 at 04:57:56 AM EDT
+# It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:04 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dd3e1e75733c84cf67494d9e0ebd47c5c72b26ae..d5a36b3ee9537b87fa0f1569203765073e448e0d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual"
+.TH NTPDC 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:57:55 AM EDT
+.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:04 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1872de47f2421067abe21dba482d15c107c135cb..f4fc66fa64903b6e43eb4e1f2d6edcc5761ba7bc 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:12 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:36 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  */
@@ -399,7 +399,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p30\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p31\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 0795a654218d7c582edd292b687fcfff457a9619..2d4b5331576dd5473065ead464e3d8e1eb11123c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:12 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:35 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  */
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.3p30"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p30"
+#define NTPQ_VERSION       "4.2.3p31"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p31"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 970802c5505c5bf67b691a77ab4d141bb4ebe8af..6d7cc67b4d7597b0dfa16def69ce8acff6de3707 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:15 AM EDT
+# It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:38 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cafd8c77e3d905798b1f690f7141246ef25dd80f..316bed0eb432996cc02db3cc6fc3f92e19c6f8e1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-08-15 "( 4.2.3p30)" "Programmer's Manual"
+.TH NTPQ 1 2006-08-15 "( 4.2.3p31)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:13 AM EDT
+.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:39:37 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92515db5363faf00a1199e55212d15c3856e1d40..5f4df4b837574d63a68cb626e85434f0a1a64273 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Monday August 14, 2006 at 02:58:41 PM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:07 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  */
@@ -481,7 +481,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p30\n\
+"sntp - standard SNTP program - Ver. 4.2.3p31\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ff36badf46f8bb452eff75883f478f4ddb989486..dde9c5f3af15a896fdc8a0f90c5439cab6f98353 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Monday August 14, 2006 at 02:58:40 PM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:06 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  */
@@ -145,8 +145,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    12
-#define SNTP_VERSION       "4.2.3p30"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p30"
+#define SNTP_VERSION       "4.2.3p31"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p31"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 9a6df8e8cec787c2fd6e220f7a13891706d96c47..89d6749c2e8b2b3336ff70c2ac947a37a1041eac 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Monday August 14, 2006 at 02:58:43 PM EDT
+# It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:09 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6fc7814452cd9b2266f60790fca7d3edc75e4a8f..14e4b46320d50a384bdc0690ca3fe001156f0ec4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:35 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:17 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  */
@@ -789,7 +789,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p30\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p31\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 65ccf4bf84c0b0c817030d0a020836ab879182f3..5a6b71fc268cf81bb175b63fb1bd066d11778955 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:34 AM EDT
+ *  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:16 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  */
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.3p30"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p30"
+#define NTP_KEYGEN_VERSION       "4.2.3p31"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p31"
 
 /*
  *  Interface defines for all options.  Replace "n" with
index 5300d1cf887e581d262a6266d075fb07573c3c51..070c2041aeff035b6239292b43de42debadb39e4 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:37 AM EDT
+# It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:18 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e89da272b21ffb9f0d4348538e36205f4d12f42b..621b91f5f993dadbf6f22a399f6a84f93f6e10c6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-08-15 "(ntp 4.2.3p30)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-08-15 "(ntp 4.2.3p31)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 04:58:36 AM EDT
+.\"  It has been AutoGen-ed  Tuesday August 15, 2006 at 09:40:18 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"