]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P51 NTP_4_2_5P51
authorHarlan Stenn <stenn@ntp.org>
Sat, 16 Jun 2007 11:44:30 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 16 Jun 2007 11:44:30 +0000 (07:44 -0400)
bk: 4673cd1eAupUyVT3V_yXTMrNVKlDhw

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 f9c14f33359a46390b71005a10b29be1ebfc6be8..b40a4f3ddca68bef2fd81567622eb0a4ae70321e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:34:13 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:35:44 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.5p50\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p51\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 9f4509bf629096e8f07e65555ac2f861ad4acf6a..a612fa376d5506c363e192b96bcfca7651353cc9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:34:12 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:35:43 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.5p50"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p50"
+#define NTPD_VERSION       "4.2.5p51"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p51"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ca3e8b4d4963e3c3aa4c08faf386b5e6dcf8bfd6..5ae949c6a658c5cc7c0ad8d8594a6c6b2ae4ee82 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 15, 2007 at 07:34:15 AM EDT
+# It has been AutoGen-ed  Saturday June 16, 2007 at 07:35:47 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e69b1feb4f237a0d423e3424a164586205e31b52..dabb5d4550f4135e6973182f04d13cc77b59bafa 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual"
+.TH NTPD 1 2007-06-16 "( 4.2.5p51)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 15, 2007 at 07:34:14 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 16, 2007 at 07:35:45 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2b2381db44486eef19924e898d29fe38c298a1be..8491bcc6ce2c34e8851b53bf7dd43b681f813a0d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:40:54 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:29 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.5p50\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p51\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e30756e0ca074e9909c0ed5158e01f4bcd557f36..f1707e0b47658d9002553b2401b940a3a39c22bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:40:53 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:29 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.5p50"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p50"
+#define NTPDC_VERSION       "4.2.5p51"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p51"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1be6c01ba5ce5bff4f1a7bfe192a199c658b026f..a30147414ecf68030e0aa44edd9987db072661c8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 15, 2007 at 07:40:56 AM EDT
+# It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:31 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 04d53be94d81b27a7138215bb26f8533f8065c17..919de01f47102e3ec8f2d8ef5f089feb01145eba 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual"
+.TH NTPDC 1 2007-06-16 "( 4.2.5p51)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 15, 2007 at 07:40:55 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:31 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 44afee63178ece609f06770230e35424c2659d08..aece11e6ac7d1f025be463440a38da141cd557be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:41:24 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:58 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.5p50\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p51\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 724618e70a7d7a8778f88b77a84bd62eb84f3e98..33cc4a1c92b1aba88b9c288f08946474426171f8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:41:23 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:58 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.5p50"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p50"
+#define NTPQ_VERSION       "4.2.5p51"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p51"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fed61514c69a640fbdaa49727ec6346bdb7420d3..f9826e4be33ad3cf2b3f23a5c8c4ae99e23fdd1f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 15, 2007 at 07:41:26 AM EDT
+# It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:01 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index cafa31aeb70131e86087333eee17ca65a2c89c18..d8ca511e5a4196e2b6c6f16cb2f685893f56f982 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual"
+.TH NTPQ 1 2007-06-16 "( 4.2.5p51)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 15, 2007 at 07:41:25 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 16, 2007 at 07:42:59 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4e7239f9d22d12b09cf5fce79bcd1fc11d7002a9..380505987018912183781747569aca7f099e51bd 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=50
+point=51
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 288bc185eaf6f363f978c1d32bf689f3f47017c9..f919690664ecc233f8b3ef257b78f5ee28c47f20 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:41:52 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:26 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.5p50\n\
+"sntp - standard SNTP program - Ver. 4.2.5p51\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e7c8feb9b9f7f0f5b4e8fcc1c68b57194db35c21..ae287d8313ef483f0b7453b5b3296cda65e67175 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:41:52 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:25 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.5p50"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p50"
+#define SNTP_VERSION       "4.2.5p51"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p51"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83dc6ec9a3bdd65bddb3321f4fdce4162f7e7b4e..203fb052ccb5474f808187965c60f4570accba61 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 15, 2007 at 07:41:54 AM EDT
+# It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:28 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2527f59c4d24a5fb940253632be890c8b7a6db2b..5de97369a8090a01de694f2f9ef15cf1e8afddd0 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-06-15 "( 4.2.5p50)" "Programmer's Manual"
+.TH SNTP 1 2007-06-16 "( 4.2.5p51)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 15, 2007 at 07:41:53 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:27 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ba1bd51f8b77bcc9d488b306f9846f552c03cf5d..580c7a07d7b5e6659091f3bf7166968efd8e4b2b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:42:03 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:35 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.5p50\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p51\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d27ad38e517cc5ee24cf2cbf837321b5d3a85457..1e03b37fd4fe3b7ade7b2b6ed479591ae5b12c03 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday June 15, 2007 at 07:42:02 AM EDT
+ *  It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:34 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.5p50"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p50"
+#define NTP_KEYGEN_VERSION       "4.2.5p51"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p51"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5e94ef0a5e33c3f1c61c5749f4fe11cc90a0817c..53a0dacc240d7d4ee587892c038b8b0378aa29bc 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday June 15, 2007 at 07:42:05 AM EDT
+# It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:37 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 35734084dab150efa3d01a00cb363c5d6d994e43..f3b7238a823319373a8acfdeade6c160cc95d2d8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-15 "(ntp 4.2.5p50)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-06-16 "(ntp 4.2.5p51)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday June 15, 2007 at 07:42:04 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 16, 2007 at 07:43:37 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"