]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_4P2_RC2 NTP_4_2_4P2_RC2
authorHarlan Stenn <stenn@ntp.org>
Sat, 19 May 2007 11:53:57 +0000 (07:53 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 19 May 2007 11:53:57 +0000 (07:53 -0400)
bk: 464ee555mqeqDTBSMVGxWuYxscz7YA

24 files changed:
ntpd/ntpd-opts.c
ntpd/ntpd-opts.h
ntpd/ntpd-opts.texi
ntpd/ntpd.1
ntpd/ntpdsim-opts.c
ntpd/ntpdsim-opts.h
ntpd/ntpdsim-opts.texi
ntpd/ntpdsim.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
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index ce3b243e39c00ceed712a18c8ad95fbd6fae12e7..1906181fa1fb663db8649c150aed0fb77f495687 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:24:52 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:49 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,7 @@ tSCC zCopyright[] =
        "ntpd copyright (c) 1970-2006 ntp.org, all rights reserved";
 tSCC zCopyrightNotice[] =
        
-/* extracted from /deacon/backroom/ntp-stable-hms/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -836,7 +836,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.4p2-RC1\n\
+"ntpd - NTP daemon program - Ver. 4.2.4p2-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
@@ -908,7 +908,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-stable-hms/include/debug-opt.def, line 29 */
+    /* extracted from ../include/debug-opt.def, line 29 */
 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
 }
 #endif /* defined DEBUG */
index 3d3df4d588851a6b380fa7b4ce72f9ea726a6f36..b1725ac61c3a0e0931a024f74547363ec23232c7 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:24:51 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:48 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -88,8 +88,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.4p2-RC1"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p2-RC1"
+#define NTPD_VERSION       "4.2.4p2-RC2"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.4p2-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1ef390dae3b2aa5dc7240d74e1ae8b1d116df198..765018c715a57df8d9b6b5c9abe0db1e3deb3db8 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 19, 2007 at 02:19:06 AM EDT
+# It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:52 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 5eea262038c1e67299675b3a294bf854bad77113..b6067376ee8e2a3fb68fb2b2def2a08a6ad77cef 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-05-19 "( 4.2.4p2-RC1)" "Programmer's Manual"
+.TH NTPD 1 2007-05-19 "( 4.2.4p2-RC2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 02:19:05 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:50 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 05d9ea6f31420f3835929a49d81c31e08d511b01..79ac46dcc97183d0e4e0a63a5169bf9cb9e7d21b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:24:56 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:54 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,7 @@ tSCC zCopyright[] =
        "ntpdsim copyright (c) 1970-2006 ntp.org, all rights reserved";
 tSCC zCopyrightNotice[] =
        
-/* extracted from /deacon/backroom/ntp-stable-hms/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -1073,7 +1073,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2-RC1\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -1149,7 +1149,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-stable-hms/include/debug-opt.def, line 29 */
+    /* extracted from ../include/debug-opt.def, line 29 */
 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
 }
 #endif /* defined DEBUG */
index 5b60e0493820a7dac74e31d6913990062b38d58f..6f0fd3d1d7ea163423a88b592c770fc63d031fb8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:24:55 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:53 AM EDT
  *  From the definitions    ntpdsim-opts.def
  *  and the template file   options
  *
@@ -99,8 +99,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    43
-#define NTPDSIM_VERSION       "4.2.4p2-RC1"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2-RC1"
+#define NTPDSIM_VERSION       "4.2.4p2-RC2"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.4p2-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3f85f61f9c17ec649d7a4d7a349b440d8b7e0c9a..44a7f7993fef6526d0c83c63ed12099b48418fd4 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 19, 2007 at 02:19:14 AM EDT
+# It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:57 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 2f9f760c8d50aafa2afcbc918aa01a3dcc6d7160..b9c6a0f2a1eea71599463762b53a81994e21d083 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2007-05-19 "( 4.2.4p2-RC1)" "Programmer's Manual"
+.TH NTPDSIM 1 2007-05-19 "( 4.2.4p2-RC2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 02:19:13 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 07:44:55 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index ad5e303fff86a577bcd2229663bb86f6ef244bee..33fb60ace2cd35e230b92b1e36668532976a5174 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:24:59 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:51:28 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,7 @@ tSCC zCopyright[] =
        "ntpdc copyright (c) 1970-2006 ntp.org, all rights reserved";
 tSCC zCopyrightNotice[] =
        
-/* extracted from /deacon/backroom/ntp-stable-hms/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -463,7 +463,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2-RC1\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -554,7 +554,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-stable-hms/include/debug-opt.def, line 29 */
+    /* extracted from ../include/debug-opt.def, line 29 */
 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
 }
 #endif /* defined DEBUG */
index 7b3aeab4310b4cafbf9f0d0c63d86f5f96c8e1e6..8de0f9a6f69bc702535ec23a4a5eaf65341dada9 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:24:58 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:51:27 AM EDT
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -71,8 +71,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.4p2-RC1"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2-RC1"
+#define NTPDC_VERSION       "4.2.4p2-RC2"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.4p2-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1fc8a8a656dabde25b938c8f20d28a17fa9378ef..2d81baaeffeea34ffa85ced04b9cb1ec3de193a3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 19, 2007 at 02:22:00 AM EDT
+# It has been AutoGen-ed  Saturday May 19, 2007 at 07:51:30 AM EDT
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -100,7 +100,7 @@ or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/ntp-stable-hms/ntpdc/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-stable/ntpdc/.ntprc
  - examining environment variables named NTPDC_*
 
 The
