]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P118
authorHarlan Stenn <stenn@ntp.org>
Fri, 6 Jun 2008 23:56:21 +0000 (19:56 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 6 Jun 2008 23:56:21 +0000 (19:56 -0400)
bk: 4849cea5V1ABJGoyWic_CE8aY9maCg

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 4952b2d35d0878c985eb8bdbc01adc0f8763c677..006bb14469ce0ec7f2ac3436543f43278fec663c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:09 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:47:24 PM 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.5p117\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index d9887d35f716c2f0a68296581a72b4d2e0eb9f59..1e7d30a73eecacd8bf5a2c3f65d6cc85322fe005 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:08 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:47:23 PM 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.5p117"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p117"
+#define NTPD_VERSION       "4.2.5p118"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index fe7fd5f51b96ce8f775e48eba2fd70f7a7fa991c..0f9ed35faadcaa741ad643784f460e71e793710f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:11 AM EDT
+# It has been AutoGen-ed  Friday June  6, 2008 at 07:47:27 PM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3ccdefbeed42a7ef74624c65676240e2efc37583..0f1735a30854a4e6bb248f1bc93836625b718f31 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
+.TH NTPD 1 2008-06-06 "( 4.2.5p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:39:10 AM EDT
+.\"  It has been AutoGen-ed  Friday June  6, 2008 at 07:47:25 PM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fc1d7a1a173f403e53084fb259915517cb27cf57..2e45c5f5b5e5a43f42d0308fbb39e04d4c385ed2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:09 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:54:17 PM 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.5p117\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8ffe6ec382177f8c46178e4ca099064c82f704fa..bfc924c82ca52fbce88ebfa1eddd85f19942006c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:08 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:54:16 PM 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.5p117"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p117"
+#define NTPDC_VERSION       "4.2.5p118"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6eaa4af6b4902252e498a5e0d9ef38b4282be072..df59e555fe5e76a5bca662a5547a7861c125c65d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:10 AM EDT
+# It has been AutoGen-ed  Friday June  6, 2008 at 07:54:19 PM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 3f612a32f45f398969349b28ef73766da8be4dfe..de1762a8c5663856c969330f028d0428066040cc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
+.TH NTPDC 1 2008-06-06 "( 4.2.5p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:10 AM EDT
+.\"  It has been AutoGen-ed  Friday June  6, 2008 at 07:54:18 PM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 698cef93ab0fd8aa08088ad395f7274a83833229..4cccc6a0aeee9257a22afbf55b6c4852a83cb875 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:41 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:54:50 PM 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.5p117\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2d788570600155a53f6e3bedbd5aafed4eccb64f..cf9a9d83cc98b9b7ff60a0ce078d653e42f48e23 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:40 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:54:49 PM 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.5p117"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p117"
+#define NTPQ_VERSION       "4.2.5p118"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4edbbbd44e53f6f5fc95c28e6dbdd2b38faf01b5..6b0548bfd964a97090be0978e4704c03354db735 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:43 AM EDT
+# It has been AutoGen-ed  Friday June  6, 2008 at 07:54:52 PM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dea09c6afde4a87d5b20c4bc49c47dfb8ffc30a5..40a63efd7ce2fb3f4a1742498abc01314f0cfa03 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
+.TH NTPQ 1 2008-06-06 "( 4.2.5p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:46:42 AM EDT
+.\"  It has been AutoGen-ed  Friday June  6, 2008 at 07:54:51 PM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 70711bc828296862dd9b45d1582e7684b126c331..f84ed16c318cdfa0238f89ae9b373046c38f7863 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=117
+point=118
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 3bae9a186456d2104f3cde6faf18eb75b4cb460d..acc42765d6c41955dd4ecc8960813c2312ad34a2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:09 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:55:18 PM 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.5p117\n\
+"sntp - standard SNTP program - Ver. 4.2.5p118\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5d0c6643c734f1a25c511d38a302852d35171028..053e490390fe76845c53d700a0a15fad4fe070b2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:09 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:55:17 PM 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.5p117"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p117"
+#define SNTP_VERSION       "4.2.5p118"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5d0b99d12f4cee009b01106edc18bbb5310bd0e5..9d8dc37afc69bdf91998b4263b6d8c57ddb28749 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:11 AM EDT
+# It has been AutoGen-ed  Friday June  6, 2008 at 07:55:21 PM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 88d9687d31c81a2a00dc81bd2164ae9397cad433..7a458ac2e5086345b743efdff367e1c6dc16a22a 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-05-21 "( 4.2.5p117)" "Programmer's Manual"
+.TH SNTP 1 2008-06-06 "( 4.2.5p118)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:10 AM EDT
+.\"  It has been AutoGen-ed  Friday June  6, 2008 at 07:55:19 PM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1391dc6bea434771311432abffba986e634a602d..9c39bbed954eabfa829fb2d52aadcf22d2797aee 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:20 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:55:29 PM 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.5p117\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p118\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5321afd4cbc5f68f3ba6ab48a0f27fafe1828ae8..14f69f549deaf277b0e70dea875adba6fe4fbaf7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:19 AM EDT
+ *  It has been AutoGen-ed  Friday June  6, 2008 at 07:55:28 PM 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.5p117"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p117"
+#define NTP_KEYGEN_VERSION       "4.2.5p118"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p118"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d7e08988b42b5fdbfd01006234e41f89233e0ffa..f113c6cccbf8926613d9193871ecace5ff1fe7c5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:22 AM EDT
+# It has been AutoGen-ed  Friday June  6, 2008 at 07:55:31 PM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fb53ca34c52df654dc702897cb1812e4c479d09a..eb2e5e3de63668efd0f42aeb6f909d0ea21ae928 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-05-21 "(ntp 4.2.5p117)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-06-06 "(ntp 4.2.5p118)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 21, 2008 at 07:47:21 AM EDT
+.\"  It has been AutoGen-ed  Friday June  6, 2008 at 07:55:30 PM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"