]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P41
authorHarlan Stenn <stenn@ntp.org>
Wed, 30 May 2007 11:45:27 +0000 (07:45 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 30 May 2007 11:45:27 +0000 (07:45 -0400)
bk: 465d63d71oNBx7S3Z0_BdtpQzpKqkg

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 e0ed6003339b56487bcc189802ef910aaaf43e70..c10e3b666886016cdb75b4d971ab32c49da26d07 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:31:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:41 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p40\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index e0a35be61c8abf47e96ef6a310616a0d8f267bee..71e04f3ebd9ba9cbd6ea81826fecc3ed11f845f0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:31:02 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:40 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p40"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p40"
+#define NTPD_VERSION       "4.2.5p41"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p41"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 291399d2256254eb85e3e8be22c841b8a831dec1..87edb8a9bebb4f98adf5025cd90eae6f0e043e98 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 29, 2007 at 09:31:05 AM EDT
+# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:43 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b32807dff5f475efc39ee88387d8d9bbfd8fc0b3..9d13c3237830e9a1bba47010c6d2132e2b737993 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-29 "( 4.2.5p40)" "Programmer's Manual"
+.TH NTPD 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:31:04 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:42 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 35b0d307d84c8689cf76d1e24d6e46d3db8aa4c8..c772c2d3bd57202bf98cf063892ae29d030e2771 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:37:45 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:16 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p40\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a4256fb84ea8168185ec643e06f7ca4c1060fc74..9d0f89f05be4c21d9e7c1fc7d44aed7ec70ff5a7 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:37:44 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43: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.5p40"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p40"
+#define NTPDC_VERSION       "4.2.5p41"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p41"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 533d5643a8662a92eafd63a0d6ec80f7a2fe9e33..f1efca87a893c76f8977397d4b29300419c503dd 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 29, 2007 at 09:37:46 AM EDT
+# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:17 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 86da18864623802ba29b95471d6777de75046e4f..1efab765ad5c5fe54208afb85b618b2e473a8821 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-29 "( 4.2.5p40)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:37:46 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:17 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4fe0b0ae6aa2d2461c2a3fa15218010a9f524c32..d434328218077c255f4dbcb18525d805da9a3ec0 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:15 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:47 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p40\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 59bd39b64c169ac0ef9fb894178e76a08e22b6aa..45a30b50009d20d9a5af3c74c5ffb62abadd92e2 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:14 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:46 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.5p40"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p40"
+#define NTPQ_VERSION       "4.2.5p41"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p41"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2d3f89b1a48b0d4f1667955870f378e57dbbd30f..ba2e382e6f8a68822f4d2ad0082e6a9305892391 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:17 AM EDT
+# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:49 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index d95ff0271e6fb7f62e93befd7099434d840ce9f3..7b2a40067778dd19ea64ac1d99d1660da17db5c7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-29 "( 4.2.5p40)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:16 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:48 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9ea94df80868f86d55728a758888ccdcdb5c97df..d52dd2ad5d90241e4eea7dbd2b16da7e3271f4cb 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=40
+point=41
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 6d9b826d9c6e4b5a1fd450950602da7a38bf9c67..a90d2c788c3a2c7ccc97dd521392c834be0f166d 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:43 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:18 AM 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.5p40\n\
+"sntp - standard SNTP program - Ver. 4.2.5p41\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 79e02e3ec114837844c8bf3468bc92b4cf3c0c15..4d6aa5d245db565773e142fd1f235a51d93b5db7 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:42 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:17 AM 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.5p40"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p40"
+#define SNTP_VERSION       "4.2.5p41"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p41"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 402ee36f5816a965b18f370857bb1188fce8980f..e76b1a373be202de13574e22776218e70bb1c2fb 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:45 AM EDT
+# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:20 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dffd65bed4930fd466eb8475f1327872c259f9d9..be5198405b4c7074ba090e68bd09e4dcb5216ce1 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-29 "( 4.2.5p40)" "Programmer's Manual"
+.TH SNTP 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:44 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:19 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4928b8356add82990344d1f8872c028a6bd88c98..7e3cd866c6997b7edb761adbc4bd565c86be84c4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:53 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:28 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,7 +800,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p40\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p41\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ad98dfda1cc7f6fb3cd0fcbe03f985e1e562d2be..5d99b76ba3d6401ddead309e8bac8bcad52628cf 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:52 AM EDT
+ *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:27 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.5p40"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p40"
+#define NTP_KEYGEN_VERSION       "4.2.5p41"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p41"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 142096181cdccc75f596c17fbb57ecf8ca97b874..aefdd9a41fa25cc38bfe09027388976ba205d8e4 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:55 AM EDT
+# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:29 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index a7087a548548e51569d20367f55f8dd00dc92c1c..9981743325d15840dfa67ded9a447c663a79b03c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-29 "(ntp 4.2.5p40)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-30 "(ntp 4.2.5p41)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday May 29, 2007 at 09:38:54 AM EDT
+.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:29 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"