]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_6P5 NTP_4_2_6P5
authorHarlan Stenn <stenn@ntp.org>
Sat, 24 Dec 2011 23:34:58 +0000 (18:34 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 24 Dec 2011 23:34:58 +0000 (18:34 -0500)
bk: 4ef661a27p25p9ZWs2xdaqGflpWg-Q

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 c61f47c7d5eabab2f483bf2c5208e03aefe54460..38ac2f819e90b75c8151bf5169ff73a66d266990 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 ---
 (4.2.6p5) 2011/12/24 Released by Harlan Stenn <stenn@ntp.org>
+(4.2.6p5) 2011/12/24 Released by Harlan Stenn <stenn@ntp.org>
 
 ---
 (4.2.6p5-RC3) 2011/12/08 Released by Harlan Stenn <stenn@ntp.org>
index 79cb8f76fc3c6495fafb29209a567f60a6d8fe8e..d5989bffde0f24dcc147f3f087e7c3a4e1585701 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:07:57 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:01 PM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[42] =
-"ntpd 4.2.6p5-RC3\n\
+static char const zCopyright[38] =
+"ntpd 4.2.6p5\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -947,8 +947,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpd Option Environment
  */
 static char const zPROGNAME[5] = "NTPD";
-static char const zUsageTitle[103] =
-"ntpd - NTP daemon program - Ver. 4.2.6p5-RC3\n\
+static char const zUsageTitle[99] =
+"ntpd - NTP daemon program - Ver. 4.2.6p5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 4b6787b8f303a5abb8ca69f2ea8088a40e5531b7..4036432e14a387a5f868d4b3102fcbc8466a2267 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:07:57 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:00 PM by AutoGen 5.12
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    35
-#define NTPD_VERSION       "4.2.6p5-RC3"
-#define NTPD_FULL_VERSION  "ntpd 4.2.6p5-RC3"
+#define NTPD_VERSION       "4.2.6p5"
+#define NTPD_FULL_VERSION  "ntpd 4.2.6p5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 671bd15c881d35bc967722727d3bcb463f8f54ba..7ea8f3bfea5b7c729722071d0323e919b0f117fa 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2011 at 09:08:17 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 24, 2011 at 06:34:12 PM by AutoGen 5.12
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -63,7 +63,7 @@ This is the automatically generated usage text for ntpd:
 
 @exampleindent 0
 @example
-ntpd - NTP daemon program - Ver. 4.2.6p5-RC3
+ntpd - NTP daemon program - Ver. 4.2.6p5
 USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 2075b563a643f911759ec0d883813ea94098e176..baa7b8b9e291bf361b068c69fbabcd26b3487113 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2011-12-08 "( 4.2.6p5-RC3)" "Programmer's Manual"
+.TH NTPD 1 2011-12-24 "( 4.2.6p5)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2011 at 09:08:17 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 24, 2011 at 06:34:12 PM by AutoGen 5.12
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 9020c63edb4cb51fece7c2f28394089a03368be8..d84268d9b66b7ba46687b790b310249b2bcdde67 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:24 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:16 PM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[43] =
-"ntpdc 4.2.6p5-RC3\n\
+static char const zCopyright[39] =
+"ntpdc 4.2.6p5\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -444,8 +444,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpdc Option Environment
  */
 static char const zPROGNAME[6] = "NTPDC";
-static char const zUsageTitle[131] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5-RC3\n\
+static char const zUsageTitle[127] =
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 5baab287e9bcbe3469553555cb1475933322d1de..2f20607736939798168d5e7ed027b5e7c5a52662 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:22 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:16 PM by AutoGen 5.12
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -67,8 +67,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.6p5-RC3"
-#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p5-RC3"
+#define NTPDC_VERSION       "4.2.6p5"
+#define NTPDC_FULL_VERSION  "ntpdc 4.2.6p5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index f20af65fd9788be6fa550aee56eef4c4f1b5e68d..b868c5e659d257ec4cb79525a3c04ed2653bc873 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2011 at 09:08:33 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 24, 2011 at 06:34:25 PM by AutoGen 5.12
 # 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.6p5-RC3
+ntpdc - vendor-specific NTP query program - Ver. 4.2.6p5
 USAGE:  ntpdc [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index 1cf71a378703a6bec32b3a23f2f4ce026af4087d..3ff74975f11e958b71ecfd8cb839e688e3108c18 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2011-12-08 "( 4.2.6p5-RC3)" "Programmer's Manual"
+.TH NTPDC 1 2011-12-24 "( 4.2.6p5)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2011 at 09:08:33 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 24, 2011 at 06:34:25 PM by AutoGen 5.12
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e4837f67284b461d78566385bd0fc5492547004b..c026af1491eb7e2f6851ce34c2838bb479a946f7 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:34 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:27 PM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[42] =
-"ntpq 4.2.6p5-RC3\n\
+static char const zCopyright[38] =
+"ntpq 4.2.6p5\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -421,8 +421,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpq Option Environment
  */
 static char const zPROGNAME[5] = "NTPQ";
-static char const zUsageTitle[123] =
-"ntpq - standard NTP query program - Ver. 4.2.6p5-RC3\n\
+static char const zUsageTitle[119] =
+"ntpq - standard NTP query program - Ver. 4.2.6p5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index bbef6683ee98963e547bc04977ce7965c82feadd..06abfa96a075061ac9c7fc824ae0273dd9a1eb7a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:34 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:27 PM by AutoGen 5.12
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -66,8 +66,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    14
-#define NTPQ_VERSION       "4.2.6p5-RC3"
-#define NTPQ_FULL_VERSION  "ntpq 4.2.6p5-RC3"
+#define NTPQ_VERSION       "4.2.6p5"
+#define NTPQ_FULL_VERSION  "ntpq 4.2.6p5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 79726bd6826e25580ed9c2b3feff080fcd619435..1086170764c3420e0da3a247c5542936763be0ad 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2011 at 09:08:42 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 24, 2011 at 06:34:35 PM by AutoGen 5.12
 # 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.6p5-RC3
+ntpq - standard NTP query program - Ver. 4.2.6p5
 USAGE:  ntpq [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [ host ...]
   Flg Arg Option-Name    Description
    -4 no  ipv4           Force IPv4 DNS name resolution
index b482ccef81c9c75cd2619fd5c36b3b779da18e78..9415c0d9b22575784e9162db0af3121fcdabaf76 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2011-12-08 "( 4.2.6p5-RC3)" "Programmer's Manual"
+.TH NTPQ 1 2011-12-24 "( 4.2.6p5)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2011 at 09:08:42 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 24, 2011 at 06:34:35 PM by AutoGen 5.12
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 425dc321f821c1bf1e0786ef000e62399ddb9e78..77a8a698a1128366c1f88e7dfedacd92d9f5c9bf 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:43 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:36 PM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[46] =
-"ntpsnmpd 4.2.6p5-RC3\n\
+static char const zCopyright[42] =
+"ntpsnmpd 4.2.6p5\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -248,8 +248,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntpsnmpd Option Environment
  */
 static char const zPROGNAME[9] = "NTPSNMPD";
-static char const zUsageTitle[107] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5-RC3\n\
+static char const zUsageTitle[103] =
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index f18a06b280350d09b60b892ae03b5c55bed710b2..d382425ce27f500cf21c826416b8170b6ad806f0 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:43 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:36 PM by AutoGen 5.12
  *  From the definitions    ntpsnmpd-opts.def
  *  and the template file   options
  *
@@ -60,8 +60,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    8
-#define NTPSNMPD_VERSION       "4.2.6p5-RC3"
-#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p5-RC3"
+#define NTPSNMPD_VERSION       "4.2.6p5"
+#define NTPSNMPD_FULL_VERSION  "ntpsnmpd 4.2.6p5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 724981d6e0a53b79204f79f643497c560d7d4fa6..06e6bdb6b13709fc9e25c8b7e0910bcbf96d631a 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpsnmpd-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2011 at 09:08:46 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 24, 2011 at 06:34:39 PM by AutoGen 5.12
 # 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.6p5-RC3
+ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.6p5
 USAGE:  ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -n no  nofork         Do not fork
index 0b2da6f1e8eb6395bee5b0f031f749f5485a5038..7fac938b9faf600b622d5962ab6daab1f8f0ed34 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPSNMPD 1 2011-12-08 "( 4.2.6p5-RC3)" "Programmer's Manual"
+.TH NTPSNMPD 1 2011-12-24 "( 4.2.6p5)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpsnmpd.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2011 at 09:08:46 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 24, 2011 at 06:34:39 PM by AutoGen 5.12
 .\"  From the definitions    ntpsnmpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7ee3cf7af608d2df0a66bd8e033ed15a49790d7d..7b389a3411e69bc88754b2b87d40e903dbcfa62c 100644 (file)
@@ -61,7 +61,7 @@ version=${proto}.${major}.${minor}
 special=
 
 # prerelease can be empty, 'beta', or 'rc'.
-prerelease=rc
+prerelease=
 
 # ChangeLog starting tag (see also CommitLog-4.1.0)
 CLTAG=NTP_4_2_0
@@ -92,4 +92,4 @@ betapoint=0
 # - - prerelease is emptied
 # else (not in RC)
 # - rcpoint is empty and unused (for now).
-rcpoint=GO
+rcpoint=
index de94cee9e3aa33d336b95cb90553024664b4c6d9..bc657b84a4bf1966a985b6d8120e0dbe5732c48a 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:07:50 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:33:53 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[42] =
-"sntp 4.2.6p5-RC3\n\
+static char const zCopyright[38] =
+"sntp 4.2.6p5\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -466,8 +466,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Sntp Option Environment
  */
 static char const zPROGNAME[5] = "SNTP";
-static char const zUsageTitle[156] =
-"sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC3\n\
+static char const zUsageTitle[152] =
+"sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
 \t\t[ hostname-or-IP ...]\n";
 static char const zRcName[7] = ".ntprc";
index dcf96f0907bb5d65c79694bf8c033e29dedd687b..926789b12e816320c60117fb0329d0386713a59c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:07:50 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:33:53 PM by AutoGen 5.12
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    17
-#define SNTP_VERSION       "4.2.6p5-RC3"
-#define SNTP_FULL_VERSION  "sntp 4.2.6p5-RC3"
+#define SNTP_VERSION       "4.2.6p5"
+#define SNTP_FULL_VERSION  "sntp 4.2.6p5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 6c6102fe439971bf84a3044e51b8b17f2cf0fe80..6d6fc430ffd343b016755266b483051c39545672 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2011 at 09:07:56 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 24, 2011 at 06:34:00 PM by AutoGen 5.12
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -69,7 +69,7 @@ This is the automatically generated usage text for sntp:
 
 @exampleindent 0
 @example
-sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5-RC3
+sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5
 USAGE:  sntp [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index c94f1129a74b4746e76aa7ebb1b01d89e66b37ae..46fa639ba4fc04f366570bd79e1b1c85117d7fc4 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2011-12-08 "( 4.2.6p5-RC3)" "Programmer's Manual"
+.TH SNTP 1 2011-12-24 "( 4.2.6p5)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2011 at 09:07:55 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 24, 2011 at 06:33:59 PM by AutoGen 5.12
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 1d5a86d80a594fdd4d45f6fb16efec4490d9097d..b043f407b22d852bb335de4042b3f527528f5f34 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.6p5-RC3 of <code>sntp</code>.
+  <p>This document applies to version 4.2.6p5 of <code>sntp</code>.
 
   <p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
 IETF specification.
@@ -139,7 +139,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.6p5-RC3
+<pre class="example">sntp - standard Simple Network Time Protocol program - Ver. 4.2.6p5
 USAGE:  sntp [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... \
                 [ hostname-or-IP ...]
   Flg Arg Option-Name    Description
index 3eee90e9a51f32fec5d7ae4ab942b41e7ee07789..c60210bae1168f13b54f5ea621ac51e785d47ad6 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:40 PM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -37,8 +37,8 @@ extern FILE * option_usage_fp;
 
 /* TRANSLATORS: choose the translation for option names wisely because you
                 cannot ever change your mind. */
-static char const zCopyright[54] =
-"ntp-keygen (ntp) 4.2.6p5-RC3\n\
+static char const zCopyright[50] =
+"ntp-keygen (ntp) 4.2.6p5\n\
 see html/copyright.html\n";
 static char const zLicenseDescrip[25] =
 "see html/copyright.html\n";
@@ -719,8 +719,8 @@ static tOptDesc optDesc[OPTION_CT] = {
  *  Define the Ntp_Keygen Option Environment
  */
 static char const zPROGNAME[11] = "NTP_KEYGEN";
-static char const zUsageTitle[118] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5-RC3\n\
+static char const zUsageTitle[114] =
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 static char const zRcName[7] = ".ntprc";
 static char const * const apzHomeList[3] = {
index 7741785ed7934159f36a92ffcbf32a33198c08ae..4ee5f220f47652239bb32261d63c0ce66422dbef 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  December  8, 2011 at 09:08:47 PM by AutoGen 5.12
+ *  It has been AutoGen-ed  December 24, 2011 at 06:34:40 PM by AutoGen 5.12
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -75,8 +75,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.6p5-RC3"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p5-RC3"
+#define NTP_KEYGEN_VERSION       "4.2.6p5"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) 4.2.6p5"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9813e97bb42ba37f0471e67c5dbc9eb41b016d6f..a907c0e7bde9932a6807c3f086359c9734c952a8 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  December  8, 2011 at 09:08:53 PM by AutoGen 5.12
+# It has been AutoGen-ed  December 24, 2011 at 06:34:45 PM by AutoGen 5.12
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -50,7 +50,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.6p5-RC3
+ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.6p5
 USAGE:  ntp-keygen [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
   Flg Arg Option-Name    Description
    -c Str certificate    certificate scheme
index 549804fe196c2aba1e4b0fd1bd0f3073086d5e09..edf4c75ae1f0275531bab84a83178ad25e4e2bf8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2011-12-08 "(ntp 4.2.6p5-RC3)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2011-12-24 "(ntp 4.2.6p5)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  December  8, 2011 at 09:08:53 PM by AutoGen 5.12
+.\"  It has been AutoGen-ed  December 24, 2011 at 06:34:45 PM by AutoGen 5.12
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"