]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P82
authorHarlan Stenn <stenn@ntp.org>
Sun, 14 Oct 2007 11:44:25 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 14 Oct 2007 11:44:25 +0000 (07:44 -0400)
bk: 47120119_QKT2UogkoDb8USMh5dJ4w

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 e38ccb444a6efa7b53220f079b40194e4ae3cf82..99f16dd5264f5d28d14f8166df214d9b4c08803e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:36:57 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:46 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p81\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p82\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 43017229059f4d6b4807ece492f0574b0c8d425e..71a37470349d0d8a27af57577cc578a29953891d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:36:56 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:45 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.5p81"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p81"
+#define NTPD_VERSION       "4.2.5p82"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p82"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c73ee933d8efadee9a53b38544f79060415c980b..23c4ab6204964a239573135add1c199811aa63c0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October  4, 2007 at 07:36:59 AM EDT
+# It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:49 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b3dad7f3a06114bbd5c97ee02099015ee994926d..52a87b4f87d0980c4833e52305bbea3cfbe65ca3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-10-04 "( 4.2.5p81)" "Programmer's Manual"
+.TH NTPD 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October  4, 2007 at 07:36:58 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:48 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7eb5bfad780b05e4f3c1f2413462ad03026e7be7..637ef470e59817e6762b5f3f748107dcbf74a061 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:43:43 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:28 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.5p81\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p82\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 95c0f075d3a7580eb3b155786b9c76ac76db7865..2a08962d3df59fd9614df59c367dcc2d85665faa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:43:43 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:27 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.5p81"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p81"
+#define NTPDC_VERSION       "4.2.5p82"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p82"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f363cad1a0ca84e68d2e8746fbae448abad345a6..e605026155c75a607d8d87b606073948d53f9b46 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October  4, 2007 at 07:43:45 AM EDT
+# It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:29 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 56d58816bf2a53687da7e22df3ec82e429db9abf..923352e66f2757637106664986abcfb7ef159568 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-10-04 "( 4.2.5p81)" "Programmer's Manual"
+.TH NTPDC 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October  4, 2007 at 07:43:44 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:28 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 164be4d4c5185acac8d97abaf9bdbb49ebff2af9..43f23ee9ee131fb3d332629549bd7385b94458ca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:14 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 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.5p81\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p82\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5b61711402865e40e8138fabd1bccbf2ff466111..6abd6de2dab88f6df3a7b03fa3a450ad77a20dec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:13 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:57 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.5p81"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p81"
+#define NTPQ_VERSION       "4.2.5p82"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p82"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9de53d36c4f3ffab6dcd54bf7f44982327c49aa4..803b2e3f75d1b22b8bae7ceb13a7e1c45ea216ef 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:16 AM EDT
+# It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:00 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a9c6ec2409bd1e4a4f8d44f797df02b1c0eeec3a..16b88f7498e15121b46d00377e9b237389ea72b7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-10-04 "( 4.2.5p81)" "Programmer's Manual"
+.TH NTPQ 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:15 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:59 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index cdd9da4d86c1ed0bfbca95035c980066b8760a9a..e122277841945bc1be443de929de177e20aac9bd 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=81
+point=82
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index b5069b4397420609994ec4e2cf3f2e1adcb147d3..1b242c96e7802ed3e07a9727e6e6e7834238f021 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:43 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:25 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.5p81\n\
+"sntp - standard SNTP program - Ver. 4.2.5p82\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a6d77ffe7455dc2b972372f92aee96cd602a78e1..da12f2ce30023e9d5f4b38b8596ba9b34edd28a4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:42 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:24 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.5p81"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p81"
+#define SNTP_VERSION       "4.2.5p82"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p82"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4d2bf16ebed3e63492fe34e4700ab8fd18803b7b..9f5c6fd39fbf9f7d794e977082f6dac3e604fad4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:45 AM EDT
+# It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:27 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 29be401ad3f0032cbe061a924c6045444d700b05..5fded76c7265c1bf8fbad243ee7feb7821358d87 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-10-04 "( 4.2.5p81)" "Programmer's Manual"
+.TH SNTP 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:44 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:26 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 87299b19ff65851cad5f7fbf9d5f7cffb72378e0..e7d28ffb7c1843da6112183716596202ec93f96c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:53 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:35 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.5p81\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p82\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e2eb14dbb611c5c67d4609824a2bff87eeb6580c..b49080c588c06b881062a22796a3986e793ad166 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:52 AM EDT
+ *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:35 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.5p81"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p81"
+#define NTP_KEYGEN_VERSION       "4.2.5p82"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p82"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 075e87440541d52443f7591189d1d9c769837ad5..1c3cc56384f70edbbd41ef334264dd1056710989 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:55 AM EDT
+# It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:37 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 22eb255778083a84a42fbb05eaae0f550a50fe49..87036868b5e445ae92872b680b3ef37a7abb54ff 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-10-04 "(ntp 4.2.5p81)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-10-14 "(ntp 4.2.5p82)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October  4, 2007 at 07:44:54 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:36 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"