index 4b15d79b69e76482b7b8f3d66103192786e3eb08..fbd521c3f224f88f832eb1892d22346c215c1d39 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-05-19 "( 4.2.4p2-RC1)" "Programmer's Manual"
+.TH NTPDC 1 2007-05-19 "( 4.2.4p2-RC2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 02:21:59 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 07:51:29 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 036eb23b8e2295dba148e0950369800dc061361c..f132d36ca8abd922e5d9626351fc2e13e2c87e22 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:25:02 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:51:59 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,7 @@ tSCC zCopyright[] =
        "ntpq copyright (c) 1970-2006 ntp.org, all rights reserved";
 tSCC zCopyrightNotice[] =
        
-/* extracted from /deacon/backroom/ntp-stable-hms/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -411,7 +411,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.4p2-RC1\n\
+"ntpq - standard NTP query program - Ver. 4.2.4p2-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -494,7 +494,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-stable-hms/include/debug-opt.def, line 29 */
+    /* extracted from ../include/debug-opt.def, line 29 */
 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
 }
 #endif /* defined DEBUG */
index 250401ec890a96a26ceba6ce6a8aebf735c259bb..b04a5661ec1408dfc3bcd5ad488dd2ca1fdf78cb 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:25:00 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:51:58 AM EDT
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -69,8 +69,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.4p2-RC1"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p2-RC1"
+#define NTPQ_VERSION       "4.2.4p2-RC2"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.4p2-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index a10bcf5f48bd8b30b36f04d88fe74ee5800ed390..be020a475501ab404b6d5134216f6c935f265a83 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 19, 2007 at 02:22:43 AM EDT
+# It has been AutoGen-ed  Saturday May 19, 2007 at 07:52:01 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -80,7 +80,7 @@ or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/ntp-stable-hms/ntpq/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-stable/ntpq/.ntprc
  - examining environment variables named NTPQ_*
 
 The
index ea0d893246201ffbf63a8025c2cc05c61d79b2cf..eeed786483b0410911c7eaca0cec89319cbf94e9 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-05-19 "( 4.2.4p2-RC1)" "Programmer's Manual"
+.TH NTPQ 1 2007-05-19 "( 4.2.4p2-RC2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 02:22:42 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 07:52:00 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index d6f37b76b379112cc73372c7e2ba4218744da101..a7fe09c9eedca7f72b0ae0659c21c797655d10cf 100644 (file)
@@ -27,5 +27,5 @@ CLTAG=NTP_4_2_0
 # - - rcpoint gets set to 0
 # - - releasecandidate gets set to no
 # - GRONK is for -dev
-rcpoint=1
+rcpoint=2
 #rcpoint=GRONK
index e14f38a74948cb8d70292ab23f6daaa9b64b194f..368d3e9e183f043cb41ea470b64fda0ffb3debc4 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:25:04 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:52:26 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -514,7 +514,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.4p2-RC1\n\
+"sntp - standard SNTP program - Ver. 4.2.4p2-RC2\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 5d6c6739a5f2afb33c154f56d3e0d1bcb0a7c595..2152e36a840b3c8cbab74502e51479700c1a9300 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:25:03 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:52:25 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -148,8 +148,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.4p2-RC1"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p2-RC1"
+#define SNTP_VERSION       "4.2.4p2-RC2"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.4p2-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8e0d4e597eaa69005b497c4b2007abb0096c2988..c478e6a0f915e24575035e91e5ead332c732f216 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 19, 2007 at 12:52:59 AM EDT
+# It has been AutoGen-ed  Saturday May 19, 2007 at 07:52:28 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 79427f039c019965ffca253398fbc6f77449f156..9beecd543f546b1f2d44622d5d1140e9bd46f4ee 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:25:07 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:53:00 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -38,7 +38,7 @@ tSCC zCopyright[] =
        "ntp-keygen copyright (c) 1970-2006 ntp.org, all rights reserved";
 tSCC zCopyrightNotice[] =
        
-/* extracted from /deacon/backroom/ntp-stable-hms/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -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.4p2-RC1\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2-RC2\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -878,7 +878,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-stable-hms/include/debug-opt.def, line 29 */
+    /* extracted from ../include/debug-opt.def, line 29 */
 DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
 }
 #endif /* defined DEBUG */
index 9650ce87fdcd1a1a9938b67a40763fc136eec6fd..80ea9c6e6f487a6fc8824c038da5dd8560490940 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Saturday May 19, 2007 at 02:25:06 AM EDT
+ *  It has been AutoGen-ed  Saturday May 19, 2007 at 07:52:59 AM EDT
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -80,8 +80,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    24
-#define NTP_KEYGEN_VERSION       "4.2.4p2-RC1"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2-RC1"
+#define NTP_KEYGEN_VERSION       "4.2.4p2-RC2"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p2-RC2"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index efd0ac9c29366917ba170d31285bd911af395c3a..b373a69db658e070f93b73e9d93ec7f95ed28ed5 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Saturday May 19, 2007 at 02:23:44 AM EDT
+# It has been AutoGen-ed  Saturday May 19, 2007 at 07:53:02 AM EDT
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -91,7 +91,7 @@ or by a single hyphen and the flag character.
 
 The following option preset mechanisms are supported:
  - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/ntp-stable-hms/util/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-stable/util/.ntprc
  - examining environment variables named NTP_KEYGEN_*
 
 If there is no new host key, look for an existing one.
index 760a84816c35c810fc89ff7aa1955f87c20c1182..e2fdfee1bcd8fb2660a1f766816b2089288e4dbe 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-05-19 "(ntp 4.2.4p2-RC1)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-05-19 "(ntp 4.2.4p2-RC2)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 02:23:42 AM EDT
+.\"  It has been AutoGen-ed  Saturday May 19, 2007 at 07:53:01 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"