]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P162
authorHarlan Stenn <stenn@ntp.org>
Tue, 3 May 2011 09:00:25 +0000 (09:00 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 3 May 2011 09:00:25 +0000 (09:00 +0000)
bk: 4dbfc4295vgWypQdpuwE42yQS2d9jA

27 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
sntp/sntp.html
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index 72eb2ee05b28d8bc9ba3ab8d393e0cea4f3faea7..2526d91fead7854bb818b0fc1b97163949635cde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p162) 2011/05/03 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1910] Support the Tristate Ltd. TS-GPSclock-01.
 (4.2.7p161) 2011/05/02 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 1904] 4.2.7p160 Windows build broken (POSIX_SHELL).
index 19c85c3d7fe1e5d6d55648edf72d29e02f1cf8a2..9aba4d35e7f70eef66e131a642f7cc98dd72ed5b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:12 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:58:58 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[40] =
-"ntpd 4.2.7p161\n\
+"ntpd 4.2.7p162\n\
 see html/copyright.html\n";
 static char const zCopyrightNotice[25] =
 "see html/copyright.html\n";
@@ -1002,7 +1002,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPD";
 static char const zUsageTitle[133] =
-"ntpd - NTP daemon program - Ver. 4.2.7p161\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p162\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 67e2c051c0b41ee8a9af189d750e10a0dc4a6570..1ed4f17b35095cdf1e21a015ef1e3b14ccc33a4e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:12 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:58:58 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    36
-#define NTPD_VERSION       "4.2.7p161"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p161"
+#define NTPD_VERSION       "4.2.7p162"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p162"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9cdae36a455095ef96e7868035a0e575cedf1f04..0e3d839a8bbc1b07392bae7ba382e285d068c17e 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  May  2, 2011 at 09:13:29 PM by AutoGen 5.11.9pre8
+# It has been AutoGen-ed  May  3, 2011 at 08:59:18 AM by AutoGen 5.11.9pre8
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -64,7 +64,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.7p161
+ntpd - NTP daemon program - Ver. 4.2.7p162
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 0815a146e8c422f74b348303169cb906478d617a..55ae3107478ae1223bdb08896a55efb4b7ea0a03 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-05-02 "( 4.2.7p161)" "Programmer's Manual"
+.TH NTPD 1 2011-05-03 "( 4.2.7p162)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May  2, 2011 at 09:13:28 PM by AutoGen 5.11.9pre8
+.\"  It has been AutoGen-ed  May  3, 2011 at 08:59:18 AM by AutoGen 5.11.9pre8
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 00ece540ffd1d22c096a15f7a77094efc70f8082..46b4d6bad61fba5ffa88a1f9f0ff72072d149460 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:33 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:22 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[41] =
-"ntpdc 4.2.7p161\n\
+"ntpdc 4.2.7p162\n\
 see html/copyright.html\n";
 static char const zCopyrightNotice[25] =
 "see html/copyright.html\n";
@@ -447,7 +447,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[6] = "NTPDC";
 static char const zUsageTitle[129] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p161\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p162\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f9aa469d52fd8b34a6765fc41886ce1af643f501..24b9d786d457cb72c69393a62b4083c3f941786f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:33 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:22 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.7p161"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p161"
+#define NTPDC_VERSION       "4.2.7p162"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p162"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 67f0e76db19831dd9316d1ce5031b67fa763edc4..784ca74ae0e258da2f0c9926f69a7e81a2142cf7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  May  2, 2011 at 09:13:42 PM by AutoGen 5.11.9pre8
+# It has been AutoGen-ed  May  3, 2011 at 08:59:33 AM by AutoGen 5.11.9pre8
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -58,7 +58,7 @@ This is the automatically generated usage text for ntpdc:
 
 @exampleindent 0
 @example
