]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P134 NTP_4_2_5P134
authorHarlan Stenn <stenn@ntp.org>
Wed, 17 Sep 2008 11:46:56 +0000 (07:46 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 17 Sep 2008 11:46:56 +0000 (07:46 -0400)
bk: 48d0ee304JHwusd98nJXXl2ZzwHIKA

26 files changed:
ChangeLog
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
ntpsnmpd/ntpsnmpd-opts.c
ntpsnmpd/ntpsnmpd-opts.h
ntpsnmpd/ntpsnmpd-opts.texi
ntpsnmpd/ntpsnmpd.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 6bccab2938e3c2f122f41eaa25a60fea08f91d10..b3bb2ce475c4310c4914a1776c4be2c89c378423 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.5p134) 2008/09/17 Released by Harlan Stenn <stenn@ntp.org>
 * Clean up build process for ntpsnmpd.
 (4.2.5p133) 2008/09/16 Released by Harlan Stenn <stenn@ntp.org>
 * Add options processing to ntpsnmpd.
index 5ad1b5f25d769eb7e8c8b8244ca50a5654b866c4..0705d25250f3208772dec6df79a8697124254834 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:37:36 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:37:30 AM 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.5p133\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 70661947a399717c16e4ed1df06e235ef62e8c2e..993eb12724247f763633fe802b13d2dc4d0ccef3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:37:35 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:37:29 AM 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.5p133"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p133"
+#define NTPD_VERSION       "4.2.5p134"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 35fc586213f1ace2bccbc2a7c4035aa5ebaa75b6..599d3b520603040e9a4f295936a95d56562b09eb 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday September 16, 2008 at 07:37:39 AM EDT
+# It has been AutoGen-ed  Wednesday September 17, 2008 at 07:37:32 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ef2ea8610cb6ea7550acaa5c3db2450b65e68b2f..3b378b1a19633d579ea3b7ead6c95733dbe0883d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2008-09-16 "( 4.2.5p133)" "Programmer's Manual"
+.TH NTPD 1 2008-09-17 "( 4.2.5p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:37:38 AM EDT
+.\"  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:37:31 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 4d3dc865936bd7979104e87095617ca58ab2893b..6029e0581a9226adf7354526d9829ecdde6a54f5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:29 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:44:29 AM 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.5p133\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index bae29ab2c10607d59a5e8e963f5e4ec32dd26c04..4c3a615a4cafdde3cddc0f71877bb833b50c6a16 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:28 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:44:28 AM 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.5p133"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p133"
+#define NTPDC_VERSION       "4.2.5p134"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f69da22d6163012518afdd257b927bb3d9fd8a1e..1500fa626120f40434805293f9ee2cf71d41eb8b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:30 AM EDT
+# It has been AutoGen-ed  Wednesday September 17, 2008 at 07:44:30 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 49c5c3414b064d67837df15460bbd29e6aa6ae61..2a0853c3bb6aa0822db6ee273a6ea932e10d1dcc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2008-09-16 "( 4.2.5p133)" "Programmer's Manual"
+.TH NTPDC 1 2008-09-17 "( 4.2.5p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:30 AM EDT
+.\"  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:44:30 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8a6e35dfc63be63dd969f0999d64d52450b7e0db..3649fe5d35faab6152f4d78aacb6f622fa9d3e6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:58 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:44:59 AM 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.5p133\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 01b99427288c9e0df4be6b2aba995ff46fcfceeb..9cb32b3e96b09149501d35195183cbf9fcdce0ad 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:58 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:44:59 AM 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.5p133"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p133"
+#define NTPQ_VERSION       "4.2.5p134"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 60910e59aa0302de2506bd0db1ab89deb17abcfa..f0e23bfa1e0e59435fa4faf966ad9d674dca3b37 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:00 AM EDT
+# It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:01 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index ad699f783803f81ba20e0209f843d336ecb3a4a8..c4c40aacd462b27897e5b18a10621cc2974b10fb 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2008-09-16 "( 4.2.5p133)" "Programmer's Manual"
+.TH NTPQ 1 2008-09-17 "( 4.2.5p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:44:59 AM EDT
+.\"  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:00 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 66b534458f536e48b08ef0621efd19ba1c2b2f3f..483d7ca609af633d3ec1e707faf1f7981220f88f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:11:05 PM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:44 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -228,7 +228,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPSNMPD";
 tSCC   zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p133\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p134\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index b890c26e981d953f9b5a269786716a841a649e8e..a50af263bdc0741eee6a3026e2ac9d95ed9b7205 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:11:05 PM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:43 AM EDT
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    7
-#define NTPSNMPD_VERSION       "4.2.5p133"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p133"
+#define NTPSNMPD_VERSION       "4.2.5p134"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.5p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 394c9886331baa693edb906b662baca28c6ae9d6..3ccf6f04aed33f74bcbc50e0784525853927768e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday September 16, 2008 at 07:11:07 PM EDT
+# It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:45 AM EDT
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 208173092c21af1a1e670f8a3297e639e87e0e68..a737090f0f113f1418de2f66de358b93f68c06b4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2008-09-16 "( 4.2.5p133)" "Programmer's Manual"
+.TH NTPSNMPD 1 2008-09-17 "( 4.2.5p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:11:06 PM EDT
+.\"  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:45 AM EDT
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 0db2fee25d1f58838ab1d7ad0a49a599f7109e14..ac5b9b8a9e9ea390d47c388b6bb1151c345a5494 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=133
+point=134
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 9be5aa7b05f8318b650a5ff1e193c3dd1a1fc9b5..fe98813724e70b6100e766816494285c0b80714d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:44 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:48 AM EDT
  *  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.5p133\n\
+"sntp - standard SNTP program - Ver. 4.2.5p134\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 05c1cd9c5420b7dad7b3c5c917643d0efde768ed..4c12d71298c001313f93008404aebd45e1cb029e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:44 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:47 AM EDT
  *  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.5p133"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p133"
+#define SNTP_VERSION       "4.2.5p134"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8798e8316e319d35e6e82b657d5e1b3655560461..f00e22234320208903d70bb24a30ed297f2ad760 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:47 AM EDT
+# It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:49 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 015c0f36696018b06dd498fec373b4e2f17867d3..6baeeed282062b054aecdbe904890b26019dc261 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2008-09-16 "( 4.2.5p133)" "Programmer's Manual"
+.TH SNTP 1 2008-09-17 "( 4.2.5p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:46 AM EDT
+.\"  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:48 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index eaedeb5cccc2bf32e58569b2eadef221548300c3..b0ca74cc61353ddc64235e6231f0898fc0afbe97 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:55 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:57 AM 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.5p133\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p134\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 202d124d15561b49710f7c563bed7cdd53dc85d5..202a9eb04b0f4f99b15f786082b0a401808071d1 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:54 AM EDT
+ *  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:56 AM 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.5p133"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p133"
+#define NTP_KEYGEN_VERSION       "4.2.5p134"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p134"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2c8f42fb835834bb0359bd85a84bbf17ca5ecf38..d0f1a18a215aa103ecbfcd9ab5548c96f4f8cc9e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:57 AM EDT
+# It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:59 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 300c38a7be646e500ede2f7bd42ef591572731bd..c9dee719cd9906f2ee1ce865ff98a0db8829f1bd 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2008-09-16 "(ntp 4.2.5p133)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2008-09-17 "(ntp 4.2.5p134)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday September 16, 2008 at 07:45:56 AM EDT
+.\"  It has been AutoGen-ed  Wednesday September 17, 2008 at 07:45:58 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"