]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P48 NTP_4_2_5P48
authorHarlan Stenn <stenn@ntp.org>
Tue, 12 Jun 2007 12:00:26 +0000 (08:00 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 12 Jun 2007 12:00:26 +0000 (08:00 -0400)
bk: 466e8adaIRDdFGW3TOPYzgg3W9hjhA

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 4b10a3a9eadf73124352b8d1e7fbc448b7d38fa2..544c03a5b70e09a5d968bfccf807796043b1fe50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:40 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:50:08 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.5p47\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p48\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 424d63aac4a1cd4c2c1f7bf68db2833101deb9a2..a17197c7a817992b7e42f87d946e958936bf4d9e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:39 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:50: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.5p47"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p47"
+#define NTPD_VERSION       "4.2.5p48"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p48"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 05f7d1b634f902e89ee618a0022aae8546fd7fa3..9f9da1b4cfdba1441bcb23109d1cf89aba3d6641 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:43 AM EDT
+# It has been AutoGen-ed  Tuesday June 12, 2007 at 07:50:12 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5ddc5e7ce1b44df024a2155bf10d8590a9918e6c..4929f06d4839b9e61a0aa3b348bee046eae1c638 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
+.TH NTPD 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:42 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:50:10 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8897351e39a33835287349a7b4012a64457866fc..950768779b46e8d32f764340acbca148fdf8bbf2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:23 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:20 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.5p47\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p48\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4f2691c79f37a0b996e05c375c63d8b855ecfae4..01ee125ea2a99b8d0319b3601628b373c508c4ff 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:22 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:19 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.5p47"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p47"
+#define NTPDC_VERSION       "4.2.5p48"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p48"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 15e9c61e84c3e9759e4b426394de7e9718bc7e57..0d25fbb551996aa15b6f354587c5fa88a98b7d75 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:24 AM EDT
+# It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:22 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index f6378bcaf9d2af28618abeac63cf4b72d953de52..31f6a4efca6c7d7d6513c40881c5b3d04e1971cb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
+.TH NTPDC 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:23 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:21 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e684c704078525defc06abba640c89affb0efd50..3d00d53aa049d41e6d88bea7c8d5623199d0061b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:53 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:50 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.5p47\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p48\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 70a52bbb1d3b78e2ca3722989d1a77aa001ea1ba..a2d2ed236991ffbe752e470b148329210f8f9eb2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:53 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:50 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.5p47"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p47"
+#define NTPQ_VERSION       "4.2.5p48"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p48"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4932804317bb7d5e41edc56259e883055f5588e4..ebe84672ca7516730b9dda872c71e8785528e709 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:55 AM EDT
+# It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:53 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 69715a9aeb370667b9326689d469b7689db6ef45..686574ea5affa27004cfbda96629071ab7d4b350 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
+.TH NTPQ 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:54 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:58:52 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index becfc76263c75864a3aad3687d3be2fc1d79caf9..2f317561c6828945acb20ecea8ae761b9c09c109 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=47
+point=48
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index eab88d5b9e6308cbdb5b86b3bceec3e9ac79f74b..aedb535c285daf08a06ee4689abeb2b649d0bacd 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:22 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:19 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.5p47\n\
+"sntp - standard SNTP program - Ver. 4.2.5p48\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 7f1dbf5883766cac81d114f92f70d3c7fad69651..ab7cae2f62f1d321105eb984340f3dc4aff5c507 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:21 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:19 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.5p47"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p47"
+#define SNTP_VERSION       "4.2.5p48"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p48"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 001b6bebeffe69eb2dbdde39cade7dca32d112ee..056466d56abcbf5486fe74a42c5780a617b1eb87 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:25 AM EDT
+# It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:22 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 23c0239d7b5f6da40eecea895bc29c2daf8f48d9..ec72a87e0436baa9248dc22e621fcc73d02454ec 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
+.TH SNTP 1 2007-06-12 "( 4.2.5p48)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:24 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:20 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 17975a64475c8b7c8dc112a5e903b9388b9fbfd6..50fb60cf741862a591f405178a1bc2a96e4471c4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:32 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:30 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.5p47\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p48\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ee7c2525ca68f0a8de376e277d844f235df712a1..80ceb6e9784d12d957edd83b1f789d0085b6ebf4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:32 AM EDT
+ *  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:29 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.5p47"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p47"
+#define NTP_KEYGEN_VERSION       "4.2.5p48"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p48"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4fd3efadc3bb851278b7edcd2144f27fa8e5a009..926f28c6dd7eefefffe13ea8bfbc5c1b2fe84da3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:34 AM EDT
+# It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:32 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c3038fac4da7a89fa109811b63b0c3b82cef319e..e773bc73c73cab3d61141bb63329ba2ad13d34e4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-10 "(ntp 4.2.5p47)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-06-12 "(ntp 4.2.5p48)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:33 AM EDT
+.\"  It has been AutoGen-ed  Tuesday June 12, 2007 at 07:59:31 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"