-ntpdc - vendor-specific NTP query program - Ver. 4.2.7p161
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p162
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index d5f916c8ca5bc784fca23087af3a2a73f686ac34..d6e085de53f0700de7db71da8e48a5d6f5432f65 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-05-02 "( 4.2.7p161)" "Programmer's Manual"
+.TH NTPDC 1 2011-05-03 "( 4.2.7p162)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  May  2, 2011 at 09:13:42 PM by AutoGen 5.11.9pre8
+.\"  It has been AutoGen-ed  May  3, 2011 at 08:59:33 AM by AutoGen 5.11.9pre8
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 23462a970dd7a39027906c055db2d1b1b14902ce..6b3778d9bf0be66775a55bd3a4ef792477d1d500 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:43 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:34 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[40] =
-"ntpq 4.2.7p161\n\
+"ntpq 4.2.7p162\n\
 see html/copyright.html\n";
 static char const zCopyrightNotice[25] =
 "see html/copyright.html\n";
@@ -424,7 +424,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "NTPQ";
 static char const zUsageTitle[121] =
-"ntpq - standard NTP query program - Ver. 4.2.7p161\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p162\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 9fa467aefe5ec2a3c1f79673f08a2af1119c3094..b5d565f416684b56db4e10ef4a088b9571ebbbd9 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:43 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:34 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.7p161"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p161"
+#define NTPQ_VERSION       "4.2.7p162"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p162"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 25ed9c10db34b336a0d8cd725fa0a7836dee8347..ae7f13d7a0658131766361977dd6bfdbdf5f29db 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  May  2, 2011 at 09:13:54 PM by AutoGen 5.11.9pre8
+# It has been AutoGen-ed  May  3, 2011 at 08:59:44 AM by AutoGen 5.11.9pre8
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -47,7 +47,7 @@ This is the automatically generated usage text for ntpq:
 
 @exampleindent 0
 @example
-ntpq - standard NTP query program - Ver. 4.2.7p161
+ntpq - standard NTP query program - Ver. 4.2.7p162
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 91a16c8bc20828c9ba7087af18c891b92d6eb6d0..c6af493633cf16a4ac33718715d6876b40921fe7 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-05-02 "( 4.2.7p161)" "Programmer's Manual"
+.TH NTPQ 1 2011-05-03 "( 4.2.7p162)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  May  2, 2011 at 09:13:54 PM by AutoGen 5.11.9pre8
+.\"  It has been AutoGen-ed  May  3, 2011 at 08:59:44 AM by AutoGen 5.11.9pre8
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 26e513d4045906fe8209b5db8fc408c7b5ded46d..ffda662a3ae5adf3e216bd36b9a2c087f3dfbc44 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:55 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:45 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[44] =
-"ntpsnmpd 4.2.7p161\n\
+"ntpsnmpd 4.2.7p162\n\
 see html/copyright.html\n";
 static char const zCopyrightNotice[25] =
 "see html/copyright.html\n";
@@ -251,7 +251,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
 static char const zUsageTitle[105] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p161\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p162\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 000e585c3e5479a9489462a59d354f36b4670bdb..973089fded6b8de9d757e4c0777b97bbb9b2815d 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:55 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:45 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -62,8 +62,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.7p161"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p161"
+#define NTPSNMPD_VERSION       "4.2.7p162"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p162"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 038fd58f5d49b091ae1c5b4c606346e83aba9b0e..f9539edb136f98b34465ddb9d4451df349a10ec6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  May  2, 2011 at 09:13:59 PM by AutoGen 5.11.9pre8
+# It has been AutoGen-ed  May  3, 2011 at 08:59:49 AM by AutoGen 5.11.9pre8
 # From the definitions    ntpsnmpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -34,7 +34,7 @@ This is the automatically generated usage text for ntpsnmpd:
 
 @exampleindent 0
 @example
-ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p161
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p162
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 125afc67bcfdd4240e98c21f4374e2c18bcc180b..f42fe7edcde29c7f035a9184d8f0514ad6d13b9c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-05-02 "( 4.2.7p161)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-05-03 "( 4.2.7p162)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May  2, 2011 at 09:13:58 PM by AutoGen 5.11.9pre8
+.\"  It has been AutoGen-ed  May  3, 2011 at 08:59:48 AM by AutoGen 5.11.9pre8
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 06215cb8899eec15bb23dc6a6afd9956c3dfcd10..7a9c68b220f6526664db4355a7f9bd6addfa2e43 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=161
+point=162
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index e9e7f7dbf0fe9f7bb7cfd6ebec1c9bb9a36ee597..d0fad33a3bbd622cdc07c144f070dececd8e8460 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:10:46 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:56:40 AM by AutoGen 5.11.9pre8
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[40] =
-"sntp 4.2.7p161\n\
+"sntp 4.2.7p162\n\
 see html/copyright.html\n";
 static char const zCopyrightNotice[25] =
 "see html/copyright.html\n";
