]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P164
authorHarlan Stenn <stenn@ntp.org>
Wed, 11 May 2011 00:48:33 +0000 (00:48 +0000)
committerHarlan Stenn <stenn@ntp.org>
Wed, 11 May 2011 00:48:33 +0000 (00:48 +0000)
bk: 4dc9dce1nTOlJroY3khlNpUJ75DEoA

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 fee7a001cff1fce38005a35728c9c8448c3ce781..8dbebf6bd1a5288d64ada894e11b9b2229caf307 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p164) 2011/05/11 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 988] Local clock eats up -g option, so ntpd stops with large
   initial time offset.
 * [Bug 1921] LOCAL, ACTS drivers with "prefer" excluded from initial
index 895350f8df56b587b815988e5c69b13a5d646cf7..a685f4389b29b56690a7eb2612f392d3b0342bbe 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:08:20 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:46:34 AM by AutoGen 5.11.9pre10
  *  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.7p163\n\
+"ntpd 4.2.7p164\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.7p163\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p164\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 913047d40fdd93e0268c2d1117f3e84582659f36..9fac1fb17be1e9d9b76922b4f913b027be5d2fc5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:08:20 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:46:34 AM by AutoGen 5.11.9pre10
  *  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.7p163"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p163"
+#define NTPD_VERSION       "4.2.7p164"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p164"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 7ec81e7e1af49c636e6616300a028d118c30b2e6..b1318dad6f16b8170d7c3ced1a3ec95006410fec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  May  8, 2011 at 09:08:43 AM by AutoGen 5.11.9pre10
+# It has been AutoGen-ed  May 11, 2011 at 12:47:08 AM by AutoGen 5.11.9pre10
 # 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.7p163
+ntpd - NTP daemon program - Ver. 4.2.7p164
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 7247b24d5aaf9dd8205b6208d4f566dc05daa6bd..392c1ff3b9a426070b34b8c708cb40769fdcddcc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-05-08 "( 4.2.7p163)" "Programmer's Manual"
+.TH NTPD 1 2011-05-11 "( 4.2.7p164)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May  8, 2011 at 09:08:42 AM by AutoGen 5.11.9pre10
+.\"  It has been AutoGen-ed  May 11, 2011 at 12:47:07 AM by AutoGen 5.11.9pre10
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index a2514a902a6b5fbc9ea72b8e02d8ba47ef049d7b..500695bc08693ed3f57fd3ea13e19f275a8e703e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:08:50 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:16 AM by AutoGen 5.11.9pre10
  *  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.7p163\n\
+"ntpdc 4.2.7p164\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.7p163\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p164\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4ac52ab865b4779b4b545d32aecf162dd2784436..ce6fed59a9944d991033291065159bfd554f33b3 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:08:50 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:16 AM by AutoGen 5.11.9pre10
  *  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.7p163"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p163"
+#define NTPDC_VERSION       "4.2.7p164"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p164"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 05110e2a5440cf6dd055eb2980189d4722fb5a5a..06858a43845f5b0ca8edccc88c06afa9152543ad 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  May  8, 2011 at 09:09:01 AM by AutoGen 5.11.9pre10
+# It has been AutoGen-ed  May 11, 2011 at 12:47:27 AM by AutoGen 5.11.9pre10
 # 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.7p163
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p164
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 85439db3162218f87e339108b5bf8eea2a8a2ef5..b60e985ab69cf940b99b3120776da089c09e0c36 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-05-08 "( 4.2.7p163)" "Programmer's Manual"
+.TH NTPDC 1 2011-05-11 "( 4.2.7p164)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  May  8, 2011 at 09:09:00 AM by AutoGen 5.11.9pre10
+.\"  It has been AutoGen-ed  May 11, 2011 at 12:47:27 AM by AutoGen 5.11.9pre10
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index bc5bf5315cbfb6ff7bffafd06b53a662744ef163..5f75ecbd1a93bfe83155dfb08ff4de6ac1786783 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:09:01 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:28 AM by AutoGen 5.11.9pre10
  *  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.7p163\n\
+"ntpq 4.2.7p164\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.7p163\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p164\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b0b1834ea2243c4fcc0bc014d53f849679cff9f6..04a233376495960b4eca8aa592a4f0932abc5dd7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:09:01 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:28 AM by AutoGen 5.11.9pre10
  *  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.7p163"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p163"
+#define NTPQ_VERSION       "4.2.7p164"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p164"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 66c05c714e9c17d35fcc3ac83bdea9b7f76c5b21..c234223700ca86a5bda66d88883444e72afd34df 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  May  8, 2011 at 09:09:15 AM by AutoGen 5.11.9pre10
+# It has been AutoGen-ed  May 11, 2011 at 12:47:42 AM by AutoGen 5.11.9pre10
 # 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.7p163
+ntpq - standard NTP query program - Ver. 4.2.7p164
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 38090d477963d6fd754440b247758945f345eb94..ffa54bebd3d1d9e3256a52bb7271a9fad4af308d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-05-08 "( 4.2.7p163)" "Programmer's Manual"
+.TH NTPQ 1 2011-05-11 "( 4.2.7p164)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  May  8, 2011 at 09:09:15 AM by AutoGen 5.11.9pre10
+.\"  It has been AutoGen-ed  May 11, 2011 at 12:47:42 AM by AutoGen 5.11.9pre10
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index b5c12804a6acd97df595cdffa12455db479d493a..a86554bc1b28c5130d25489fb6cf0f54e7c4897c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:09:16 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:43 AM by AutoGen 5.11.9pre10
  *  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.7p163\n\
