]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P56
authorHarlan Stenn <stenn@ntp.org>
Wed, 27 Jun 2007 13:48:59 +0000 (09:48 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 27 Jun 2007 13:48:59 +0000 (09:48 -0400)
bk: 46826acbHlUWm14GE8pZr8Hf69Mpnw

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 1aaaef6c1c6e4979a6921bb89f8e878a250f63e9..7ad8869347186f1fd9b7cb3366bac6dfb86b9233 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:34:10 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:40:03 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -835,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p55\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p56\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 59d36598c542c09ebe73f2cad4e420473fa41da5..762c28394a3f937bfbf999b738ac8b3a4273ec71 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:34:09 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:40:02 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p55"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p55"
+#define NTPD_VERSION       "4.2.5p56"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p56"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0de79c1454aed2d33ac36385f36c9df33ddc0378..236920ae023ba027bb89cbf648d109cd23e00439 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday June 23, 2007 at 07:34:13 AM EDT
+# It has been AutoGen-ed  Wednesday June 27, 2007 at 09:40:06 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 172b04c975fddeee8bfaac908df6845a1f918105..b882e3f37ee3de695fbaf16421335eae1904b61e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-23 "( 4.2.5p55)" "Programmer's Manual"
+.TH NTPD 1 2007-06-27 "( 4.2.5p56)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday June 23, 2007 at 07:34:11 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:40:04 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d6e349a24c0836dbdeb3699205f3c1071c8547ae..0b06e146d8c11e0da2b6b654f60d17d3f8ac5f32 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:40:47 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:46:45 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p55\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p56\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index cb20029084507127e3276b2e63e3a2d75289fbbe..871fa7e3f6e59801c43c08326af46911209ca9a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:40:46 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:46:44 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.5p55"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p55"
+#define NTPDC_VERSION       "4.2.5p56"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p56"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4140150ea0cc90bdadb3c2ef3bd40f4d0131494c..811943d2058e4aca41de0055d7b0b57fc6261895 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday June 23, 2007 at 07:40:49 AM EDT
+# It has been AutoGen-ed  Wednesday June 27, 2007 at 09:46:47 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 174d037dae4e22460170c9b8cf640b83e522c720..fd318cb4a8d93ef031cd7256a0640315d283be51 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-23 "( 4.2.5p55)" "Programmer's Manual"
+.TH NTPDC 1 2007-06-27 "( 4.2.5p56)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday June 23, 2007 at 07:40:48 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:46:46 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 91067559d7f896a738250f58790fe98bdb46907a..66846544d24fb9fb4a6ff23017b722bc4d62ed0c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:16 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:15 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p55\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p56\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 14928a8d552ed8674809a480e184d3460652514a..07bf91d15cac2d43e9358c44ddc1a90ed3d18b5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:16 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:15 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.5p55"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p55"
+#define NTPQ_VERSION       "4.2.5p56"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p56"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d4c73769b39e6fe0caf02238e8a3dee5226be0ed..57962a5f7d966f46c2c6dcfab7fedc144b46db34 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:18 AM EDT
+# It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:18 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index edf5858ec3338cdd2b63b12796746757bc60e660..f9a23a6d0039901f75f7e48fcaafa7a4433b253e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-23 "( 4.2.5p55)" "Programmer's Manual"
+.TH NTPQ 1 2007-06-27 "( 4.2.5p56)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:17 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:16 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7d89dac9923fdfbf12b1f1a87a98927fd920dee3..deffea474dfed59ee64fad07d88b01a6aa9bff31 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=55
+point=56
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index d796a74f8019dff8345b59b7d999e625f6b325bc..c6e2b3d8e28deffab3998c960d1b1bafa2d3d97b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:44 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:46 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p55\n\
+"sntp - standard SNTP program - Ver. 4.2.5p56\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bf890da604ca018bdc23f2db3b62fa4d71a26003..bc47a27a1583ab832961747c7334214084517022 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:44 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:45 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.5p55"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p55"
+#define SNTP_VERSION       "4.2.5p56"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p56"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7f78569613847270eb6417a768c74f7608f4fab2..c9d10ba59e40a708aba867cafcd617e66ef7ce19 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:46 AM EDT
+# It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:48 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 08c26def8b4b53411cdce4db6abfc891a75af507..1db64ff1b816ee9a12a36e422bfae4766194faea 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-06-23 "( 4.2.5p55)" "Programmer's Manual"
+.TH SNTP 1 2007-06-27 "( 4.2.5p56)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:45 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:47 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 66c259107a496f90966dc66b90d3f0f094a9b5b8..f95bbef3a9c6c6d4efc2eaeb1d2a757664677c73 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:54 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:56 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -799,7 +799,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p55\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p56\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 611b26ee1557406263195c574459c4121c609762..f69e274a503fb5dfb2e90d7ae934ad9a48923208 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:56 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -79,8 +79,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.5p55"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p55"
+#define NTP_KEYGEN_VERSION       "4.2.5p56"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p56"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8e9c38e212cdd194207533bcb1244b174f7cef10..ce1f572868679e354eb1ad7f856b13d8b19e2ac8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:56 AM EDT
+# It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:59 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index adb54b0a8624cd892eee2ff28ce5e5350c6bb86b..18c526bf35e2f47919aec04bfb35c34681eca920 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-23 "(ntp 4.2.5p55)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-06-27 "(ntp 4.2.5p56)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday June 23, 2007 at 07:41:55 AM EDT
+.\"  It has been AutoGen-ed  Wednesday June 27, 2007 at 09:47:58 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"