]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
NTP_4_2_5P105 NTP_4_2_5P105
authorHarlan Stenn <stenn@ntp.org>
Wed, 5 Dec 2007 11:46:56 +0000 (06:46 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 5 Dec 2007 11:46:56 +0000 (06:46 -0500)
bk: 47568fb0bFplVJEbJ5pUMxvsrb4yXw

21 files changed:
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
packageinfo.sh
sntp/sntp-opts.c
sntp/sntp-opts.h
sntp/sntp-opts.texi
sntp/sntp.1
util/ntp-keygen-opts.c
util/ntp-keygen-opts.h
util/ntp-keygen-opts.texi
util/ntp-keygen.1

index b20320213f3e98ba85d396848946461a768fd038..cb1e3e310944d9f47cf6f6b7984625603c7416ca 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:36:45 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:37:56 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -853,7 +853,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPD";
 tSCC   zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.5p104\n\
+"ntpd - NTP daemon program - Ver. 4.2.5p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 #define zRcName     NULL
 #define apzHomeList NULL
index 8ac3991d731acf06639693e90358ac862c67998d..9eff08f71c5e947ff7d245030c57744a26ad8a80 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:36:44 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:37:55 AM EST
  *  From the definitions    ntpd-opts.def
  *  and the template file   options
  *
@@ -87,8 +87,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    32
-#define NTPD_VERSION       "4.2.5p104"
-#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p104"
+#define NTPD_VERSION       "4.2.5p105"
+#define NTPD_FULL_VERSION  "ntpd - NTP daemon program - Ver. 4.2.5p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 30eb334ee338c172cbde7cc45976f18acaeaf9c6..58752893c0cf5c893d9cd0f9e0b0da07018d9c3b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 27, 2007 at 06:36:48 AM EST
+# It has been AutoGen-ed  Wednesday December  5, 2007 at 06:37:58 AM EST
 # From the definitions    ntpd-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index edadc51018d104f87028d3913b6381db2303f849..b24e14c117edddd8baac28af0258462b64330699 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPD 1 2007-11-27 "( 4.2.5p104)" "Programmer's Manual"
+.TH NTPD 1 2007-12-05 "( 4.2.5p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpd.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:36:47 AM EST
+.\"  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:37:57 AM EST
 .\"  From the definitions    ntpd-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 24e1a3e8e5bf384b07c6188b7893781b52cc9ae5..45963c01f5ab9f136b98a2df60f207ac3c3fa8bb 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:43:33 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:44:53 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -462,7 +462,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPDC";
 tSCC   zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p104\n\
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.5p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 560ca8c1af9f9569d381e355271364332a6c2b45..d201287ed473a67a2af3602c60b78e74a44464c5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpdc-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:43:32 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:44:52 AM EST
  *  From the definitions    ntpdc-opts.def
  *  and the template file   options
  *
@@ -70,8 +70,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    15
-#define NTPDC_VERSION       "4.2.5p104"
-#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p104"
+#define NTPDC_VERSION       "4.2.5p105"
+#define NTPDC_FULL_VERSION  "ntpdc - vendor-specific NTP query program - Ver. 4.2.5p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 98f83daa2dd6d17b52ca1030e5d615e568c7a6fb..cc690f98eab10a9db37d80549af3015b3d9a05e6 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpdc-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 27, 2007 at 06:43:35 AM EST
+# It has been AutoGen-ed  Wednesday December  5, 2007 at 06:44:55 AM EST
 # From the definitions    ntpdc-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index 8f721b00593965a9d02e5d6df45b44004088ed1d..ed4f1532735f68548fad9fec87ed4de572592694 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPDC 1 2007-11-27 "( 4.2.5p104)" "Programmer's Manual"
+.TH NTPDC 1 2007-12-05 "( 4.2.5p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpdc.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:43:34 AM EST
+.\"  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:44:54 AM EST
 .\"  From the definitions    ntpdc-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 812c9517850586404bd531d6217cd90e574b61b5..c8ea5905171d03b49a7322b5a99322d77cb05e66 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:04 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:25 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -410,7 +410,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTPQ";
 tSCC   zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.5p104\n\
+"ntpq - standard NTP query program - Ver. 4.2.5p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 402f8fff8fd65f5abcd8aba78f81b1853635cf2f..767e3e7dde2dbf63d1d3a6d5d3ba36fbd6db375c 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpq-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:04 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:25 AM EST
  *  From the definitions    ntpq-opts.def
  *  and the template file   options
  *
@@ -68,8 +68,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define NTPQ_VERSION       "4.2.5p104"
-#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p104"
+#define NTPQ_VERSION       "4.2.5p105"
+#define NTPQ_FULL_VERSION  "ntpq - standard NTP query program - Ver. 4.2.5p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 9e94f1a45de9195aa7b5db2011d7d8b24e2bfae9..35f1034c131d0a109779b7208d0083d03e12d89b 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntpq-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:07 AM EST
+# It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:28 AM EST
 # From the definitions    ntpq-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index dd20f46669e86e507928e7e151614bdc6561bcd1..f2198bdd50b0c5f4a41c02486024f424a0fb1ef3 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTPQ 1 2007-11-27 "( 4.2.5p104)" "Programmer's Manual"
+.TH NTPQ 1 2007-12-05 "( 4.2.5p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntpq.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:05 AM EST
+.\"  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:27 AM EST
 .\"  From the definitions    ntpq-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index 311e10fd4b88cbb414f5b0cfff74408008eca7e5..f855f11a258d8e27af1557a2eac60fb589d401e9 100644 (file)
@@ -9,7 +9,7 @@ version=${proto}.${major}.${minor}
 # - Numeric values increment
 # - empty 'increments' to 1
 # - NEW 'increments' to empty
-point=104
+point=105
 # Special.  Normally unused.  A suffix.
 #special=ag
 special=
index 0a030044e4c084656571dd05ade24308e0e44b10..d8b8558b65d28de320a34dbfea0aad19dda125a5 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.c)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:35 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:54 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -513,7 +513,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "SNTP";
 tSCC   zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.5p104\n\