+"ntpsnmpd 4.2.7p164\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.7p163\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p164\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 0f235052ac09f4fa4e3b78420367a6627fc4790e..42dd2366bdcc1c5e5574fa3adb1bcffbb5c947d6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:09:16 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:42 AM by AutoGen 5.11.9pre10
  *  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.7p163"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p163"
+#define NTPSNMPD_VERSION       "4.2.7p164"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p164"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3fbe4079a9b85a5850e89e228c38db0b8ce3a46b..ed1b7979688d8acf603f88cc5458973e83de59ec 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  May  8, 2011 at 09:09:22 AM by AutoGen 5.11.9pre10
+# It has been AutoGen-ed  May 11, 2011 at 12:47:48 AM by AutoGen 5.11.9pre10
 # 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.7p163
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p164
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 80a91d32d557ce0673f1ab19e26de2b9e84d7e99..60cc4693cd4241ff4ce1f0ed68007658b8429632 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-05-08 "( 4.2.7p163)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-05-11 "( 4.2.7p164)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May  8, 2011 at 09:09:22 AM by AutoGen 5.11.9pre10
+.\"  It has been AutoGen-ed  May 11, 2011 at 12:47:48 AM by AutoGen 5.11.9pre10
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 6048c2764904e23026fba8c6f19c75f2fdb509ba..0b45a311b8912b17428d8276c53b202685f75b0a 100644 (file)
@@ -57,7 +57,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=163
+point=164
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index 756f9c0484cba5a960a6516e883361d650ef2832..b2d5d7549bf74c6aacaa977e972327122fc0f576 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:04:43 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:43:30 AM by AutoGen 5.11.9pre10
  *  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.7p163\n\
+"sntp 4.2.7p164\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.7p163\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p164\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 228633331d2f2daf0dfb25ded3c1c96fc2699bd0..895c758184384074989d60ec8a55f32799af9999 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:04:42 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:43:30 AM by AutoGen 5.11.9pre10
  *  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.7p163"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p163"
+#define SNTP_VERSION       "4.2.7p164"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p164"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 83ef5e0d0974e2fb50c3e54e8dd658d371c37627..95ce7a7faa24f47c1a3e1346df94581307602623 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  May  8, 2011 at 09:09:43 AM by AutoGen 5.11.9pre10
+# It has been AutoGen-ed  May 11, 2011 at 12:48:09 AM by AutoGen 5.11.9pre10
 # 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.7p163
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p164
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 0ac9b9bb067b61f1f3fac21f808145a9e8d3ad0c..e03be0d8c1de0681aeacde8d8cec60911a73c382 100644 (file)
@@ -1,8 +1,8 @@
-.TH sntp 1 "08 May 2011" "4.2.7p163" "User Commands"
+.TH sntp 1 "11 May 2011" "4.2.7p164" "User Commands"
 .\"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.man)
 .\"  
-.\"  It has been AutoGen-ed  May  8, 2011 at 09:09:42 AM by AutoGen 5.11.9pre10
+.\"  It has been AutoGen-ed  May 11, 2011 at 12:48:08 AM by AutoGen 5.11.9pre10
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman-cmd.tpl
 .\"
index d1dd7f73bb64d2ade2e1bd40640bc588f2df20aa..c9c5f807e937554526a3e6cd73f5cdf492800539 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.7p163
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p164
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 4af8eaf8e9da7ffe69242a37bda7cb6e0ebeb5ba..9092a60e1f0389c90afa3d026486c5a8479913de 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:09:24 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:49 AM by AutoGen 5.11.9pre10
  *  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.7p163\n\
+"ntp-keygen (ntp) 4.2.7p164\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.7p163\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p164\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4b4d892b5e1d7abb80182df07ba03b6ee743b652..8881d735ef5c3ff9a671324694a26930dcc67d67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  May  8, 2011 at 09:09:24 AM by AutoGen 5.11.9pre10
+ *  It has been AutoGen-ed  May 11, 2011 at 12:47:49 AM by AutoGen 5.11.9pre10
  *  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.7p163"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p163"
+#define NTP_KEYGEN_VERSION       "4.2.7p164"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p164"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index d96d3e95b006cc3e78812365575865663b998af8..94c2c10632c9f15e5eb92d624e5899d27cf73b74 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  May  8, 2011 at 09:09:33 AM by AutoGen 5.11.9pre10
+# It has been AutoGen-ed  May 11, 2011 at 12:48:00 AM by AutoGen 5.11.9pre10
 # 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.7p163
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p164
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 4898fff2f4590e0586aa6f2a8cc32a01ee8ed2d9..708de83f32984b32b85756d26aac86592066113f 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-05-08 "(ntp 4.2.7p163)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-05-11 "(ntp 4.2.7p164)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  May  8, 2011 at 09:09:33 AM by AutoGen 5.11.9pre10
+.\"  It has been AutoGen-ed  May 11, 2011 at 12:47:59 AM by AutoGen 5.11.9pre10
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"