]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P102
authorHarlan Stenn <stenn@ntp.org>
Sat, 24 Nov 2007 11:45:27 +0000 (06:45 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 24 Nov 2007 11:45:27 +0000 (06:45 -0500)
bk: 47480ed7ou3Rp_064vMIS1xDO-ufNA

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 98afeb7a2bcb3040b9833ce7afaf440e4fab8960..bca6d29dd23835800b6b33fe8dfac5aaf605ce6a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:40:14 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:36:36 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p101\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p102\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 97d8c28f18124f25121e5a7bba7e96cc95b498b4..301b602172753b7288fc26412c6812434f4f2267 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:40:13 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:36:35 AM EST
  *  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.5p101"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p101"
+#define NTPD_VERSION       "4.2.5p102"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p102"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 920b040e28f6e9f8f8bebd86507a5117d2b811cf..6fd4792e993a519884067e488d499c4ffbcc36ef 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Friday November 23, 2007 at 06:40:17 AM EST
+# It has been AutoGen-ed  Saturday November 24, 2007 at 06:36:39 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 08ee98b72acf1100bd8fe58d7387a4deb8742d53..1c82117fb7d2ae38ef07757bb49c39e465e121a5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-11-23 "( 4.2.5p101)" "Programmer's Manual"
+.TH NTPD 1 2007-11-24 "( 4.2.5p102)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday November 23, 2007 at 06:40:15 AM EST
+.\"  It has been AutoGen-ed  Saturday November 24, 2007 at 06:36:38 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6eb5dfcdd84945c128d5608cbf4bad19f0490e97..b0878196a2a4a63c1f46afc646964c74e5520b39 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:46:57 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:23 AM EST
  *  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.5p101\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p102\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 49edb5dae3de990ff1d3d7385c83c21ba8673815..76affe9d1e886adf53b1231dbf97152a8632d3be 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:46:56 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:22 AM EST
  *  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.5p101"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p101"
+#define NTPDC_VERSION       "4.2.5p102"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p102"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6d0ece5e575064b11f71427e56babbbf3b0d3fd0..a72b219094081ed07468f8801fa6b0c110edc44b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Friday November 23, 2007 at 06:46:59 AM EST
+# It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:24 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c14b46f78f7469615db4925808f1ddc1ad50ba01..5a06f4f48314a336963e3414ccbe4c191a4fb90f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-11-23 "( 4.2.5p101)" "Programmer's Manual"
+.TH NTPDC 1 2007-11-24 "( 4.2.5p102)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday November 23, 2007 at 06:46:58 AM EST
+.\"  It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:23 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8bcff9c82addb21bdc1375ab5a9ff9bdf0da0fd3..9b3107499b3e4eacc9cc5446bf92ca814261ff1b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:47:28 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:53 AM EST
  *  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.5p101\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p102\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8ba6eeaa2cc552c612020e6b2f561d41c739808d..d2635d4a918f527054543e660b9977d058ed8504 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:47:27 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:53 AM EST
  *  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.5p101"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p101"
+#define NTPQ_VERSION       "4.2.5p102"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p102"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e7304ad1fd5fe0822129c4051b68e8700841f610..ae3470d64b21b34577f9631a4456f3a5ca9788a2 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Friday November 23, 2007 at 06:47:30 AM EST
+# It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:56 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 39cc13c23d9af18ff24a437dab514ddbab816fc6..0897b038b0dd262f6fd5b4393e551272c23e374e 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-11-23 "( 4.2.5p101)" "Programmer's Manual"
+.TH NTPQ 1 2007-11-24 "( 4.2.5p102)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday November 23, 2007 at 06:47:29 AM EST
+.\"  It has been AutoGen-ed  Saturday November 24, 2007 at 06:43:55 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 2a15c0fc583222b776938b563350d6bc3c459c5c..042bbd6c935ce50bb34adefac4ab53a77775f40f 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=101
+point=102
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 72c288d9bb7de1803b3c38fe4daafa75aa559279..98115863369678cc85988caf3daec6d3de0c4586 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:47:56 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:23 AM EST
  *  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.5p101\n\
+"sntp - standard SNTP program - Ver. 4.2.5p102\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index f39304e9f2bce13ffdf75b12f2494b0bb31d6a54..c8de3a457b4f279d88f3190f57ef11f320a73a5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:47:55 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:21 AM EST
  *  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.5p101"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p101"
+#define SNTP_VERSION       "4.2.5p102"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p102"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index acf1af35966178b766fa1644f5fd1a05d49dd2ca..0cb43e40dfc671cb824ce0c68dfe140f1a1e045f 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Friday November 23, 2007 at 06:47:58 AM EST
+# It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:25 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index adc29301182e000e7c5d70c62caea68fa56de528..6a4c6d1b8299943818f4568989b8c612bbbbc726 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-11-23 "( 4.2.5p101)" "Programmer's Manual"
+.TH SNTP 1 2007-11-24 "( 4.2.5p102)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday November 23, 2007 at 06:47:57 AM EST
+.\"  It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:23 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4a949e9bc28baab7a1f3390e48ee3f07cea46bfb..51e12b62a4377bc940dd4a60723039aca2faaed7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:48:05 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:33 AM EST
  *  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.5p101\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p102\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 2a881ecd80bb0d2422b596ade1cf91ad745d96d1..350be7d1d7d12337e0ee34c48dc074665be343ca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Friday November 23, 2007 at 06:48:04 AM EST
+ *  It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:32 AM EST
  *  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.5p101"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p101"
+#define NTP_KEYGEN_VERSION       "4.2.5p102"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p102"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index df7fa642f66edda25c8a402ebe20cbd79a709a7d..4e9919128ca6f752b8ade594b0e976722d285696 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Friday November 23, 2007 at 06:48:07 AM EST
+# It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:36 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8f4aae1af68debb13cf52ed90309d7c5e8e5c442..c0d9a74433beb1e17a3ba345dd2a22ca20ad0f22 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-11-23 "(ntp 4.2.5p101)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-11-24 "(ntp 4.2.5p102)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Friday November 23, 2007 at 06:48:06 AM EST
+.\"  It has been AutoGen-ed  Saturday November 24, 2007 at 06:44:35 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"