]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P116
authorHarlan Stenn <stenn@ntp.org>
Sun, 18 May 2008 11:57:45 +0000 (07:57 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 18 May 2008 11:57:45 +0000 (07:57 -0400)
bk: 483019b90ojRje6I8bdLLovCd0uUrg

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 fb9bcff81e9837ee04f8183ebd43b01ee203bcd6..f3a82481d2246838cb2c22526b6025582e514f40 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:35:39 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:43 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpd copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntpd copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpd copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved";
+       "ntpd copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p115\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p116\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 7a65a0b9de69f63a0680537d185af54c1f38914c..0d8a7a8b14f0220c01abe1eb2db76ba5888b9385 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:35:38 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:43 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpd copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntpd copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p115"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p115"
+#define NTPD_VERSION       "4.2.5p116"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p116"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83f29cff7822610b063e7230d8d027203e2fe571..bb8d06d7b970ed3175444aa9768974d9990d25d0 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 15, 2008 at 07:35:41 AM EDT
+# It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:46 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9cb66eb068db288db7f7f0dee4616d0c973de67c..e93eeae765027d83f3b99d78c3d720f5a705773c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-05-15 "( 4.2.5p115)" "Programmer's Manual"
+.TH NTPD 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 15, 2008 at 07:35:40 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:45 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 41791f8806750b9c5e7d238a8a20ea899050c0cf..c5b2b38c1a44e0209e110d07d6a853445722a596 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:42:32 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:40 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpdc copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntpdc copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpdc copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved";
+       "ntpdc copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p115\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p116\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 1c95b1559b89b09399f65b9983c13ac75fa01c59..a44bb07285d5f6962fa2bd5267a8f02312622655 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:42:31 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:40 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpdc copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntpdc copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p115"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p115"
+#define NTPDC_VERSION       "4.2.5p116"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p116"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 975852799876a448cd644e0731a38e7d4eb11ca8..2b3facbffd4e36e199527fcb0d0a06feccceef0f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 15, 2008 at 07:42:34 AM EDT
+# It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:42 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9a9d7b8b3bfa803eb9d61c57ec545d8b7658f80b..fdd6d67c7df512836278743dfd2c0cb9cd0c6cd4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-05-15 "( 4.2.5p115)" "Programmer's Manual"
+.TH NTPDC 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 15, 2008 at 07:42:33 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:41 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d1671e367bb89ac52eac6c385862d9b1b96d8576..096c25a01b5cea5a5d0c1456541875f7ea95d4e7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:02 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:11 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntpq copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntpq copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved";
+       "ntpq copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p115\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p116\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 72a3b049a05c6be3f6b48f37c94f94dd92256840..100fe7a3b499cd243028d2801501dc4ec8cbb363 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:01 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:11 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntpq copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntpq copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p115"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p115"
+#define NTPQ_VERSION       "4.2.5p116"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p116"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d0a22b2b821b299f3ae83425c88053c9d7a91d3f..51264a7ca78916ad2a0ae01e3d44559c3b32ad22 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:04 AM EDT
+# It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:13 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 014dee5ab02c8b37964ca18b197a15ace8aafb4b..12583f9d2daed493871cacb56b06ee015f2162a0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-05-15 "( 4.2.5p115)" "Programmer's Manual"
+.TH NTPQ 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:03 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:12 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 55f38ff22a5d21df2b58ce5af723f195a752b48f..eca689a16179e065a1ec0df181a6296def7ad4a8 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=115
+point=116
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 5978ac951d0e6e1580c123bb0a61b3effe2e61b2..4f726a5e642473b22709763736bbfb583674767a 100644 (file)
@@ -1,7 +1,8 @@
-/*  
- *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
+/*   -*- buffer-read-only: t -*- vi: set ro:
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:30 AM EDT
+ *  DO NOT EDIT THIS FILE   (sntp-opts.c)
+ *  
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:40 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p115\n\
+"sntp - standard SNTP program - Ver. 4.2.5p116\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index eb1a6b114d11e3ff6cab576f27add644bcca40e4..abb6c81f9dd53314a68b6dcc6498e350a3af298b 100644 (file)
@@ -1,7 +1,8 @@
-/*  
- *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
+/*   -*- buffer-read-only: t -*- vi: set ro:
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:29 AM EDT
+ *  DO NOT EDIT THIS FILE   (sntp-opts.h)
+ *  
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:39 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p115"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p115"
+#define SNTP_VERSION       "4.2.5p116"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p116"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0f500fcf9233a97e58c1da8bd4e0cd82eba6cd4a..dde1ba2ec6e4aaee3cd85657321142d05a3f2419 100644 (file)
@@ -3,10 +3,11 @@
 @pindex sntp
 @cindex standard SNTP program
 @ignore
+#  -*- buffer-read-only: t -*- vi: set ro:
 # 
-# EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
+# DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:32 AM EDT
+# It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:43 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9feee2015d8ea950613cbcaaa0559171614d83fb..6668be70083ecce5a3a4346e76429c5cac013122 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-05-15 "( 4.2.5p115)" "Programmer's Manual"
-.\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
+.TH SNTP 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
+.\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:31 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:41 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8edf65cd9ef1ae1f4dd09d4cee7aad90560726e7..e69941bc45cfe41f63dfb5eaf467d1acee7f03f9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:40 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:50 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -34,7 +34,7 @@
 extern "C" {
 #endif
 tSCC zCopyright[] =
-       "ntp-keygen copyright (c) 1970-2007 David L. Mills and/or others, all rights reserved";
+       "ntp-keygen copyright (c) 1970-2008 David L. Mills and/or others, all rights reserved";
 tSCC zCopyrightNotice[] =
        
 /* extracted from ../include/copyright.def near line 8 */
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p115\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p116\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2641925b87e4e21dd4a5b457aa3fb84bf1a35564..9ddd0bc313bf35ea1ada9f99effaf8810a6e657b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:39 AM EDT
+ *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:49 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -19,7 +19,7 @@
  *
  * This source file is copyrighted and licensed under the following terms:
  *
- * ntp-keygen copyright 1970-2007 David L. Mills and/or others - all rights reserved
+ * ntp-keygen copyright 1970-2008 David L. Mills and/or others - all rights reserved
  *
  * see html/copyright.html
  */
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p115"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p115"
+#define NTP_KEYGEN_VERSION       "4.2.5p116"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p116"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c82c31d1479ec8ef4d14943964c98d34eb724360..e8da664f31516ade2cb3a42e282ee2b29eb7e110 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:42 AM EDT
+# It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:52 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 433df4c39a67fe587b910107f88426fa8c34fefd..54437da689c849a8312b606d976a16af5f7dc8f3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-05-15 "(ntp 4.2.5p115)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-05-18 "(ntp 4.2.5p116)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday May 15, 2008 at 07:43:41 AM EDT
+.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:51 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"