]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P88
authorHarlan Stenn <stenn@ntp.org>
Tue, 23 Oct 2007 11:44:01 +0000 (07:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 23 Oct 2007 11:44:01 +0000 (07:44 -0400)
bk: 471dde81Dy0J-06Hcpvg4DISxX16aA

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 1eec64d4d941beec30d298aaf63f63f5b1bd0a1c..a1e8ae518174887a0d197ee8ba9e47a51f4800d5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:38:58 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:35:15 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.5p87\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 6dfdfd7d560f9a184c44ff08f1ac7c38b51a6822..674ddbd299066e144e5ce0784c9d7e09d9bacf42 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:38:57 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:35:14 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.5p87"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p87"
+#define NTPD_VERSION       "4.2.5p88"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -310,7 +310,7 @@ typedef enum {
 #define VALUE_OPT_DVAR           27
 #define VALUE_OPT_SLEW           'x'
 
-#define VALUE_OPT_VERSION       'v'
+#define VALUE_OPT_VERSION       INDEX_OPT_VERSION
 #define VALUE_OPT_HELP          '?'
 #define VALUE_OPT_MORE_HELP     '!'
 /*
index 53574e683d80e348f3ae40c3603406dccd9855f0..b75679969c122209661aacb9744b220f91645286 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 21, 2007 at 07:39:01 AM EDT
+# It has been AutoGen-ed  Tuesday October 23, 2007 at 07:35:18 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7329fea4bd78dc38bdc1c562c4162c25cc10f071..491ba5d8b5d301d2c249f3b9b60919b26999c353 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-10-21 "( 4.2.5p87)" "Programmer's Manual"
+.TH NTPD 1 2007-10-23 "( 4.2.5p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 21, 2007 at 07:38:59 AM EDT
+.\"  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:35:16 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -269,7 +269,7 @@ Display usage information and exit.
 .BR \-! , " \--more-help"
 Extended usage information passed thru pager.
 .TP
-.BR \-v " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
+.BR \- " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
 Output version of program and exit.  The default mode is `v', a simple
 version.  The `c' mode will print copyright information and `n' will
 print the full copyright notice.
index aced8a8cbbda4ec5d165920412c1d5a61db7c1c8..c3a6121ead5d5639f4497e37c2f84d930e970124 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:45:45 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:03 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.5p87\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 57222cd559f5f27694541e96fb25ea8ae843aef1..d05facf21e987f4d0814cc6fa36381c790c08e23 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:45:44 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:03 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.5p87"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p87"
+#define NTPDC_VERSION       "4.2.5p88"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -171,7 +171,7 @@ typedef enum {
 #endif /* DEBUG */
 #define VALUE_OPT_NUMERIC        'n'
 
-#define VALUE_OPT_VERSION       'v'
+#define VALUE_OPT_VERSION       INDEX_OPT_VERSION
 #define VALUE_OPT_HELP          '?'
 #define VALUE_OPT_MORE_HELP     '!'
 #define VALUE_OPT_SAVE_OPTS     '>'
index c374327875afc5056552142681d8dbad8e67e947..e004fcc54ebbd210ddaa9930f6e1acbdbbc5bf54 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 21, 2007 at 07:45:47 AM EDT
+# It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:05 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index e77a6b186b7f040485eacbf5117389206cd03193..b4c9b0fafa8418b541e46ab7af9b025f0fa5c955 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-10-21 "( 4.2.5p87)" "Programmer's Manual"
+.TH NTPDC 1 2007-10-23 "( 4.2.5p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 21, 2007 at 07:45:46 AM EDT
+.\"  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:05 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -125,7 +125,7 @@ The \fIno-load-opts\fP form will disable the loading
 of earlier RC/INI files.  \fI--no-load-opts\fP is handled early,
 out of order.
 .TP
-.BR \-v " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
+.BR \- " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
 Output version of program and exit.  The default mode is `v', a simple
 version.  The `c' mode will print copyright information and `n' will
 print the full copyright notice.
index 8f2bac2b5141c9bc4c3191240c777268cea24129..8d2717146803d528256472810a147a2caedf8821 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:16 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:33 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.5p87\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 111ce42327b1e126bd18dcbd57316d645978940f..dfc1acdb35090ae658df58145c378c66120020de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:15 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:33 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.5p87"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p87"
+#define NTPQ_VERSION       "4.2.5p88"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -157,7 +157,7 @@ typedef enum {
 #define VALUE_OPT_INTERACTIVE    'i'
 #define VALUE_OPT_NUMERIC        'n'
 
-#define VALUE_OPT_VERSION       'v'
+#define VALUE_OPT_VERSION       INDEX_OPT_VERSION
 #define VALUE_OPT_HELP          '?'
 #define VALUE_OPT_MORE_HELP     '!'
 #define VALUE_OPT_SAVE_OPTS     '>'
index 468f4669ac0cbbf6feecc1489b4ee62adac84693..d596b011e8a42e5b88d4ad3890de31ab4f37b86b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:18 AM EDT
+# It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:36 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 0fda9ced706f13a0c5a017244a48a6795888ce24..93192017dc39e34f18b265e501244ee2c4f176ba 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-10-21 "( 4.2.5p87)" "Programmer's Manual"
+.TH NTPQ 1 2007-10-23 "( 4.2.5p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:17 AM EDT
+.\"  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:42:34 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -352,7 +352,7 @@ The \fIno-load-opts\fP form will disable the loading
 of earlier RC/INI files.  \fI--no-load-opts\fP is handled early,
 out of order.
 .TP
-.BR \-v " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
+.BR \- " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
 Output version of program and exit.  The default mode is `v', a simple
 version.  The `c' mode will print copyright information and `n' will
 print the full copyright notice.
index d763ac7535a797164e5ea38dec35297b71c492fc..46a321b2779efeb534c24885a460794eb0a33fa7 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=87
+point=88
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 2cf6761e24716137dca168f2057d5ce85f22dcd3..968d3bf547f47a6c02aa8b9eb31f2195f13b6617 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:45 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:02 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.5p87\n\
+"sntp - standard SNTP program - Ver. 4.2.5p88\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index a1aee95c0eb52a23775813defb86a12fc8df2a67..35a43a252f0122cc01afb2c9a64f03ca29902a1a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:44 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:01 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.5p87"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p87"
+#define SNTP_VERSION       "4.2.5p88"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 71c95bba3a9ff91f8f1aa3a16fa7eb823231d401..266e9d79bd6021de728e9c18486be98f278cd539 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:47 AM EDT
+# It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:04 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 7b6f6e97321d11b4d1b897d4ddbb54ea505cdfff..52eb3fde6b3d85c883d873b6592724aac361e69e 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-10-21 "( 4.2.5p87)" "Programmer's Manual"
+.TH SNTP 1 2007-10-23 "( 4.2.5p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:46 AM EDT
+.\"  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:03 AM EDT
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1d5b11862871e438639affa578a0edd1377cd99f..2d84b3f6609e5fbafc6fe6cf3a6e205eae807198 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:55 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:11 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.5p87\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p88\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index d8b5124d476ccdbe11955ad8194f33ac42544e11..74d6d1ce26d34877cecdd8b76c945ed0ac542e3c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:54 AM EDT
+ *  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:11 AM EDT
  *  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.5p87"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p87"
+#define NTP_KEYGEN_VERSION       "4.2.5p88"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p88"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
@@ -267,7 +267,7 @@ typedef enum {
 #define OPT_VALUE_MV_KEYS        (DESC(MV_KEYS).optArg.argInt)
 #endif /* OPENSSL */
 
-#define VALUE_OPT_VERSION       'v'
+#define VALUE_OPT_VERSION       INDEX_OPT_VERSION
 #define VALUE_OPT_HELP          '?'
 #define VALUE_OPT_MORE_HELP     '!'
 #define VALUE_OPT_SAVE_OPTS     '>'
index f8916205569b6ba6157a326699ecceab3b135586..afd5fdc2be705da1301a3c268e09a1718a79d534 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:57 AM EDT
+# It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:14 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 578751fdfc4704f77027e10f1f717975fb9ebbc5..9edcd763686318cf0ddb98f995f6bd5838ce1fb4 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-10-21 "(ntp 4.2.5p87)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-10-23 "(ntp 4.2.5p88)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Sunday October 21, 2007 at 07:46:56 AM EDT
+.\"  It has been AutoGen-ed  Tuesday October 23, 2007 at 07:43:13 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"
@@ -163,7 +163,7 @@ The \fIno-load-opts\fP form will disable the loading
 of earlier RC/INI files.  \fI--no-load-opts\fP is handled early,
 out of order.
 .TP
-.BR \-v " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
+.BR \- " [{\fIv|c|n\fP}]," " \--version" "[=\fI{v|c|n}\fP]"
 Output version of program and exit.  The default mode is `v', a simple
 version.  The `c' mode will print copyright information and `n' will
 print the full copyright notice.