]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P83
authorHarlan Stenn <stenn@ntp.org>
Mon, 15 Oct 2007 11:49:05 +0000 (07:49 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 15 Oct 2007 11:49:05 +0000 (07:49 -0400)
bk: 471353b1gG--6eaQ6OeY1echS7FsIg

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 99f16dd5264f5d28d14f8166df214d9b4c08803e..5b3898496cc37c2c1aca6a89a3fbe889c41fa7a4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:46 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:40:22 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.5p82\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p83\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 71a37470349d0d8a27af57577cc578a29953891d..1e74d02da750151191b2918d2c39b478042d1ce6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:45 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:40:21 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.5p82"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p82"
+#define NTPD_VERSION       "4.2.5p83"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p83"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 23c4ab6204964a239573135add1c199811aa63c0..a2b4746ad7dd4fe176e64641329da1b94774f564 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:49 AM EDT
+# It has been AutoGen-ed  Monday October 15, 2007 at 07:40:24 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 52a87b4f87d0980c4833e52305bbea3cfbe65ca3..7485974052c7cb6837cc7c8f73a2fee16fa29117 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
+.TH NTPD 1 2007-10-15 "( 4.2.5p83)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:35:48 AM EDT
+.\"  It has been AutoGen-ed  Monday October 15, 2007 at 07:40:23 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 637ef470e59817e6762b5f3f748107dcbf74a061..1d22503ce3a54e19610a3adaf417693b123cab7d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:28 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:47:07 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.5p82\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p83\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2a08962d3df59fd9614df59c367dcc2d85665faa..30c60db7ad8c1cca575ae6f0a730371063f97ebf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:27 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:47:07 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.5p82"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p82"
+#define NTPDC_VERSION       "4.2.5p83"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p83"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e605026155c75a607d8d87b606073948d53f9b46..12fff5d3f82da4c0a34b050981432d6acdaf0733 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:29 AM EDT
+# It has been AutoGen-ed  Monday October 15, 2007 at 07:47:09 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 923352e66f2757637106664986abcfb7ef159568..f57a8306a81cad8211b12931dabebba071461f18 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
+.TH NTPDC 1 2007-10-15 "( 4.2.5p83)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:28 AM EDT
+.\"  It has been AutoGen-ed  Monday October 15, 2007 at 07:47:08 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 43f23ee9ee131fb3d332629549bd7385b94458ca..f233cc9ec52390286eba49d99d9573789ab066b7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:58 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:47:36 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.5p82\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p83\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 6abd6de2dab88f6df3a7b03fa3a450ad77a20dec..c2ed8427ba18345aefaea95e1c85fe87c2828ad9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:57 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:47:35 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.5p82"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p82"
+#define NTPQ_VERSION       "4.2.5p83"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p83"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 803b2e3f75d1b22b8bae7ceb13a7e1c45ea216ef..fcabbdbbf493b59bed3583f4943a2d184f1beca5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:00 AM EDT
+# It has been AutoGen-ed  Monday October 15, 2007 at 07:47:38 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 16b88f7498e15121b46d00377e9b237389ea72b7..886cfbba34e4bc47fb3743023c7be2c225c5abce 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
+.TH NTPQ 1 2007-10-15 "( 4.2.5p83)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:42:59 AM EDT
+.\"  It has been AutoGen-ed  Monday October 15, 2007 at 07:47:37 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e122277841945bc1be443de929de177e20aac9bd..55cbb14f6cdcc8f44fbe00d56c8b65b4e9456ca3 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=82
+point=83
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 1b242c96e7802ed3e07a9727e6e6e7834238f021..8aab79c643cf2e716589528f7b5895838d983c12 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:25 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:48:07 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.5p82\n\
+"sntp - standard SNTP program - Ver. 4.2.5p83\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index da12f2ce30023e9d5f4b38b8596ba9b34edd28a4..ba0ce934001ea540a33d1185dcabbf715a065799 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:24 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:48:06 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.5p82"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p82"
+#define SNTP_VERSION       "4.2.5p83"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p83"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9f5c6fd39fbf9f7d794e977082f6dac3e604fad4..9153249508b3500e6a1b6c972225cce41f54b389 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:27 AM EDT
+# It has been AutoGen-ed  Monday October 15, 2007 at 07:48:09 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5fded76c7265c1bf8fbad243ee7feb7821358d87..a4ff44894ccc09c33102a3ac2179751084624438 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-10-14 "( 4.2.5p82)" "Programmer's Manual"
+.TH SNTP 1 2007-10-15 "( 4.2.5p83)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:26 AM EDT
+.\"  It has been AutoGen-ed  Monday October 15, 2007 at 07:48:08 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e7d28ffb7c1843da6112183716596202ec93f96c..3a1ab0a5f2accc31e339df014162f4c6d42c5f98 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:35 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:48:17 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.5p82\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p83\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b49080c588c06b881062a22796a3986e793ad166..5df4aba3155110ba473929c6f50f3ee7bc9d733f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:35 AM EDT
+ *  It has been AutoGen-ed  Monday October 15, 2007 at 07:48:16 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.5p82"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p82"
+#define NTP_KEYGEN_VERSION       "4.2.5p83"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p83"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1c3cc56384f70edbbd41ef334264dd1056710989..8627b46f3d09ecfd83626693f24381e4533798d1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:37 AM EDT
+# It has been AutoGen-ed  Monday October 15, 2007 at 07:48:19 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 87036868b5e445ae92872b680b3ef37a7abb54ff..5067b9ddbfeefea7a896472cd12eb4178ca048e6 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-10-14 "(ntp 4.2.5p82)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-10-15 "(ntp 4.2.5p83)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 14, 2007 at 07:43:36 AM EDT
+.\"  It has been AutoGen-ed  Monday October 15, 2007 at 07:48:18 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"