]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P47 NTP_4_2_5P47
authorHarlan Stenn <stenn@ntp.org>
Sun, 10 Jun 2007 14:00:31 +0000 (10:00 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 10 Jun 2007 14:00:31 +0000 (10:00 -0400)
bk: 466c03ffWVxF1DaAbVQOI-RkV5rVzw

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 4638e788ed3b756894d9d31ce5ce4661937e86c0..4b10a3a9eadf73124352b8d1e7fbc448b7d38fa2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:48:18 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:40 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.5p46\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p47\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 891f42c45e31f6de9891c82bc471dde0506fd2f7..424d63aac4a1cd4c2c1f7bf68db2833101deb9a2 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:48:17 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:39 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.5p46"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p46"
+#define NTPD_VERSION       "4.2.5p47"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p47"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1cec11cfafebfcce5f4bb42424a1ab714918a5ee..05f7d1b634f902e89ee618a0022aae8546fd7fa3 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June  7, 2007 at 03:48:21 PM EDT
+# It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:43 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 6291a479efe7c0ee8e185be1a23b7c6f4d60b94b..5ddc5e7ce1b44df024a2155bf10d8590a9918e6c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual"
+.TH NTPD 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June  7, 2007 at 03:48:19 PM EDT
+.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:51:42 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index fcbc57f32205f1990cc4c27d15ea481886898a88..8897351e39a33835287349a7b4012a64457866fc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:07 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:23 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.5p46\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p47\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index c422f8ea04689c97239dabd21c03dafef0e698a5..4f2691c79f37a0b996e05c375c63d8b855ecfae4 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:06 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:22 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.5p46"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p46"
+#define NTPDC_VERSION       "4.2.5p47"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p47"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 647bd8d5fa165c3a3cd3786e82f16f0977bcce3c..15e9c61e84c3e9759e4b426394de7e9718bc7e57 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:08 PM EDT
+# It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:24 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 4fcb74f37944c503c37beaa5b5efffe4e0292b0c..f6378bcaf9d2af28618abeac63cf4b72d953de52 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual"
+.TH NTPDC 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:08 PM EDT
+.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:23 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b4dccb1d94dd72e98a96e56072083f3827f9e1e1..e684c704078525defc06abba640c89affb0efd50 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:37 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:53 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.5p46\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p47\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b244fedd5c35c50dbeb2130658a936283643b0e7..70a52bbb1d3b78e2ca3722989d1a77aa001ea1ba 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:37 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:53 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.5p46"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p46"
+#define NTPQ_VERSION       "4.2.5p47"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p47"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f8a10820e3a29f6c38249640151cf50ddadf8152..4932804317bb7d5e41edc56259e883055f5588e4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:40 PM EDT
+# It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:55 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 93f27938c6cd9b4938e2dfc5acb97f0c2b08f037..69715a9aeb370667b9326689d469b7689db6ef45 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual"
+.TH NTPQ 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June  7, 2007 at 03:55:38 PM EDT
+.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:58:54 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3ffd4bf46536a3d2ffbc1c32ecf8676058daec0e..becfc76263c75864a3aad3687d3be2fc1d79caf9 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=46
+point=47
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index c346e17c120b282ed32151e74a418800dc08df02..eab88d5b9e6308cbdb5b86b3bceec3e9ac79f74b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:06 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:22 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.5p46\n\
+"sntp - standard SNTP program - Ver. 4.2.5p47\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4686a544896afb09b4725b72b0618588150d018e..7f1dbf5883766cac81d114f92f70d3c7fad69651 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:06 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:21 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.5p46"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p46"
+#define SNTP_VERSION       "4.2.5p47"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p47"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 375200e251076108c172a72fdb0d0986aa609a16..001b6bebeffe69eb2dbdde39cade7dca32d112ee 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:08 PM EDT
+# It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:25 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index df29e57d32135112f7861319377caa84c5831e58..23c0239d7b5f6da40eecea895bc29c2daf8f48d9 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-06-07 "( 4.2.5p46)" "Programmer's Manual"
+.TH SNTP 1 2007-06-10 "( 4.2.5p47)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:07 PM EDT
+.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:24 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1010ad01a8704d9a449d856c8d02b969fc4fb6d4..17975a64475c8b7c8dc112a5e903b9388b9fbfd6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:16 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:32 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.5p46\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p47\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index db0024c6525c8c871a2d44b02845d2d87eb6d95f..ee7c2525ca68f0a8de376e277d844f235df712a1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:15 PM EDT
+ *  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:32 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.5p46"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p46"
+#define NTP_KEYGEN_VERSION       "4.2.5p47"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p47"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2b53ef9f1f2b3f9d1ee3cd7a638f47746780d557..4fd3efadc3bb851278b7edcd2144f27fa8e5a009 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:18 PM EDT
+# It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:34 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index eb00bc9c0a9f719e9f3405de1e453ddcafee569a..c3038fac4da7a89fa109811b63b0c3b82cef319e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-06-07 "(ntp 4.2.5p46)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-06-10 "(ntp 4.2.5p47)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday June  7, 2007 at 03:56:17 PM EDT
+.\"  It has been AutoGen-ed  Sunday June 10, 2007 at 09:59:33 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"