]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P58
authorHarlan Stenn <stenn@ntp.org>
Sat, 30 Jun 2007 11:46:53 +0000 (07:46 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 30 Jun 2007 11:46:53 +0000 (07:46 -0400)
bk: 468642adwFiQVeccEd1DNo-13dHnqQ

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 91ac13458cdd46f89ccee0e55fceb3e1223235c7..43631770255de63c066c2465841e7a89dfe324e2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:38:22 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:38:04 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -835,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p57\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p58\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 3207fa7d2df89f3b36d026f61635a26fc8f2a325..33195d689b1b4d1b232cf45410883d177896bc96 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:38:22 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:38:03 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.5p57"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p57"
+#define NTPD_VERSION       "4.2.5p58"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p58"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 020f1e0023b5efba4131916e1b44f3ffa8e70d53..9d7187bca706789be51b7e7f053db433f5dafd8b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 28, 2007 at 07:38:25 AM EDT
+# It has been AutoGen-ed  Saturday June 30, 2007 at 07:38:06 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d290def2a985a691afcc7beff21cc6ffa21201d1..6aece7bb05a0eee288c0c8494dcc6d6c409bbaa4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-28 "( 4.2.5p57)" "Programmer's Manual"
+.TH NTPD 1 2007-06-30 "( 4.2.5p58)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 28, 2007 at 07:38:24 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 30, 2007 at 07:38:05 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 57de3d9e94738aa19b2bc0e3e3ab1d15ae1d5ab9..c2ae285105e25bff99d176a499a6dea23930859e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:11 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:44:41 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.5p57\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p58\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d334a837f9d5f010fbfc455f141b635b62699494..413d50a4ddb18ffb8ee0284818265d7578e7f099 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:11 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:44:41 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.5p57"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p57"
+#define NTPDC_VERSION       "4.2.5p58"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p58"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 0d4f44ae9e7620d6d94e504ccfc6bcae7823c1a1..7a48d90b226c5fd375fec1b5dd6666b97e9c0f5f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:13 AM EDT
+# It has been AutoGen-ed  Saturday June 30, 2007 at 07:44:43 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d04977ac5721d68df64e9bde759542981aafa218..723f0644cebfd5e260e9bdd0ebec22ba55b166f8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-28 "( 4.2.5p57)" "Programmer's Manual"
+.TH NTPDC 1 2007-06-30 "( 4.2.5p58)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:12 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 30, 2007 at 07:44:43 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a36cd1845d15a78a9f7a2f2c05760f5f5857eb05..ae6225884a8155f0fe99e5ea91bbe40447c660ca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:41 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:14 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.5p57\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p58\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4f0812b174438ee6723c76889d86bc8a11bc0584..8fb9da41b570f301221788823f1a1f2667669c4b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:41 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:14 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.5p57"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p57"
+#define NTPQ_VERSION       "4.2.5p58"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p58"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8118698cb326d4897200dca26d32df8a8ebb5207..f275f4c7ebabe1d7da8dc14bd64cf3bd88037ed8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:43 AM EDT
+# It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:16 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index fa5204e20d21cbdb6da02e41fb1f6fcd0114e8a6..8614f19e625fcf8d03a3423200738f69b990a879 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-28 "( 4.2.5p57)" "Programmer's Manual"
+.TH NTPQ 1 2007-06-30 "( 4.2.5p58)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 28, 2007 at 07:45:42 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:15 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b5a28b75c20b7b0f7a550a9bc82eed932cf74852..a3b50c6e94ef240fcafe0d52a790859f47d457a5 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=57
+point=58
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index c037f1ca1a2796ec6d70ccb96bda364122e55f74..a1a900818e19c11afdefc2925dab96637d898884 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:09 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:44 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.5p57\n\
+"sntp - standard SNTP program - Ver. 4.2.5p58\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3a086d27c1f5b60f42bbc979bcbe1801440133a4..f8c4b87f9a3c8a57c9494ae4aa0d69196cbae29f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:08 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:43 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.5p57"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p57"
+#define SNTP_VERSION       "4.2.5p58"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p58"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3bc44885b4ef8b88c1dab114e6b9c5dc553e3bd6..d1285ca558f4ce43d1d92d541e1ab67179fa9ff5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:11 AM EDT
+# It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:46 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0fd73884c9d76ebd0c586787ad5fe4bc037af093..37797619c504406376760b9d1164e26939b16dc8 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-06-28 "( 4.2.5p57)" "Programmer's Manual"
+.TH SNTP 1 2007-06-30 "( 4.2.5p58)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:10 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:45 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fb42d42e98a261814f45616891fceb53eb17831d..6366797ca91c3f6a590e895f5e5de9461861e5fb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:19 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:54 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -799,7 +799,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p57\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p58\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 3cb6f952f4f2bbcfbaac4d25938ab2f90dc8e422..6b842aca4acfb26ccd6271aa09828793a54ecd5a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:18 AM EDT
+ *  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:53 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.5p57"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p57"
+#define NTP_KEYGEN_VERSION       "4.2.5p58"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p58"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d1dabe6037806b57a6a319bba3044729ea880e3d..1a0f07b8f38aa78295fb4e4ab323ef8bb15275a9 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:21 AM EDT
+# It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:56 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0521569181690f5e646592bea811b8d92b0c3e82..44c8be8cf948dc23b058681ad3cc0065f4b06659 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-28 "(ntp 4.2.5p57)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-06-30 "(ntp 4.2.5p58)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June 28, 2007 at 07:46:20 AM EDT
+.\"  It has been AutoGen-ed  Saturday June 30, 2007 at 07:45:55 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"