]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_7P172
authorHarlan Stenn <stenn@ntp.org>
Tue, 24 May 2011 06:09:36 +0000 (06:09 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 24 May 2011 06:09:36 +0000 (06:09 +0000)
bk: 4ddb4ba0E5EG_apbrnj5M2BmMeV4uA

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 3672122e4665dbd2e126a0daad6895adb5c808a4..5fa5c46a51f3fa4175347ab24c81a52480feea3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+(4.2.7p172) 2011/05/24 Released by Harlan Stenn <stenn@ntp.org>
 * Remove hardcoded 1/960 s. fudge for <CR> transmission time at 9600 8n1
   from WWVB/Spectracom driver introduced in 4.2.7p169.
 (4.2.7p171) 2011/05/23 Released by Harlan Stenn <stenn@ntp.org>
index 57c46c66a51d7f7bad458ba43990bc574d2447b8..2854f517f12fabccf573c9d5afb9dea27d9400db 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:41:19 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:08:18 AM by AutoGen 5.11.9
  *  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.7p171\n\
+"ntpd 4.2.7p172\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[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.7p171\n\
+"ntpd - NTP daemon program - Ver. 4.2.7p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ <server1> ... <serverN> ]\n";
 #define zRcName     NULL
index 1baceeefc851d76e06e1c9bcbcb847e34e32d189..a7bfe16a683116f63d1a8649c2be53896c912e0b 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:41:19 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:08:18 AM by AutoGen 5.11.9
  *  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.7p171"
-#define NTPD_FULL_VERSION  "ntpd 4.2.7p171"
+#define NTPD_VERSION       "4.2.7p172"
+#define NTPD_FULL_VERSION  "ntpd 4.2.7p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 936341c6f2161bf7ef940d09a265e85cc96e7106..af147ac8ea9a76f3bdddbcb57bd26a0633be2f8b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  May 23, 2011 at 06:41:59 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 24, 2011 at 06:08:38 AM by AutoGen 5.11.9
 # 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.7p171
+ntpd - NTP daemon program - Ver. 4.2.7p172
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ <server1> ... <serverN> ]
   Flg Arg Option-Name    Description
index 9150549337f00d84300ae0e0e866bc7468e4db29..c5803d1dfa57dd88d3fce71b81ca4a00d4b9ec1c 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-05-23 "( 4.2.7p171)" "Programmer's Manual"
+.TH NTPD 1 2011-05-24 "( 4.2.7p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May 23, 2011 at 06:41:59 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 24, 2011 at 06:08:37 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 8950d738e7ccb95a9f472b2cf9426fd987a2280b..38d3834efc3fa879426bb6777e5fa2fec90c50d5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:04 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:08:42 AM by AutoGen 5.11.9
  *  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.7p171\n\
+"ntpdc 4.2.7p172\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[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.7p171\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 298dc54f7011e8657fd50d95de30d7de023cbb51..ab127b5ac70648ea7974719d6e180a56fbfd47ec 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:04 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:08:42 AM by AutoGen 5.11.9
  *  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.7p171"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p171"
+#define NTPDC_VERSION       "4.2.7p172"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.7p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2bce00c112f9f3191e5455f7e469a60a20256404..2daadf6bba6e46e532360569fc45b9fa18bbb449 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  May 23, 2011 at 06:42:12 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 24, 2011 at 06:08:50 AM by AutoGen 5.11.9
 # 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.7p171
+ntpdc - vendor-specific NTP query program - Ver. 4.2.7p172
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 140e922c240a7aed24fc44f91f1eb55d00a087b1..8e68f04104afc4d89829881bde7eccc4f8c050cc 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-05-23 "( 4.2.7p171)" "Programmer's Manual"
+.TH NTPDC 1 2011-05-24 "( 4.2.7p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  May 23, 2011 at 06:42:12 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 24, 2011 at 06:08:50 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index dd9c118e5462eddd1aa5db9408f4181fb6cbee8b..bd9b6e041e76992e356417b2839e261dcdbcc4a8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:13 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:08:51 AM by AutoGen 5.11.9
  *  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.7p171\n\
+"ntpq 4.2.7p172\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[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.7p171\n\
+"ntpq - standard NTP query program - Ver. 4.2.7p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index b02c480c1d1c9673941b114423ebdcf1b9e05303..a856dd095dc35a339db89f25697a9171a18a94e8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:13 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:08:51 AM by AutoGen 5.11.9
  *  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.7p171"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.7p171"
+#define NTPQ_VERSION       "4.2.7p172"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.7p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 107eace46363c98973faf50c51eb97dccf4a9a70..52b51d27e7af51e4fd9a278b2f30dfe5f7f833a1 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  May 23, 2011 at 06:42:23 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 24, 2011 at 06:09:01 AM by AutoGen 5.11.9
 # 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.7p171
+ntpq - standard NTP query program - Ver. 4.2.7p172
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index c3c26c99acb34873ba60f9e4c9b75961e2928266..152eb3e80ed7e51946bc329115441fb30b908dbf 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-05-23 "( 4.2.7p171)" "Programmer's Manual"
+.TH NTPQ 1 2011-05-24 "( 4.2.7p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  May 23, 2011 at 06:42:23 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 24, 2011 at 06:09:01 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 92fcfe2e68fdd0cbb2e020c71f26513a8a9e1672..034a4bc8f499fa94423f53b0ec0870d6867ba890 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:24 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:09:02 AM by AutoGen 5.11.9
  *  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.7p171\n\
