]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P117
authorHarlan Stenn <stenn@ntp.org>
Wed, 21 May 2008 11:48:20 +0000 (07:48 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 21 May 2008 11:48:20 +0000 (07:48 -0400)
bk: 48340c04V5FPqmdAHrwDZWXLVki6oQ

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 f3a82481d2246838cb2c22526b6025582e514f40..4952b2d35d0878c985eb8bdbc01adc0f8763c677 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:43 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:09 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.5p116\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p117\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 0d8a7a8b14f0220c01abe1eb2db76ba5888b9385..d9887d35f716c2f0a68296581a72b4d2e0eb9f59 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:43 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:08 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.5p116"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p116"
+#define NTPD_VERSION       "4.2.5p117"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p117"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index bb8d06d7b970ed3175444aa9768974d9990d25d0..fe7fd5f51b96ce8f775e48eba2fd70f7a7fa991c 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:46 AM EDT
+# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:11 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e93eeae765027d83f3b99d78c3d720f5a705773c..3ccdefbeed42a7ef74624c65676240e2efc37583 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
+.TH NTPD 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:48:45 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:10 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c5b2b38c1a44e0209e110d07d6a853445722a596..fc1d7a1a173f403e53084fb259915517cb27cf57 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:40 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:09 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.5p116\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p117\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a44bb07285d5f6962fa2bd5267a8f02312622655..8ffe6ec382177f8c46178e4ca099064c82f704fa 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:40 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:08 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.5p116"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p116"
+#define NTPDC_VERSION       "4.2.5p117"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p117"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b3facbffd4e36e199527fcb0d0a06feccceef0f..6eaa4af6b4902252e498a5e0d9ef38b4282be072 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:42 AM EDT
+# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:10 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fdd6d67c7df512836278743dfd2c0cb9cd0c6cd4..3f612a32f45f398969349b28ef73766da8be4dfe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
+.TH NTPDC 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:55:41 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:10 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 096c25a01b5cea5a5d0c1456541875f7ea95d4e7..698cef93ab0fd8aa08088ad395f7274a83833229 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:11 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:41 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.5p116\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p117\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 100fe7a3b499cd243028d2801501dc4ec8cbb363..2d788570600155a53f6e3bedbd5aafed4eccb64f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:11 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:40 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.5p116"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p116"
+#define NTPQ_VERSION       "4.2.5p117"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p117"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 51264a7ca78916ad2a0ae01e3d44559c3b32ad22..4edbbbd44e53f6f5fc95c28e6dbdd2b38faf01b5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:13 AM EDT
+# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:43 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 12583f9d2daed493871cacb56b06ee015f2162a0..dea09c6afde4a87d5b20c4bc49c47dfb8ffc30a5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
+.TH NTPQ 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:12 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:42 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eca689a16179e065a1ec0df181a6296def7ad4a8..70711bc828296862dd9b45d1582e7684b126c331 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=116
+point=117
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 4f726a5e642473b22709763736bbfb583674767a..3bae9a186456d2104f3cde6faf18eb75b4cb460d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:40 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:09 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p116\n\
+"sntp - standard SNTP program - Ver. 4.2.5p117\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index abb6c81f9dd53314a68b6dcc6498e350a3af298b..5d0c6643c734f1a25c511d38a302852d35171028 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:39 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:09 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p116"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p116"
+#define SNTP_VERSION       "4.2.5p117"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p117"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index dde1ba2ec6e4aaee3cd85657321142d05a3f2419..5d0b99d12f4cee009b01106edc18bbb5310bd0e5 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:43 AM EDT
+# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:11 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6668be70083ecce5a3a4346e76429c5cac013122..88d9687d31c81a2a00dc81bd2164ae9397cad433 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-05-18 "( 4.2.5p116)" "Programmer's Manual"
+.TH SNTP 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:41 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:10 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e69941bc45cfe41f63dfb5eaf467d1acee7f03f9..1391dc6bea434771311432abffba986e634a602d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:50 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:20 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -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.5p116\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p117\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9ddd0bc313bf35ea1ada9f99effaf8810a6e657b..5321afd4cbc5f68f3ba6ab48a0f27fafe1828ae8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:49 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:19 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p116"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p116"
+#define NTP_KEYGEN_VERSION       "4.2.5p117"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p117"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e8da664f31516ade2cb3a42e282ee2b29eb7e110..d7e08988b42b5fdbfd01006234e41f89233e0ffa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:52 AM EDT
+# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:22 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 54437da689c849a8312b606d976a16af5f7dc8f3..fb53ca34c52df654dc702897cb1812e4c479d09a 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-05-18 "(ntp 4.2.5p116)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-05-21 "(ntp 4.2.5p117)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday May 18, 2008 at 07:56:51 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:21 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"