]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_3P57 NTP_4_2_3P57
authorHarlan Stenn <stenn@ntp.org>
Fri, 13 Oct 2006 11:48:30 +0000 (07:48 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 13 Oct 2006 11:48:30 +0000 (07:48 -0400)
bk: 452f7d0eU4KXbFiG3Y7nU37kiBoV8g

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 d92b40f2c1fd4c8735480e9cc19e6e0242118bf8..a28bd120629496d62b653544dbac153ba4715059 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:27:59 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:40:05 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-dev/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -867,7 +867,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.3p56\n\
+"ntpd - NTP daemon program - Ver. 4.2.3p57\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -943,7 +943,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-dev/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 d7dbcedc1d21951c348e4a41ab2ac92adf1e63f6..ac00736b3ff3a4c4936ff3838b6189dce034585a 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:27:58 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:40:04 AM EDT
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -90,8 +90,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    34
-#define NTPD_VERSION       "4.2.3p56"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p56"
+#define NTPD_VERSION       "4.2.3p57"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.3p57"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index abecba3c4e3300e4a375b5001424f0c8f2eabaf5..db98f65a862937b508885d67ca8eabc211e03456 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October 12, 2006 at 11:04:38 PM EDT
+# It has been AutoGen-ed  Friday October 13, 2006 at 07:40:07 AM EDT
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -116,9 +116,9 @@ 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-dev/ntpd/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
  - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/ntp-dev/ntpd/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
  - examining environment variables named NTPD_*
 
 
index 00d00e5042c2139033b625dcc24ed05c565e5e77..37ec2f8074e5e5f115fb47d85be387a5c762b496 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2006-10-12 "( 4.2.3p56)" "Programmer's Manual"
+.TH NTPD 1 2006-10-13 "( 4.2.3p57)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October 12, 2006 at 11:04:37 PM EDT
+.\"  It has been AutoGen-ed  Friday October 13, 2006 at 07:40:06 AM EDT
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index adf4edbff4e29fcfb9fc3ba519d6293662bf4b8d..bf3dd7e01f7bdc7d85acc2d5897961ab0a9c40a1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:01 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:40:09 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-dev/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -1065,7 +1065,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDSIM";
 tSCC   zUsageTitle[] =
-"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p56\n\
+"ntpdsim - NTP daemon simulation program - Ver. 4.2.3p57\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -1141,7 +1141,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-dev/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 b84cdacd3ac42de0fafcd05e5f1f1e834e17c360..92d61e3a35976859f545ae5fd2ae2f7747376efe 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdsim-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:00 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:40:09 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.3p56"
-#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p56"
+#define NTPDSIM_VERSION       "4.2.3p57"
+#define NTPDSIM_FULL_VERSION  "ntpdsim - NTP daemon simulation program - Ver. 4.2.3p57"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 06462f071013595d232fc2a6aee1c881c55b7de1..f00880f9088f7ee4849d1471f49cf82c10c3d5dd 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdsim-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October 12, 2006 at 11:04:43 PM EDT
+# It has been AutoGen-ed  Friday October 13, 2006 at 07:40:12 AM EDT
 # From the definitions    ntpdsim-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -134,9 +134,9 @@ 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-dev/ntpd/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
  - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/ntp-dev/ntpd/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpd/.ntprc
  - examining environment variables named NTPDSIM_*
 
 
index 8146ff5d6a3fbd55c86bbea405e2615bbe9f579d..1c50a7bcc35bf38b18c375c8224245c65d9ba8b1 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDSIM 1 2006-10-12 "( 4.2.3p56)" "Programmer's Manual"
+.TH NTPDSIM 1 2006-10-13 "( 4.2.3p57)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdsim.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October 12, 2006 at 11:04:42 PM EDT
+.\"  It has been AutoGen-ed  Friday October 13, 2006 at 07:40:11 AM EDT
 .\"  From the definitions    ntpdsim-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 7f6bb19277a1361a57016c90e2970561e3ddc045..a1ae8f3737e78a0d79618a2b0ef0cfb3cdc35dfe 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:03 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:46:24 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-dev/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -454,7 +454,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p56\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.3p57\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -545,7 +545,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-dev/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 c49898913346a237b7baa9981564c268bc1c432e..5fce9dbe281788efa18d815ee90327cbb71deaf8 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:03 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:46:23 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.3p56"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p56"
+#define NTPDC_VERSION       "4.2.3p57"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.3p57"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 2f2d9e15e6e1b44cce0dc5fddcc67f28de194a95..263379fcc63f2c7bdf9ab5b20cc5cc9dcaf843fe 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October 12, 2006 at 11:06:04 PM EDT
+# It has been AutoGen-ed  Friday October 13, 2006 at 07:46:25 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-dev/ntpdc/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpdc/.ntprc
  - examining environment variables named NTPDC_*
 
 The
index 10e3d11c4a2cd264afd921e155e72d2047aa3b1b..0670104986ed32e60169735c9b1f0cebaf9f2016 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2006-10-12 "( 4.2.3p56)" "Programmer's Manual"
+.TH NTPDC 1 2006-10-13 "( 4.2.3p57)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October 12, 2006 at 11:06:04 PM EDT
+.\"  It has been AutoGen-ed  Friday October 13, 2006 at 07:46:24 AM EDT
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index e5e396414cbede4c3b699f03f671c0756717a99e..00679b2c199ccea67ee5ff558e3ae1d1d545def3 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:05 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:46:53 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-dev/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -402,7 +402,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.3p56\n\
+"ntpq - standard NTP query program - Ver. 4.2.3p57\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -485,7 +485,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-dev/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 cf0fc3ea7ad43443351fe52e52e332c0083f507a..657f8f6836b12a7e87ac14d813402247a365e035 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:05 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:46:52 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.3p56"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p56"
+#define NTPQ_VERSION       "4.2.3p57"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.3p57"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 5a60bfc4c6368a46206117dccb478c5f60f19e7e..e18bac6efee80d56ca9cae648d8e8a4da0fcd8b7 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October 12, 2006 at 11:06:24 PM EDT
+# It has been AutoGen-ed  Friday October 13, 2006 at 07:46:55 AM EDT
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -80,9 +80,9 @@ 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-dev/ntpq/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
  - reading file /users/stenn/.ntprc
- - reading file /deacon/backroom/ntp-dev/ntpq/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/ntpq/.ntprc
  - examining environment variables named NTPQ_*
 
 The
index 15192f70ec2a3365bf82ea25c4f93ca19ea14d1b..42c96dedb878e1303a6748fa4f68b45f1c4b2ea0 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2006-10-12 "( 4.2.3p56)" "Programmer's Manual"
+.TH NTPQ 1 2006-10-13 "( 4.2.3p57)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October 12, 2006 at 11:06:23 PM EDT
+.\"  It has been AutoGen-ed  Friday October 13, 2006 at 07:46:54 AM EDT
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 171a7c9154b7261afebfda79dc1182fb12b11b2c..94841382277828b0e407ba9d2c46d24de4a71236 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=56
+point=57
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index cb04c9feaecebf78962b71ffffe27a622625489b..1d64ed0cdc89a977481cbdc94e5acebfd16e1576 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:07 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:47:21 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -484,7 +484,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.3p56\n\
+"sntp - standard SNTP program - Ver. 4.2.3p57\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 41def300288572428b40eb50eb278a76426dda70..b4cfba1440fcf17f98a5dc993678a3f2f16707af 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:06 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:47:21 AM EDT
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    12
-#define SNTP_VERSION       "4.2.3p56"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p56"
+#define SNTP_VERSION       "4.2.3p57"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.3p57"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 05b36b079b68575850224998cda30860381b9d34..d3f3d601d0be3e330df1d63d3faae39bfb001320 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October 12, 2006 at 07:39:59 AM EDT
+# It has been AutoGen-ed  Friday October 13, 2006 at 07:47:24 AM EDT
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 14ec5b150e4987393ecde445b3b2a0c12f2238c5..9f26193b4cc7a730918c1ab2483d4d4b76d8c024 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:09 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:47:40 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-dev/include/copyright.def near line 8 */
+/* extracted from ../include/copyright.def near line 8 */
 "see html/copyright.html";
 extern tUsageProc optionUsage;
 
@@ -791,7 +791,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p56\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p57\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
@@ -869,7 +869,7 @@ doOptSet_Debug_Level(
     tOptions*   pOptions,
     tOptDesc*   pOptDesc )
 {
-    /* extracted from /deacon/backroom/ntp-dev/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 5cdb007d8ea54f6c91b1da87d43d2df90ceea6a4..dc652b810843257e57e1956fc4a1cbfe7415cead 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Thursday October 12, 2006 at 11:28:08 PM EDT
+ *  It has been AutoGen-ed  Friday October 13, 2006 at 07:47:39 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.3p56"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p56"
+#define NTP_KEYGEN_VERSION       "4.2.3p57"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.3p57"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 8d1171022d3ede4dd5562d4441ba9d0b4906a212..69ccaa7baac22b4efc52e145ecfa33db5a299ed3 100644 (file)
@@ -7,7 +7,7 @@
 # 
 # DO NOT EDIT THIS FILE   (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Thursday October 12, 2006 at 11:13:46 PM EDT
+# It has been AutoGen-ed  Friday October 13, 2006 at 07:47:42 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-dev/util/.ntprc
+ - reading file /deacon/backroom/snaps/ntp-dev/util/.ntprc
  - examining environment variables named NTP_KEYGEN_*
 
 If there is no new host key, look for an existing one.
index de35b2d7044fb0df6ec8354488ab7d4918e058b0..0941472214885ccc2e66fb5f16a42ad7e89480b8 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2006-10-12 "(ntp 4.2.3p56)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2006-10-13 "(ntp 4.2.3p57)" "Programmer's Manual"
 .\"  DO NOT EDIT THIS FILE   (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Thursday October 12, 2006 at 11:13:45 PM EDT
+.\"  It has been AutoGen-ed  Friday October 13, 2006 at 07:47:41 AM EDT
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"