+"ntpsnmpd 4.2.7p172\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[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.7p171\n\
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 3f340071c615d1a1926e0a2fcfb51a0f227e1a42..3509e1ef45d6f3d57443b33df3f718de3635ba5e 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:24 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:09:01 AM by AutoGen 5.11.9
  *  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.7p171"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p171"
+#define NTPSNMPD_VERSION       "4.2.7p172"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.7p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index e8a5c0df6999460b6d2ce7e3a792cd6a154afa6f..6a9c064780fcecf7a166d0b98e87179b4f50b96d 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  May 23, 2011 at 06:42:27 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 24, 2011 at 06:09:05 AM by AutoGen 5.11.9
 # 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.7p171
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p172
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 31f3344955d99676e1469314b82031ac233985c0..40a67c9909b40bdee738d066b044cea438678d9d 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-05-23 "( 4.2.7p171)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-05-24 "( 4.2.7p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  May 23, 2011 at 06:42:27 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 24, 2011 at 06:09:05 AM by AutoGen 5.11.9
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 744deedb534efced65401f7f93483716324fa2dd..a342fccbc8c2d9869fbc196e019b54036a43cde3 100644 (file)
@@ -70,7 +70,7 @@ CLTAG=NTP_4_2_0
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=171
+point=172
 
 ### betapoint is normally modified by script.
 # ntp-stable Beta number (betapoint)
index b6eb96e32ee5f77e7774769f13b20188a52beb12..fd276708d128a64b445f53ad4b5d9ed2d9674fb6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:39:01 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:06:02 AM by AutoGen 5.11.9
  *  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.7p171\n\
+"sntp 4.2.7p172\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[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.7p171\n\
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index 0c15cfbd417b27ca206c66d5f3ddb419497447bd..573a794b893dacc48d4a0a7d6a7c193171560514 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:39:01 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:06:02 AM by AutoGen 5.11.9
  *  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.7p171"
-#define SNTP_FULL_VERSION  "sntp 4.2.7p171"
+#define SNTP_VERSION       "4.2.7p172"
+#define SNTP_FULL_VERSION  "sntp 4.2.7p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3080a95c8c2668bf8517507b8e7688371b8bba18..8e337530063dc9bde61cbca6baf47178f91909a5 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  May 23, 2011 at 06:42:43 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 24, 2011 at 06:09:21 AM by AutoGen 5.11.9
 # 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.7p171
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p172
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 60cca8083d5c8a4652229f56fac08efed77551ac..9908fc78b02a3cc8e5566cd7ff158491939e520e 100644 (file)
@@ -1,9 +1,9 @@
-.Dd May 23 2011
+.Dd May 24 2011
 .Dt SNTP 1 User Commands
 .Os SunOS 5.10
 .\"  EDIT THIS FILE WITH CAUTION  (sntp-opts.mdoc)
 .\"  
-.\"  It has been AutoGen-ed  May 23, 2011 at 06:42:43 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 24, 2011 at 06:09:20 AM by AutoGen 5.11.9
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agmdoc-cmd.tpl
 .Sh NAME
index 8a0b62e9fe1288cd8f47cac8edc9bf217aebeb5d..739d4107dbf0391aa0ccb3b0a9ab2e9ec690276d 100644 (file)
@@ -36,7 +36,7 @@ display the time offset of the system clock relative to the server
 clock.  Run as root, it can correct the system clock to this offset as
 well.  It can be run as an interactive command or from a cron job.
 
-  <p>This document applies to version 4.2.7p171 of <code>sntp</code>.
+  <p>This document applies to version 4.2.7p172 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -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.7p171
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.7p172
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 4a47b73c96852689e71de8510e1158ead6bf057c..8c6f1190c12d4ae268c0c79400927ee54e6d9247 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:29 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:09:06 AM by AutoGen 5.11.9
  *  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.7p171\n\
+"ntp-keygen (ntp) 4.2.7p172\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[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.7p171\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p172\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 4bcc57647e53bcfad11ee52aa3a35e3a984fa279..d76e96b1231214185e076d4346d444dc4a3c5201 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  May 23, 2011 at 06:42:29 AM by AutoGen 5.11.9
+ *  It has been AutoGen-ed  May 24, 2011 at 06:09:06 AM by AutoGen 5.11.9
  *  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.7p171"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p171"
+#define NTP_KEYGEN_VERSION       "4.2.7p172"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.7p172"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9c1ce2a41c4e4398cd89e1d50ae486302083c729..bc6dc0315c4e0b0ce1bbb25e46acd9d825383167 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  May 23, 2011 at 06:42:35 AM by AutoGen 5.11.9
+# It has been AutoGen-ed  May 24, 2011 at 06:09:13 AM by AutoGen 5.11.9
 # 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.7p171
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p172
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 2dbe848e5d7889cd4ee2518a3dca88bb2ff2d68b..85e5b3a9e23549be5dd916083f43fb2b804b4a7b 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-05-23 "(ntp 4.2.7p171)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-05-24 "(ntp 4.2.7p172)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  May 23, 2011 at 06:42:35 AM by AutoGen 5.11.9
+.\"  It has been AutoGen-ed  May 24, 2011 at 06:09:12 AM by AutoGen 5.11.9
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"