]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P120
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Jul 2008 22:07:06 +0000 (18:07 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Jul 2008 22:07:06 +0000 (18:07 -0400)
bk: 487e710aiN1giKSzJb_DcbGSV_TllA

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 4dd98ff405d9938fed72bfc4b62118568fd315a4..11f3fce4ca7e86a0cd4335de30429db1f4dcd321 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:35:29 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 05:58:16 PM EDT
  *  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.5p119\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index a96b16c2f6c52f1dad33aedb9a8bae5c8d973344..73997001584309ac4393fc6e99024ba385323245 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:35:28 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 05:58:15 PM 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.5p119"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p119"
+#define NTPD_VERSION       "4.2.5p120"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index ec91f05035ee82a0d230b8a01cbb90d536658a83..a1cbca8d2c544f6f10d566d54d919ae51a4fbcb5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 15, 2008 at 03:35:32 AM EDT
+# It has been AutoGen-ed  Wednesday July 16, 2008 at 05:58:18 PM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index b6fffbaf9972af1b268621b5091be54fc49af9ec..382e988251b17e2fea395075f74c8fc772a761ef 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-07-15 "( 4.2.5p119)" "Programmer's Manual"
+.TH NTPD 1 2008-07-16 "( 4.2.5p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:35:31 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 16, 2008 at 05:58:17 PM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7a960f2402e669a504bc80887049a789c2680ca0..7003ac8a83e61e32d9c1bf969cdc99eb938e3f77 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:26 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:05 PM 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.5p119\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 26edc5d24b5f079440888a72d2acf812e5f48c0d..6cf95692e19c3b9caae7d37fdd9d9c6e516a11f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:25 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:05 PM 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.5p119"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p119"
+#define NTPDC_VERSION       "4.2.5p120"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5e777952580e610bf6db02b544c4b0562cee5941..2860d60cc0810f2ecf7bc79c962a8e00954c04eb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:28 AM EDT
+# It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:07 PM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 186a973907af9e5ce24579612f0172a430fb050c..716c3a2498ab18b149acad02b3a11e1acfc0fb14 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-07-15 "( 4.2.5p119)" "Programmer's Manual"
+.TH NTPDC 1 2008-07-16 "( 4.2.5p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:27 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:07 PM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6f2f4ca579395818c0230073d66c051eb481773e..2e744dd45a725f98c1be06b4953028e4431d4090 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:56 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:36 PM 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.5p119\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index ee80d5bc4e71e66c11227cd11d1170ce3c308591..dcd64b830fac75e4d2f507936a4225d8493a51f6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:56 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:36 PM 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.5p119"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p119"
+#define NTPQ_VERSION       "4.2.5p120"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 21f625b648ea269c626ed3ce0eac0cfff1a96349..f4142da3cb2ca14fad5977fd6fd5644b36dfb7bd 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:59 AM EDT
+# It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:38 PM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5e2c8f1147b2e782f3c0a7f200938ca1ca42a638..3848f11aa9e54987e971f7f46e93406d7e93f025 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-07-15 "( 4.2.5p119)" "Programmer's Manual"
+.TH NTPQ 1 2008-07-16 "( 4.2.5p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:42:57 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:05:37 PM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 3e298c0e4ae67a876f5bed35ebea82bbae1a40a3..61cee7b8c5a157d75ee218aa1ef431bbae4d8abe 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=119
+point=120
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 9b409fc603fd8119da0cdfcb6f179e10f1476027..d8fea2672eb6fb6a6a43a8d2420ecf810d7a3399 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:25 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:05 PM 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.5p119\n\
+"sntp - standard SNTP program - Ver. 4.2.5p120\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 613349c3ec95b975487c7d3fd348ed8a1a046144..0d4992fdb968e910233935121ba154ef05ec7059 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:24 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:04 PM 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.5p119"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p119"
+#define SNTP_VERSION       "4.2.5p120"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 46c04f374d48719dfbb6d6e85506ea863469c8d8..de2462073cf6df0f2ba2a4a58e58a247d7aa0975 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:27 AM EDT
+# It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:07 PM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 708d3e1aed177faf2f40d0052a09f0e0aef22066..523c47a8fc95040eb9f90ea65e8a960769323a1f 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-07-15 "( 4.2.5p119)" "Programmer's Manual"
+.TH SNTP 1 2008-07-16 "( 4.2.5p120)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:26 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:06 PM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 5879bd1043d42dba193a6cc99b4eb16648403363..23cc1cea473ebdc3c651bf7b6666f89c24b25dbc 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:34 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:15 PM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p119\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p120\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 8c05ff5c65a4ad39ef04587395f5863f88dda92c..c5989150555b6ef5041693860ae5b7aeaab29268 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:33 AM EDT
+ *  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:14 PM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p119"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p119"
+#define NTP_KEYGEN_VERSION       "4.2.5p120"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p120"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 648f21a3fde15bd5d1fb759531b56bd8b9a23ebf..13f6d79b3a36a27cb80a40d47fa54e8e1746ecc7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:37 AM EDT
+# It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:17 PM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 65e1eef6b41ce9885006e5ec64b6fd82e53dcbcf..0878fef50fbe28284ceea82877a2841e057a46e3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-07-15 "(ntp 4.2.5p119)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-07-16 "(ntp 4.2.5p120)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday July 15, 2008 at 03:43:36 AM EDT
+.\"  It has been AutoGen-ed  Wednesday July 16, 2008 at 06:06:16 PM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"