]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P39 NTP_4_2_5P39
authorHarlan Stenn <stenn@ntp.org>
Mon, 28 May 2007 11:47:31 +0000 (07:47 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 28 May 2007 11:47:31 +0000 (07:47 -0400)
bk: 465ac153aYddeqC5JuFNiMyIcBEryQ

21 files changed:
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
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 2f0784adf5b69c93ef2a34c7618ab0980d0e0823..d815bc662dda56f80768e3f75b8044d4f39fc9ee 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:50 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:38:33 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p38\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p39\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index f7f85d716c2c207a598613dd99d2428751f26757..9e2aaf543d62ec0ea79465369fc88200df6d580d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:49 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:38:32 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p38"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p38"
+#define NTPD_VERSION       "4.2.5p39"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p39"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ff702f06671ff7cfa28bd82dc5deee87d716ac06..56f9c645d5fa6ffcffa7a909cd0357e067ef3039 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:53 AM EDT
+# It has been AutoGen-ed  Monday May 28, 2007 at 07:38:35 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 20f2339c12057d9df2b11217864fb8151f15a15d..e7cb3b8c843f194d95e4c2f3a81c7e89fb5533a4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
+.TH NTPD 1 2007-05-28 "( 4.2.5p39)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:37:52 AM EDT
+.\"  It has been AutoGen-ed  Monday May 28, 2007 at 07:38:34 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 24cec64c360e95b004ed290cc3905e949427204d..1dbee03eeea0272df7dc28d277adf0777493dc5b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:21 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:45:19 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p38\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p39\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 111479008452e6510136a6a99cbebdc8b25467a1..8c1efd8650fa06b57c758903fddea1fb8dba6719 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:20 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:45:18 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p38"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p38"
+#define NTPDC_VERSION       "4.2.5p39"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p39"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1870c4a7148ef12df14afa4780829ed5d5e4b800..6dec04e246b36d0081932307c84dd0ac00ac5494 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:23 AM EDT
+# It has been AutoGen-ed  Monday May 28, 2007 at 07:45:20 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5a6a2c3ccaf46ca823c88083acb8f8ba54e7efe0..2ca33e8b2d27a54353aca9332538b243933eba60 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-28 "( 4.2.5p39)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:22 AM EDT
+.\"  It has been AutoGen-ed  Monday May 28, 2007 at 07:45:20 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5ad6d19a8d4de8c475c200ba2e4aca49595d8811..79a2db0c35ceaa04e11587d480ea00b6c27a8b3d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:51 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:45:48 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p38\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p39\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7f2387eaa8c4eea8df3799003f786472e0b1375a..463f5f9c2d32cbfb6f1ac493780d118a1dcd663b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:51 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:45:48 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p38"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p38"
+#define NTPQ_VERSION       "4.2.5p39"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p39"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ad94f83bfefcb734e7b17c702512e6d019eb1df6..62ca4672a7a83beb84f87e62725ff0e4806fef07 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:54 AM EDT
+# It has been AutoGen-ed  Monday May 28, 2007 at 07:45:51 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 02b1bcebe2e3bb43fffe41daa3487b2789729c3f..ac587a43b794d9bb93335c22ae75cfcf4319f343 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-28 "( 4.2.5p39)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:44:53 AM EDT
+.\"  It has been AutoGen-ed  Monday May 28, 2007 at 07:45:49 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a4100a69b4574556fde1c02d7742936eedc42670..a694db5068f3b07ebd2034fa36a961fed3a3193a 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=38
+point=39
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3871736ed6e47d17deea3b0d948188ef529b7477..438ef66d99bb524c757b5abc50294195a1fcf3b9 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:20 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:46:18 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p38\n\
+"sntp - standard SNTP program - Ver. 4.2.5p39\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6f512944714aa8cc4730d4a6d47abd42a6397b4e..94cb80c05633266373cb8459fa87ca6d47d6141c 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:19 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:46:17 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p38"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p38"
+#define SNTP_VERSION       "4.2.5p39"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p39"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 10be874440c33e7ffadc8b94c19fa5b2a673710e..2223a152fb638b83ac4d35fb3cdb2382ced151a3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:22 AM EDT
+# It has been AutoGen-ed  Monday May 28, 2007 at 07:46:20 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5fca28d4963a93b3239c0fae70ce3a15b28e9b29..f1da43010e6f84336550ac482e508279cb86b7a4 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-27 "( 4.2.5p38)" "Programmer's Manual"
+.TH SNTP 1 2007-05-28 "( 4.2.5p39)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:21 AM EDT
+.\"  It has been AutoGen-ed  Monday May 28, 2007 at 07:46:19 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e956e6ceadbeffc435a4136c7c221f22651b6545..669480f8eda38ea0762b7daddc53c666ace164d8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:29 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:46:27 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p38\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p39\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index fecc32d2f6122f5ade87b851bd29ff9e89607be7..6a6aa924ee9da992479b07707d45272f9f238d7d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:28 AM EDT
+ *  It has been AutoGen-ed  Monday May 28, 2007 at 07:46:26 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.5p38"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p38"
+#define NTP_KEYGEN_VERSION       "4.2.5p39"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p39"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 05c4a7218a6f8098887101fd3de15f3f7af9d301..03f3509d866f72653e60434ad305c6f6d11b39fe 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:31 AM EDT
+# It has been AutoGen-ed  Monday May 28, 2007 at 07:46:29 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a6abc5c2ba0b7c1af1efdd8495842d845121ec84..8f0d9810d06b06d0be78393fb0587227b6abe63c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-27 "(ntp 4.2.5p38)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-28 "(ntp 4.2.5p39)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 27, 2007 at 09:45:30 AM EDT
+.\"  It has been AutoGen-ed  Monday May 28, 2007 at 07:46:28 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"