]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P59 NTP_4_2_3P59
authorHarlan Stenn <stenn@ntp.org>
Sun, 15 Oct 2006 11:42:15 +0000 (07:42 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 15 Oct 2006 11:42:15 +0000 (07:42 -0400)
bk: 45321e97ifjflqp7cwPtUGy_NkIKzw

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 33a8d9e8c290d71ed05c21d13ca2bbfd5c87bd55..3d5ee57e808c2d7e785687916d6cda7381254128 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:19 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:33:58 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -867,7 +867,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p58\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p59\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ed4e87023cc80904ecfdd96824b92027b3c56d96..df590872fb858bd27ad8885c08591b6fca948f56 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:18 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:33:57 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.3p58"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p58"
+#define NTPD_VERSION       "4.2.3p59"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p59"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index daaeba1696540a669482ab05321b542ae6e20fbc..dadbde687df0de7bd6bbfeae2a6f0734d966fadd 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:22 AM EDT
+# It has been AutoGen-ed  Sunday October 15, 2006 at 07:34:01 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 47a3221e39572e2a4a10156a8c794fc31aafba79..b9f59a440e71e73a36ec9732bff665069ee478d5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-10-14 "( 4.2.3p58)" "Programmer's Manual"
+.TH NTPD 1 2006-10-15 "( 4.2.3p59)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:20 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 15, 2006 at 07:33:59 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ef41b1f62d0822c8b72aba23a11073cc6c54ef7c..d9b780b425c83aad06591453720f9f4f9946ca70 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:24 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:34:03 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -1065,7 +1065,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p58\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p59\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index e29bbcb749789a871f241fb61a1fef59982a9467..f58ed1f1b44cdc9efefc95236adb543eb29db602 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:23 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:34:02 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.3p58"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p58"
+#define NTPDSIM_VERSION       "4.2.3p59"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p59"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d9977e747ac86104fd2b8b3718182f7fe71ee1a5..65dba3c01e768097432ac37243b33f46e401ed39 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:27 AM EDT
+# It has been AutoGen-ed  Sunday October 15, 2006 at 07:34:06 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 04edb29de6bd5836daf3f38735c9b6958104d591..88cc122af469eda7754f8eb951b72feafe0a1fdc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-10-14 "( 4.2.3p58)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-10-15 "( 4.2.3p59)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday October 14, 2006 at 07:33:25 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 15, 2006 at 07:34:04 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b741b6156f9ef65790098b654c22d7b084c15efb..93024384089dec539c69937ec854576eed9c2e60 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:39:47 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:16 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p58\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p59\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d7d6ee8c7d1cf9a3dd4ca244c06dfb805ff40a05..f44be0642760e43c0da209c01e2927c8bd75c1f6 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:39:46 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:15 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.3p58"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p58"
+#define NTPDC_VERSION       "4.2.3p59"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p59"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 81a2f97bddc7363a4d0cb763550f1d34de774c92..3e9d7b8f0817954f9258d789558c73c78ea30d8c 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday October 14, 2006 at 07:39:48 AM EDT
+# It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:18 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e60f9097b6383bf41d722055c4c8cc89e32312fe..a2572d21c26fb90411b13c2a3003db0bda230d65 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-10-14 "( 4.2.3p58)" "Programmer's Manual"
+.TH NTPDC 1 2006-10-15 "( 4.2.3p59)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday October 14, 2006 at 07:39:48 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:17 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 02b2d1de9dbc138bc62229c3235481ae3816c716..797154e0a729d5dc7694b43ea65e40ddfff755e0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:16 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:45 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p58\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p59\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 13b8bdf48592fff8620838f89319787a9be5e5b8..85337a4dab402a4158a02ffd879e2af46590e38e 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:15 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:44 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.3p58"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p58"
+#define NTPQ_VERSION       "4.2.3p59"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p59"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3bcbf855f1329bba5ccd988f80f7559f99d17161..3ebf98896556f2d9e4e79b4bb861dfbcf2f75bba 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:18 AM EDT
+# It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:47 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index feffe672ef588d443bf61f838a3f22167bfe77c0..7789b71db874b1799557e6890517f6fded829848 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-10-14 "( 4.2.3p58)" "Programmer's Manual"
+.TH NTPQ 1 2006-10-15 "( 4.2.3p59)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:17 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 15, 2006 at 07:40:46 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8bea86894c2d16b22ba11d2e4eca9381b28f54be..d7016e9a1ce92c55fbf4d27eec625fc002da2cdb 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=58
+point=59
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 86cffcf2787abd7e6a00614c62889acead8dca1a..3da19e8ca6cbf0221a6aa3e44d595f38c4f5d210 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:44 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:13 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -484,7 +484,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p58\n\
+"sntp - standard SNTP program - Ver. 4.2.3p59\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a506fd81b63c4efff52946457189d6450155288b..b0e034270c829a7f40a0eb867ee2dbda2cbb73c8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:43 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:13 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    12
-#define SNTP_VERSION       "4.2.3p58"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p58"
+#define SNTP_VERSION       "4.2.3p59"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p59"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 4f3e3bf26c6ad1eec2297600ae5f268716889954..ceeac1c5b90aed63cc9b02a0fdbf1c5ff06478af 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:46 AM EDT
+# It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:15 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c0e45f41c82979c2d29588c0f0c2d550d20bb3b1..99e0709101522b0571ae0a0db6da6e3f6488c2fe 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:53 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:23 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p58\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p59\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2371fe2587247ab192bfa70ed9fc2baf075d0962..639c932f70cddd2acfef20e65eca01379f00769d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:52 AM EDT
+ *  It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:22 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.3p58"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p58"
+#define NTP_KEYGEN_VERSION       "4.2.3p59"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p59"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e52bd389fab31aa896342fe9bab73b168e5e02b6..f637dd55fecf78ee5e55e9b1ec164b6b7b8f0b44 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:54 AM EDT
+# It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:25 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 553364c90c96122c7ae0a04cbec6a06506859b11..2074a96cf44dfb933c6a64fceb32d583afb95834 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-10-14 "(ntp 4.2.3p58)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-10-15 "(ntp 4.2.3p59)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday October 14, 2006 at 07:40:54 AM EDT
+.\"  It has been AutoGen-ed  Sunday October 15, 2006 at 07:41:24 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"