@@ -637,7 +637,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[5] = "SNTP";
 static char const zUsageTitle[154] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p161\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p162\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index edda2bfdeb2723dad9e1d9ef86d525c15916fc52..6bf4722400ec5b10c0ae39ab2cca61a3e8a0023c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:10:45 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:56:40 AM by AutoGen 5.11.9pre8
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define SNTP_VERSION       "4.2.7p161"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p161"
+#define SNTP_VERSION       "4.2.7p162"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p162"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1092e3d14e5a699d03cffd4e77c7ca510324b8fa..90ab2510f6fa63433ab30db7db432e716b63eee7 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  May  2, 2011 at 09:14:16 PM by AutoGen 5.11.9pre8
+# It has been AutoGen-ed  May  3, 2011 at 09:00:05 AM by AutoGen 5.11.9pre8
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -76,7 +76,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p161
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p162
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 40886c7af86668675744522632c3814ff1854380..6678dbdee81dcf2e1f9f2e3c76870351443a27ea 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1 "02 May 2011" "4.2.7p161" "User Commands"
+.TH sntp 1 "03 May 2011" "4.2.7p162" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.man)
 .\"  
-.\"  It has been AutoGen-ed  May  2, 2011 at 09:14:15 PM by AutoGen 5.11.9pre8
+.\"  It has been AutoGen-ed  May  3, 2011 at 09:00:04 AM by AutoGen 5.11.9pre8
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index 894c3859ebc186f643c573d069d5e27344afb54e..31794537dc483961acd9ce15a03ddc1740a1bca1 100644 (file)
@@ -150,7 +150,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="#sntp-Invocation">sntp Invocation</a>
 <p><a name="index-sntp-usage-3"></a>
 This is the automatically generated usage text for sntp:
 
-<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p161
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p162
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 72174ca2ee9939c7821e980aa0fb06d9608bb4bc..f219e66db23e2adf767c8edc722290a5b0200b87 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:59 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:50 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -40,7 +40,7 @@ extern FILE * option_usage_fp;
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
 static char const zCopyright[52] =
-"ntp-keygen (ntp) 4.2.7p161\n\
+"ntp-keygen (ntp) 4.2.7p162\n\
 see html/copyright.html\n";
 static char const zCopyrightNotice[25] =
 "see html/copyright.html\n";
@@ -752,7 +752,7 @@ static tOptDesc optDesc[OPTION_CT] = {
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
 static char const zUsageTitle[116] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p161\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p162\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index ea71120789eec8849e0c0827af1d0ba6b497ce9c..18f216e924c4f2a1407f0de00553dea7469e8090 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  May  2, 2011 at 09:13:59 PM by AutoGen 5.11.9pre8
+ *  It has been AutoGen-ed  May  3, 2011 at 08:59:50 AM by AutoGen 5.11.9pre8
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.7p161"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p161"
+#define NTP_KEYGEN_VERSION       "4.2.7p162"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p162"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index c10c7c4362cace7795b5bc2d92ebc8373f6c3ea6..73a654f6242682b6b3cff6f98feca1bdad428653 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  May  2, 2011 at 09:14:08 PM by AutoGen 5.11.9pre8
+# It has been AutoGen-ed  May  3, 2011 at 08:59:56 AM by AutoGen 5.11.9pre8
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -51,7 +51,7 @@ This is the automatically generated usage text for ntp-keygen:
 
 @exampleindent 0
 @example
-ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p161
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p162
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 4855a2c936f25b5ba1a2b6e228fa0cfb7900527a..6df377cbba45fcadcc2a09afca7e41abf52c2978 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-05-02 "(ntp 4.2.7p161)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-05-03 "(ntp 4.2.7p162)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  May  2, 2011 at 09:14:07 PM by AutoGen 5.11.9pre8
+.\"  It has been AutoGen-ed  May  3, 2011 at 08:59:56 AM by AutoGen 5.11.9pre8
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"