+"sntp - standard SNTP program - Ver. 4.2.5p105\n\
 USAGE:  %s [ -<flag> | --<name> ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index dd349cae33b4d96cd414a272be571694d5a584b8..f9a34325f7d81130a46448cf67cf2752f5b7ff06 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (sntp-opts.h)
  *  
- *  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:34 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:53 AM EST
  *  From the definitions    sntp-opts.def
  *  and the template file   options
  *
@@ -147,8 +147,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    13
-#define SNTP_VERSION       "4.2.5p104"
-#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p104"
+#define SNTP_VERSION       "4.2.5p105"
+#define SNTP_FULL_VERSION  "sntp - standard SNTP program - Ver. 4.2.5p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 3248438335eda6e50315755cdfb5f2cb1993dd42..d9e83611a473ed4a2d680b96ea97dbed6db53001 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (sntp-opts.texi)
 # 
-# It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:37 AM EST
+# It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:56 AM EST
 # From the definitions    sntp-opts.def
 # and the template file   aginfo.tpl
 @end ignore
index c387cddc2ca39b6cfb0a87e91a458253a096eb79..19a6c174012688b638ee1a3bfc7c15879ad8190b 100644 (file)
@@ -1,7 +1,7 @@
-.TH SNTP 1 2007-11-27 "( 4.2.5p104)" "Programmer's Manual"
+.TH SNTP 1 2007-12-05 "( 4.2.5p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (sntp.1)
 .\"  
-.\"  It has been AutoGen-ed  Tuesday November 27, 2007 at 06:44:36 AM EST
+.\"  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:45:55 AM EST
 .\"  From the definitions    sntp-opts.def
 .\"  and the template file   agman1.tpl
 .\"
index c885717363e2d878cb993f855279ccfbde53788b..635c5b8adb32983cd9b561aecf361b0ad6b22c6f 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.c)
  *  
- *  It has been AutoGen-ed  Wednesday December  5, 2007 at 02:18:31 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:46:04 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -770,7 +770,7 @@ static tOptDesc optDesc[ OPTION_CT ] = {
  */
 tSCC   zPROGNAME[]   = "NTP_KEYGEN";
 tSCC   zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p104\n\
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p105\n\
 USAGE:  %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
 tSCC   zRcName[]     = ".ntprc";
 tSCC*  apzHomeList[] = {
index 4f586f9596f6f4f57739dd4b3602910307aba5e2..912589a3c7283dbd30b4debb1da0d864e75e2ee8 100644 (file)
@@ -1,7 +1,7 @@
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.h)
  *  
- *  It has been AutoGen-ed  Wednesday December  5, 2007 at 02:18:30 AM EST
+ *  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:46:03 AM EST
  *  From the definitions    ntp-keygen-opts.def
  *  and the template file   options
  *
@@ -78,8 +78,8 @@ typedef enum {
 } teOptIndex;
 
 #define OPTION_CT    23
-#define NTP_KEYGEN_VERSION       "4.2.5p104"
-#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p104"
+#define NTP_KEYGEN_VERSION       "4.2.5p105"
+#define NTP_KEYGEN_FULL_VERSION  "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.5p105"
 
 /*
  *  Interface defines for all options.  Replace "n" with the UPPER_CASED
index 1694253a1f262b6c47053059a7c025cf9d13f65d..a42db46f7069adc8fdd6b0d458a07675a02398f4 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # EDIT THIS FILE WITH CAUTION  (ntp-keygen-opts.texi)
 # 
-# It has been AutoGen-ed  Wednesday December  5, 2007 at 02:18:33 AM EST
+# It has been AutoGen-ed  Wednesday December  5, 2007 at 06:46:05 AM EST
 # From the definitions    ntp-keygen-opts.def
 # and the template file   aginfo.tpl
 @end ignore
@@ -89,7 +89,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 e74ce3d64928db81a8a4d96f58c6b58d7171c5d9..b3efe784eb5f46e38a2297311e3c71cb18b01eb5 100644 (file)
@@ -1,7 +1,7 @@
-.TH NTP-KEYGEN 1 2007-12-05 "(ntp 4.2.5p104)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2007-12-05 "(ntp 4.2.5p105)" "Programmer's Manual"
 .\"  EDIT THIS FILE WITH CAUTION  (ntp-keygen.1)
 .\"  
-.\"  It has been AutoGen-ed  Wednesday December  5, 2007 at 02:18:32 AM EST
+.\"  It has been AutoGen-ed  Wednesday December  5, 2007 at 06:46:05 AM EST
 .\"  From the definitions    ntp-keygen-opts.def
 .\"  and the template file   agman1.tpl
 .\"