]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P42
authorHarlan Stenn <stenn@ntp.org>
Thu, 31 May 2007 11:47:43 +0000 (07:47 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 31 May 2007 11:47:43 +0000 (07:47 -0400)
bk: 465eb5dfigeZ8hhcKQG3A4kDn9P4bw

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 c10e3b666886016cdb75b4d971ab32c49da26d07..6600c80eb58a51ef26f3dd37e10af68dfee1b16e 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:41 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:38:45 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -836,7 +835,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p41\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p42\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 71e04f3ebd9ba9cbd6ea81826fecc3ed11f845f0..702246fdedbaaef6cb069434540ea723bcf3b7ac 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:40 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:38:44 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p41"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p41"
+#define NTPD_VERSION       "4.2.5p42"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p42"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 87edb8a9bebb4f98adf5025cd90eae6f0e043e98..c50427bf18f2aa308906ab491e93f06d74d28b58 100644 (file)
@@ -3,11 +3,10 @@
 @pindex ntpd
 @cindex NTP daemon program
 @ignore
-#  -*- buffer-read-only: t -*- vi: set ro:
 # 
-# DO NOT EDIT THIS FILE   (ntpd-opts.texi)
+# EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:43 AM EDT
+# It has been AutoGen-ed  Thursday May 31, 2007 at 07:38:48 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9d13c3237830e9a1bba47010c6d2132e2b737993..a15b0a2777b89042a37fd95f8699efdf68efc67c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
-.\"  DO NOT EDIT THIS FILE   (ntpd.1)
+.TH NTPD 1 2007-05-31 "( 4.2.5p42)" "Programmer's Manual"
+.\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:36:42 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 31, 2007 at 07:38:46 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c772c2d3bd57202bf98cf063892ae29d030e2771..d8efa0cd251a5c0896dea7195b430396ef2caf00 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:16 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:45:32 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -463,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p41\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p42\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 9d0f89f05be4c21d9e7c1fc7d44aed7ec70ff5a7..c7c5a50761c23240ede20e27281f925f0f6d265a 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:15 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:45:32 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p41"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p41"
+#define NTPDC_VERSION       "4.2.5p42"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p42"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f1efca87a893c76f8977397d4b29300419c503dd..b1034acda6456b145492f17e2b9814752356da5a 100644 (file)
@@ -3,11 +3,10 @@
 @pindex ntpdc
 @cindex vendor-specific NTP query program
 @ignore
-#  -*- buffer-read-only: t -*- vi: set ro:
 # 
-# DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
+# EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:17 AM EDT
+# It has been AutoGen-ed  Thursday May 31, 2007 at 07:45:34 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 1efab765ad5c5fe54208afb85b618b2e473a8821..b5fb55ae86ef1cf4e0e00985f305bfece433d856 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
-.\"  DO NOT EDIT THIS FILE   (ntpdc.1)
+.TH NTPDC 1 2007-05-31 "( 4.2.5p42)" "Programmer's Manual"
+.\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:17 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 31, 2007 at 07:45:33 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d434328218077c255f4dbcb18525d805da9a3ec0..af7404c89025023fa4b1bd8dd7fc5c6ca33f143e 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:47 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:04 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -411,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p41\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p42\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 45a30b50009d20d9a5af3c74c5ffb62abadd92e2..6975cd7510cd5ad575bf78b09fcf314d151c861a 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:46 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:04 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p41"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p41"
+#define NTPQ_VERSION       "4.2.5p42"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p42"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ba2e382e6f8a68822f4d2ad0082e6a9305892391..49fa2e0f5a165395af56202d5c8cf8e41b79fb64 100644 (file)
@@ -3,11 +3,10 @@
 @pindex ntpq
 @cindex standard NTP query program
 @ignore
-#  -*- buffer-read-only: t -*- vi: set ro:
 # 
-# DO NOT EDIT THIS FILE   (ntpq-opts.texi)
+# EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:49 AM EDT
+# It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:06 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7b2a40067778dd19ea64ac1d99d1660da17db5c7..2177302f8e3b8115c2040e45eb2ee39aeb410f82 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
-.\"  DO NOT EDIT THIS FILE   (ntpq.1)
+.TH NTPQ 1 2007-05-31 "( 4.2.5p42)" "Programmer's Manual"
+.\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:43:48 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:05 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d52dd2ad5d90241e4eea7dbd2b16da7e3271f4cb..2560182b870859196d2cbfdc73ae7b5c3f096769 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=41
+point=42
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index a90d2c788c3a2c7ccc97dd521392c834be0f166d..55b86ef18c3ee1f48957aa24c24a52d593459ae8 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  DO NOT EDIT THIS FILE   (sntp-opts.c)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:18 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:34 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p41\n\
+"sntp - standard SNTP program - Ver. 4.2.5p42\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4d6aa5d245db565773e142fd1f235a51d93b5db7..a07c9a8659eb444562160ac276a325b27e360c76 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  DO NOT EDIT THIS FILE   (sntp-opts.h)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:17 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:33 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p41"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p41"
+#define SNTP_VERSION       "4.2.5p42"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p42"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e76b1a373be202de13574e22776218e70bb1c2fb..1cd809cebfda51214c6875193cd7a4e14012368e 100644 (file)
@@ -3,11 +3,10 @@
 @pindex sntp
 @cindex standard SNTP program
 @ignore
-#  -*- buffer-read-only: t -*- vi: set ro:
 # 
-# DO NOT EDIT THIS FILE   (sntp-opts.texi)
+# EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:20 AM EDT
+# It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:36 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index be5198405b4c7074ba090e68bd09e4dcb5216ce1..0f565638eee606f9402fcd32e7839cc463d102cc 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-05-30 "( 4.2.5p41)" "Programmer's Manual"
-.\"  DO NOT EDIT THIS FILE   (sntp.1)
+.TH SNTP 1 2007-05-31 "( 4.2.5p42)" "Programmer's Manual"
+.\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:19 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:35 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7e3cd866c6997b7edb761adbc4bd565c86be84c4..3513258a881265abc18fd99e5b3c15dd149f0d1e 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:28 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:43 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -800,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.5p41\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p42\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5d99b76ba3d6401ddead309e8bac8bcad52628cf..9de1f07af62e2bf97c3e1bcb00297fff6cae0228 100644 (file)
@@ -1,8 +1,7 @@
-/*   -*- buffer-read-only: t -*- vi: set ro:
+/*  
+ *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
- *  
- *  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:27 AM EDT
+ *  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:43 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +79,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.5p41"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p41"
+#define NTP_KEYGEN_VERSION       "4.2.5p42"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p42"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index aefdd9a41fa25cc38bfe09027388976ba205d8e4..c6636cf77488e9af9905372e33241ba2e1c349f5 100644 (file)
@@ -3,11 +3,10 @@
 @pindex ntp-keygen
 @cindex Create a NTP host key
 @ignore
-#  -*- buffer-read-only: t -*- vi: set ro:
 # 
-# DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
+# EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:29 AM EDT
+# It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:46 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 9981743325d15840dfa67ded9a447c663a79b03c..3ab86cefdb6ebf7e2ef5e635082de37f075e4b0f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-30 "(ntp 4.2.5p41)" "Programmer's Manual"
-.\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
+.TH NTP-KEYGEN 1 2007-05-31 "(ntp 4.2.5p42)" "Programmer's Manual"
+.\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday May 30, 2007 at 07:44:29 AM EDT
+.\"  It has been AutoGen-ed  Thursday May 31, 2007 at 07:46:45 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"