diff options
Diffstat (limited to 'scripts')
67 files changed, 143 insertions, 96 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index 026185093d03..a2156011a514 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -420,6 +420,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/build/Makefile.in b/scripts/build/Makefile.in index 51446d9bf3cc..cd023719137b 100644 --- a/scripts/build/Makefile.in +++ b/scripts/build/Makefile.in @@ -328,6 +328,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/build/checkHtmlFileDates b/scripts/build/checkHtmlFileDates index 9d9a2f2625d0..5eae87f7af41 100755 --- a/scripts/build/checkHtmlFileDates +++ b/scripts/build/checkHtmlFileDates @@ -1,11 +1,29 @@ #! /bin/sh -bk version > /dev/null 2>&1 || exit 0 +# +# checkHtmlFileDates +# +# This script is invoked in html directory when any html/*.html file +# is newer than html/.datecheck to update the last modified time +# within the HTML. Each file is compared against the checked-in +# version is compared to any uncommitted edits and if there are +# any, scripts/build/updateBEDate is used to update the embedded +# timestamp. html/.datecheck is not distributed in releases so +# this will be invoked once building a newly-extracted tarball. +# 'bk diff' is used to check for modifications so if bk is not +# on the path there's no need to invoke this repeatedly. +# Therefore touch .datecheck unconditionally right away. +# +touch .datecheck -for i in `find * -type f -name '*.html' -print | grep -v SCCS/` +# Do nothing if the directory is not a BK repo, +# or if BK is not even installed. +bk status > /dev/null 2>&1 || exit 0 + +for i in `echo *.html` do # echo $i - set `bk diffs $i | wc -l` + set `bk diff --normal $i | wc -l` lines=$1 case "$lines" in 0) ;; diff --git a/scripts/build/genAuthors.in b/scripts/build/genAuthors.in index a5a15e1270b0..a1b5a4023acd 100644 --- a/scripts/build/genAuthors.in +++ b/scripts/build/genAuthors.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ +# @configure_input@ # DESCRIPTION # diff --git a/scripts/build/mkver.in b/scripts/build/mkver.in index c58d8040f1d9..89ea50bc5e51 100644 --- a/scripts/build/mkver.in +++ b/scripts/build/mkver.in @@ -1,4 +1,6 @@ #!@CONFIG_SHELL@ +# @configure_input@ + PROG=${1-UNKNOWN} ConfStr="$PROG" diff --git a/scripts/calc_tickadj/Makefile.in b/scripts/calc_tickadj/Makefile.in index f4dc33b2209c..050ab5af6000 100644 --- a/scripts/calc_tickadj/Makefile.in +++ b/scripts/calc_tickadj/Makefile.in @@ -364,6 +364,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman index e1d2216c31d8..3d42eca9f834 100644 --- a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman +++ b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH calc_tickadj 1calc_tickadjman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH calc_tickadj 1calc_tickadjman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:10 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:32 AM by AutoGen 5.18.16 .\" From the definitions calc_tickadj-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc index 71507c329099..6098e246b70d 100644 --- a/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc +++ b/scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt CALC_TICKADJ 1calc_tickadjmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:12 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:33 AM by AutoGen 5.18.16 .\" From the definitions calc_tickadj-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/calc_tickadj/calc_tickadj.html b/scripts/calc_tickadj/calc_tickadj.html index fb583099b5d8..77c9f29bf9f6 100644 --- a/scripts/calc_tickadj/calc_tickadj.html +++ b/scripts/calc_tickadj/calc_tickadj.html @@ -47,7 +47,7 @@ Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href <span id="calc_005ftickadj-User_0027s-Manual"></span><h1 class="top">calc_tickadj User’s Manual</h1> <p>This document describes the use of the NTP Project’s <code>calc_tickadj</code> program. -This document applies to version 4.2.8p17 of <code>calc_tickadj</code>. +This document applies to version 4.2.8p18 of <code>calc_tickadj</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> diff --git a/scripts/calc_tickadj/calc_tickadj.in b/scripts/calc_tickadj/calc_tickadj.in index 38b826eb2fff..56c549adc82a 100644 --- a/scripts/calc_tickadj/calc_tickadj.in +++ b/scripts/calc_tickadj/calc_tickadj.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ -w +# @configure_input@ # # drift of 104.8576 -> +1 tick. Base of 10000 ticks. # diff --git a/scripts/calc_tickadj/calc_tickadj.man.in b/scripts/calc_tickadj/calc_tickadj.man.in index e1d2216c31d8..3d42eca9f834 100644 --- a/scripts/calc_tickadj/calc_tickadj.man.in +++ b/scripts/calc_tickadj/calc_tickadj.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH calc_tickadj 1calc_tickadjman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH calc_tickadj 1calc_tickadjman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:10 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:32 AM by AutoGen 5.18.16 .\" From the definitions calc_tickadj-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/calc_tickadj/calc_tickadj.mdoc.in b/scripts/calc_tickadj/calc_tickadj.mdoc.in index 71507c329099..6098e246b70d 100644 --- a/scripts/calc_tickadj/calc_tickadj.mdoc.in +++ b/scripts/calc_tickadj/calc_tickadj.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt CALC_TICKADJ 1calc_tickadjmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (calc_tickadj-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:12 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:33 AM by AutoGen 5.18.16 .\" From the definitions calc_tickadj-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/calc_tickadj/invoke-calc_tickadj.texi b/scripts/calc_tickadj/invoke-calc_tickadj.texi index 6d0ce24f0096..c0ca429e83f2 100644 --- a/scripts/calc_tickadj/invoke-calc_tickadj.texi +++ b/scripts/calc_tickadj/invoke-calc_tickadj.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-calc_tickadj.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:13 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:34 AM by AutoGen 5.18.16 # From the definitions calc_tickadj-opts.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/scripts/invoke-plot_summary.texi b/scripts/invoke-plot_summary.texi index 65faebaa7d97..39fe8082ef80 100644 --- a/scripts/invoke-plot_summary.texi +++ b/scripts/invoke-plot_summary.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-plot_summary.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:36 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:57 AM by AutoGen 5.18.16 # From the definitions plot_summary-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -41,7 +41,7 @@ with a status code of 0. @exampleindent 0 @example -plot_summary - plot statistics generated by summary script - Ver. 4.2.8p17 +plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18 USAGE: plot_summary [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... --directory=str Where the summary files are diff --git a/scripts/invoke-summary.texi b/scripts/invoke-summary.texi index 1b82c93397b7..4a4bf7c44f13 100644 --- a/scripts/invoke-summary.texi +++ b/scripts/invoke-summary.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-summary.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:40 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:06:02 AM by AutoGen 5.18.16 # From the definitions summary-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -42,7 +42,7 @@ with a status code of 0. @exampleindent 0 @example -summary - compute various stastics from NTP stat files - Ver. 4.2.8p17 +summary - compute various stastics from NTP stat files - Ver. 4.2.8p18 USAGE: summary [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... --directory=str Directory containing stat files diff --git a/scripts/lib/Makefile.in b/scripts/lib/Makefile.in index 90d82539d476..e370bf134e31 100644 --- a/scripts/lib/Makefile.in +++ b/scripts/lib/Makefile.in @@ -355,6 +355,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/ntp-wait/Makefile.in b/scripts/ntp-wait/Makefile.in index 9aa6ee7afb34..854c10ff9716 100644 --- a/scripts/ntp-wait/Makefile.in +++ b/scripts/ntp-wait/Makefile.in @@ -363,6 +363,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/ntp-wait/invoke-ntp-wait.texi b/scripts/ntp-wait/invoke-ntp-wait.texi index 138a43d9b2fc..aff658518c97 100644 --- a/scripts/ntp-wait/invoke-ntp-wait.texi +++ b/scripts/ntp-wait/invoke-ntp-wait.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntp-wait.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:17 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:38 AM by AutoGen 5.18.16 # From the definitions ntp-wait-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -61,7 +61,7 @@ with a status code of 0. @exampleindent 0 @example -ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p17 +ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18 USAGE: ntp-wait [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... -n, --tries=num Number of times to check ntpd diff --git a/scripts/ntp-wait/ntp-wait-opts b/scripts/ntp-wait/ntp-wait-opts index 944d4c1404ab..8358c3bbcada 100644 --- a/scripts/ntp-wait/ntp-wait-opts +++ b/scripts/ntp-wait/ntp-wait-opts @@ -1,6 +1,6 @@ # EDIT THIS FILE WITH CAUTION (ntp-wait-opts) # -# It has been AutoGen-ed June 6, 2023 at 04:39:15 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:36 AM by AutoGen 5.18.16 # From the definitions ntp-wait-opts.def # and the template file perlopt @@ -40,7 +40,7 @@ sub processOptions { 'help|?', 'more-help')); $usage = <<'USAGE'; -ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p17 +ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18 USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]... -n, --tries=num Number of times to check ntpd diff --git a/scripts/ntp-wait/ntp-wait.1ntp-waitman b/scripts/ntp-wait/ntp-wait.1ntp-waitman index 1a01d97b5729..d5a54e07880e 100644 --- a/scripts/ntp-wait/ntp-wait.1ntp-waitman +++ b/scripts/ntp-wait/ntp-wait.1ntp-waitman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntp-wait 1ntp-waitman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH ntp-wait 1ntp-waitman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:18 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:40 AM by AutoGen 5.18.16 .\" From the definitions ntp-wait-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc b/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc index cb5ad0252df6..3da960f0409c 100644 --- a/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc +++ b/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt NTP_WAIT 1ntp-waitmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:15 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:37 AM by AutoGen 5.18.16 .\" From the definitions ntp-wait-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/ntp-wait/ntp-wait.html b/scripts/ntp-wait/ntp-wait.html index 282f5db6e517..d21222c12fc5 100644 --- a/scripts/ntp-wait/ntp-wait.html +++ b/scripts/ntp-wait/ntp-wait.html @@ -58,7 +58,7 @@ until the system’s time has stabilized and synchronized, and only then start any applicaitons (like database servers) that require accurate and stable time. </p> -<p>This document applies to version 4.2.8p17 of <code>ntp-wait</code>. +<p>This document applies to version 4.2.8p18 of <code>ntp-wait</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> @@ -145,7 +145,7 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit with a status code of 0. </p> <div class="example"> -<pre class="example">ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p17 +<pre class="example">ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18 USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]... -n, --tries=num Number of times to check ntpd diff --git a/scripts/ntp-wait/ntp-wait.in b/scripts/ntp-wait/ntp-wait.in index cfccbe0ac2ad..3b7a3ce4c647 100644 --- a/scripts/ntp-wait/ntp-wait.in +++ b/scripts/ntp-wait/ntp-wait.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ +# @configure_input@ package ntp_wait; use 5.006_000; diff --git a/scripts/ntp-wait/ntp-wait.man.in b/scripts/ntp-wait/ntp-wait.man.in index 4e9b184b847f..a2c54e4f2ed1 100644 --- a/scripts/ntp-wait/ntp-wait.man.in +++ b/scripts/ntp-wait/ntp-wait.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntp-wait @NTP_WAIT_MS@ "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH ntp-wait @NTP_WAIT_MS@ "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:18 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:40 AM by AutoGen 5.18.16 .\" From the definitions ntp-wait-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/ntp-wait/ntp-wait.mdoc.in b/scripts/ntp-wait/ntp-wait.mdoc.in index 35e7a2ab06fd..1b7d34ba3888 100644 --- a/scripts/ntp-wait/ntp-wait.mdoc.in +++ b/scripts/ntp-wait/ntp-wait.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt NTP_WAIT @NTP_WAIT_MS@ User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntp-wait-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:15 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:37 AM by AutoGen 5.18.16 .\" From the definitions ntp-wait-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/ntpsweep/Makefile.in b/scripts/ntpsweep/Makefile.in index 027f0847ecdf..01b0143e4439 100644 --- a/scripts/ntpsweep/Makefile.in +++ b/scripts/ntpsweep/Makefile.in @@ -364,6 +364,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/ntpsweep/invoke-ntpsweep.texi b/scripts/ntpsweep/invoke-ntpsweep.texi index d81aa76d21d2..f0d8720ae66b 100644 --- a/scripts/ntpsweep/invoke-ntpsweep.texi +++ b/scripts/ntpsweep/invoke-ntpsweep.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntpsweep.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:20 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:42 AM by AutoGen 5.18.16 # From the definitions ntpsweep-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -45,7 +45,7 @@ with a status code of 0. @exampleindent 0 @example -ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p17 +ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18 USAGE: ntpsweep [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostfile] -l, --host-list=str Host to execute actions on diff --git a/scripts/ntpsweep/ntpsweep-opts b/scripts/ntpsweep/ntpsweep-opts index 61bfb34159f0..9fad3f4be01c 100644 --- a/scripts/ntpsweep/ntpsweep-opts +++ b/scripts/ntpsweep/ntpsweep-opts @@ -1,6 +1,6 @@ # EDIT THIS FILE WITH CAUTION (ntpsweep-opts) # -# It has been AutoGen-ed June 6, 2023 at 04:39:20 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:41 AM by AutoGen 5.18.16 # From the definitions ntpsweep-opts.def # and the template file perlopt @@ -43,7 +43,7 @@ sub processOptions { 'help|?', 'more-help')); $usage = <<'USAGE'; -ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p17 +ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18 USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile] -l, --host-list=str Host to execute actions on diff --git a/scripts/ntpsweep/ntpsweep.1ntpsweepman b/scripts/ntpsweep/ntpsweep.1ntpsweepman index e609f54128ee..6fe4d206711f 100644 --- a/scripts/ntpsweep/ntpsweep.1ntpsweepman +++ b/scripts/ntpsweep/ntpsweep.1ntpsweepman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntpsweep 1ntpsweepman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH ntpsweep 1ntpsweepman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:23 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:45 AM by AutoGen 5.18.16 .\" From the definitions ntpsweep-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc b/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc index 37b9e81f20f7..07e1db269a2a 100644 --- a/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc +++ b/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt NTPSWEEP 1ntpsweepmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:22 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:44 AM by AutoGen 5.18.16 .\" From the definitions ntpsweep-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/ntpsweep/ntpsweep.html b/scripts/ntpsweep/ntpsweep.html index bca4b02986cf..a030c541a323 100644 --- a/scripts/ntpsweep/ntpsweep.html +++ b/scripts/ntpsweep/ntpsweep.html @@ -49,7 +49,7 @@ Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href <p>This document describes the use of the NTP Project’s <code>ntpsweep</code> program. </p> -<p>This document applies to version 4.2.8p17 of <code>ntpsweep</code>. +<p>This document applies to version 4.2.8p18 of <code>ntpsweep</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> @@ -120,7 +120,7 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit with a status code of 0. </p> <div class="example"> -<pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p17 +<pre class="example">ntpsweep - Print various informations about given ntp servers - Ver. 4.2.8p18 USAGE: ntpsweep [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [hostfile] -l, --host-list=str Host to execute actions on diff --git a/scripts/ntpsweep/ntpsweep.in b/scripts/ntpsweep/ntpsweep.in index 75ac0c8b06d9..b9b329e5dbda 100644 --- a/scripts/ntpsweep/ntpsweep.in +++ b/scripts/ntpsweep/ntpsweep.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ -w +# @configure_input@ # # $Id$ # diff --git a/scripts/ntpsweep/ntpsweep.man.in b/scripts/ntpsweep/ntpsweep.man.in index e609f54128ee..6fe4d206711f 100644 --- a/scripts/ntpsweep/ntpsweep.man.in +++ b/scripts/ntpsweep/ntpsweep.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntpsweep 1ntpsweepman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH ntpsweep 1ntpsweepman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:23 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:45 AM by AutoGen 5.18.16 .\" From the definitions ntpsweep-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/ntpsweep/ntpsweep.mdoc.in b/scripts/ntpsweep/ntpsweep.mdoc.in index 37b9e81f20f7..07e1db269a2a 100644 --- a/scripts/ntpsweep/ntpsweep.mdoc.in +++ b/scripts/ntpsweep/ntpsweep.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt NTPSWEEP 1ntpsweepmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntpsweep-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:22 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:44 AM by AutoGen 5.18.16 .\" From the definitions ntpsweep-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/ntptrace/Makefile.in b/scripts/ntptrace/Makefile.in index df8e287aa48d..4a9bc393b3d0 100644 --- a/scripts/ntptrace/Makefile.in +++ b/scripts/ntptrace/Makefile.in @@ -363,6 +363,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/ntptrace/invoke-ntptrace.texi b/scripts/ntptrace/invoke-ntptrace.texi index 0169c0eb6a97..e813a78f7543 100644 --- a/scripts/ntptrace/invoke-ntptrace.texi +++ b/scripts/ntptrace/invoke-ntptrace.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-ntptrace.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:27 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:48 AM by AutoGen 5.18.16 # From the definitions ntptrace-opts.def # and the template file agtexi-cmd.tpl @end ignore @@ -62,7 +62,7 @@ with a status code of 0. @exampleindent 0 @example -ntptrace - Trace peers of an NTP server - Ver. 4.2.8p17 +ntptrace - Trace peers of an NTP server - Ver. 4.2.8p18 USAGE: ntptrace [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [host] -n, --numeric Print IP addresses instead of hostnames diff --git a/scripts/ntptrace/ntptrace-opts b/scripts/ntptrace/ntptrace-opts index ea17cb0f66c9..8857e8939c17 100644 --- a/scripts/ntptrace/ntptrace-opts +++ b/scripts/ntptrace/ntptrace-opts @@ -1,6 +1,6 @@ # EDIT THIS FILE WITH CAUTION (ntptrace-opts) # -# It has been AutoGen-ed June 6, 2023 at 04:39:25 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:47 AM by AutoGen 5.18.16 # From the definitions ntptrace-opts.def # and the template file perlopt @@ -40,7 +40,7 @@ sub processOptions { 'help|?', 'more-help')); $usage = <<'USAGE'; -ntptrace - Trace peers of an NTP server - Ver. 4.2.8p17 +ntptrace - Trace peers of an NTP server - Ver. 4.2.8p18 USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host] -n, --numeric Print IP addresses instead of hostnames diff --git a/scripts/ntptrace/ntptrace.1ntptraceman b/scripts/ntptrace/ntptrace.1ntptraceman index c1833697961a..4da059ad556a 100644 --- a/scripts/ntptrace/ntptrace.1ntptraceman +++ b/scripts/ntptrace/ntptrace.1ntptraceman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntptrace 1ntptraceman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH ntptrace 1ntptraceman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:28 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:50 AM by AutoGen 5.18.16 .\" From the definitions ntptrace-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/ntptrace/ntptrace.1ntptracemdoc b/scripts/ntptrace/ntptrace.1ntptracemdoc index d42f63a644fc..0f26eb3d090f 100644 --- a/scripts/ntptrace/ntptrace.1ntptracemdoc +++ b/scripts/ntptrace/ntptrace.1ntptracemdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt NTPTRACE 1ntptracemdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:25 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:47 AM by AutoGen 5.18.16 .\" From the definitions ntptrace-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/ntptrace/ntptrace.html b/scripts/ntptrace/ntptrace.html index 594c9ef59cd7..f445a25c63b0 100644 --- a/scripts/ntptrace/ntptrace.html +++ b/scripts/ntptrace/ntptrace.html @@ -48,7 +48,7 @@ Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href <span id="Simple-Network-Time-Protocol-User-Manual"></span><h1 class="top">Simple Network Time Protocol User Manual</h1> <p>This document describes the use of the NTP Project’s <code>ntptrace</code> program. -This document applies to version 4.2.8p17 of <code>ntptrace</code>. +This document applies to version 4.2.8p18 of <code>ntptrace</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> @@ -135,7 +135,7 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit with a status code of 0. </p> <div class="example"> -<pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.8p17 +<pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.8p18 USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host] -n, --numeric Print IP addresses instead of hostnames diff --git a/scripts/ntptrace/ntptrace.in b/scripts/ntptrace/ntptrace.in index 7cc5ce7f7224..d92e0796391d 100755 --- a/scripts/ntptrace/ntptrace.in +++ b/scripts/ntptrace/ntptrace.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ -w +# @configure_input@ # John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org package ntptrace; @@ -6,6 +7,7 @@ use 5.006_000; use strict; use lib "@PERLLIBDIR@"; use NTP::Util qw(ntp_read_vars do_dns); +use Scalar::Util qw(looks_like_number); exit run(@ARGV) unless caller; @@ -59,7 +61,16 @@ sub get_info { return if not defined $info; return if not exists $info->{stratum}; + if (not (exists $info->{offset} && looks_like_number($info->{offset}))) { + $info->{offset} = "NaN"; + } $info->{offset} /= 1000; + if (not (exists $info->{rootdisp} && looks_like_number($info->{rootdisp}))) { + $info->{rootdisp} = "NaN"; + } + if (not (exists $info->{rootdelay} && looks_like_number($info->{rootdelay}))) { + $info->{rootdelay} = "NaN"; + } $info->{syncdistance} = ($info->{rootdisp} + ($info->{rootdelay} / 2)) / 1000; return %$info; diff --git a/scripts/ntptrace/ntptrace.man.in b/scripts/ntptrace/ntptrace.man.in index db4e5ab6c3aa..fe9275e63607 100644 --- a/scripts/ntptrace/ntptrace.man.in +++ b/scripts/ntptrace/ntptrace.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH ntptrace @NTPTRACE_MS@ "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH ntptrace @NTPTRACE_MS@ "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:28 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:50 AM by AutoGen 5.18.16 .\" From the definitions ntptrace-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/ntptrace/ntptrace.mdoc.in b/scripts/ntptrace/ntptrace.mdoc.in index 1d64345f1689..53f2bb990dee 100644 --- a/scripts/ntptrace/ntptrace.mdoc.in +++ b/scripts/ntptrace/ntptrace.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt NTPTRACE @NTPTRACE_MS@ User Commands .Os .\" EDIT THIS FILE WITH CAUTION (ntptrace-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:25 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:47 AM by AutoGen 5.18.16 .\" From the definitions ntptrace-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/ntpver.in b/scripts/ntpver.in index 9615e66d61c6..4037e4403065 100644 --- a/scripts/ntpver.in +++ b/scripts/ntpver.in @@ -1,7 +1,8 @@ #!@CONFIG_SHELL@ +# @configure_input@ # print version string of NTP daemon # Copyright (c) 1997 by Ulrich Windl # Modified 970318: Harlan Stenn: rewritten... # usage: ntpver hostname -ntpq -c "rv 0 daemon_version" $* | @AWK@ '/daemon_version/ { print $2 }' +ntpq -c "rv 0 version" $* | @AWK@ '/version/ { print $2 }' diff --git a/scripts/plot_summary-opts b/scripts/plot_summary-opts index 10e2fdfaec7f..acf9ba865d64 100644 --- a/scripts/plot_summary-opts +++ b/scripts/plot_summary-opts @@ -1,6 +1,6 @@ # EDIT THIS FILE WITH CAUTION (plot_summary-opts) # -# It has been AutoGen-ed June 6, 2023 at 04:39:35 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:57 AM by AutoGen 5.18.16 # From the definitions plot_summary-opts.def # and the template file perlopt @@ -46,7 +46,7 @@ sub processOptions { 'help|?', 'more-help')); $usage = <<'USAGE'; -plot_summary - plot statistics generated by summary script - Ver. 4.2.8p17 +plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18 USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... --directory=str Where the summary files are diff --git a/scripts/plot_summary.1plot_summaryman b/scripts/plot_summary.1plot_summaryman index 14bc3202139b..952316138950 100644 --- a/scripts/plot_summary.1plot_summaryman +++ b/scripts/plot_summary.1plot_summaryman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH plot_summary 1plot_summaryman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH plot_summary 1plot_summaryman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:37 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:59 AM by AutoGen 5.18.16 .\" From the definitions plot_summary-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/plot_summary.1plot_summarymdoc b/scripts/plot_summary.1plot_summarymdoc index 338e8e5debac..a948db4e8c67 100644 --- a/scripts/plot_summary.1plot_summarymdoc +++ b/scripts/plot_summary.1plot_summarymdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt PLOT_SUMMARY 1plot_summarymdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:38 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:06:00 AM by AutoGen 5.18.16 .\" From the definitions plot_summary-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/plot_summary.html b/scripts/plot_summary.html index fc944c708e11..fa0b4e10e24b 100644 --- a/scripts/plot_summary.html +++ b/scripts/plot_summary.html @@ -48,7 +48,7 @@ Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href <span id="Plot_005fsummary-User-Manual"></span><h1 class="top">Plot_summary User Manual</h1> <p>This document describes the use of the NTP Project’s <code>plot_summary</code> program. -This document applies to version 4.2.8p17 of <code>plot_summary</code>. +This document applies to version 4.2.8p18 of <code>plot_summary</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> @@ -116,7 +116,7 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit with a status code of 0. </p> <div class="example"> -<pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.2.8p17 +<pre class="example">plot_summary - plot statistics generated by summary script - Ver. 4.2.8p18 USAGE: plot_summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... --directory=str Where the summary files are diff --git a/scripts/plot_summary.in b/scripts/plot_summary.in index 3401b0d0b8b8..f081fd1aa06d 100644 --- a/scripts/plot_summary.in +++ b/scripts/plot_summary.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ -w +# @configure_input@ # $Id$ # # Use Gnuplot to display data in summary files produced by summary.pl. diff --git a/scripts/plot_summary.man.in b/scripts/plot_summary.man.in index 14bc3202139b..952316138950 100644 --- a/scripts/plot_summary.man.in +++ b/scripts/plot_summary.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH plot_summary 1plot_summaryman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH plot_summary 1plot_summaryman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:37 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:59 AM by AutoGen 5.18.16 .\" From the definitions plot_summary-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/plot_summary.mdoc.in b/scripts/plot_summary.mdoc.in index 338e8e5debac..a948db4e8c67 100644 --- a/scripts/plot_summary.mdoc.in +++ b/scripts/plot_summary.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt PLOT_SUMMARY 1plot_summarymdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (plot_summary-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:38 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:06:00 AM by AutoGen 5.18.16 .\" From the definitions plot_summary-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/summary-opts b/scripts/summary-opts index 4cb1515193d6..a7dfd969037a 100644 --- a/scripts/summary-opts +++ b/scripts/summary-opts @@ -1,6 +1,6 @@ # EDIT THIS FILE WITH CAUTION (summary-opts) # -# It has been AutoGen-ed June 6, 2023 at 04:39:35 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:57 AM by AutoGen 5.18.16 # From the definitions summary-opts.def # and the template file perlopt @@ -44,7 +44,7 @@ sub processOptions { 'help|?', 'more-help')); $usage = <<'USAGE'; -summary - compute various stastics from NTP stat files - Ver. 4.2.8p17 +summary - compute various stastics from NTP stat files - Ver. 4.2.8p18 USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... --directory=str Directory containing stat files diff --git a/scripts/summary.1summaryman b/scripts/summary.1summaryman index 282e7640fa3b..9e68fa41ef73 100644 --- a/scripts/summary.1summaryman +++ b/scripts/summary.1summaryman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH summary 1summaryman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH summary 1summaryman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:41 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:06:03 AM by AutoGen 5.18.16 .\" From the definitions summary-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/summary.1summarymdoc b/scripts/summary.1summarymdoc index 0c83fddc9219..ea74e1728906 100644 --- a/scripts/summary.1summarymdoc +++ b/scripts/summary.1summarymdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt SUMMARY 1summarymdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:43 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:06:04 AM by AutoGen 5.18.16 .\" From the definitions summary-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/summary.html b/scripts/summary.html index 6ce82201c38e..7fb8b6fb1d85 100644 --- a/scripts/summary.html +++ b/scripts/summary.html @@ -48,7 +48,7 @@ Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href <span id="Summary-User-Manual"></span><h1 class="top">Summary User Manual</h1> <p>This document describes the use of the NTP Project’s <code>summary</code> program. -This document applies to version 4.2.8p17 of <code>summary</code>. +This document applies to version 4.2.8p18 of <code>summary</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> @@ -116,7 +116,7 @@ used to select the program, defaulting to <samp>more</samp>. Both will exit with a status code of 0. </p> <div class="example"> -<pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.2.8p17 +<pre class="example">summary - compute various stastics from NTP stat files - Ver. 4.2.8p18 USAGE: summary [ -<flag> [<val>] | --<name>[{=| }<val>] ]... --directory=str Directory containing stat files diff --git a/scripts/summary.in b/scripts/summary.in index a99f8df0e73e..7e346d80fbfa 100644 --- a/scripts/summary.in +++ b/scripts/summary.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ -w +# @configure_input@ # $Id$ # Perl version of (summary.sh, loop.awk, peer.awk): # Create summaries from xntpd's loop and peer statistics. diff --git a/scripts/summary.man.in b/scripts/summary.man.in index 282e7640fa3b..9e68fa41ef73 100644 --- a/scripts/summary.man.in +++ b/scripts/summary.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH summary 1summaryman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH summary 1summaryman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:41 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:06:03 AM by AutoGen 5.18.16 .\" From the definitions summary-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/summary.mdoc.in b/scripts/summary.mdoc.in index 0c83fddc9219..ea74e1728906 100644 --- a/scripts/summary.mdoc.in +++ b/scripts/summary.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt SUMMARY 1summarymdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (summary-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:43 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:06:04 AM by AutoGen 5.18.16 .\" From the definitions summary-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/update-leap/Makefile.in b/scripts/update-leap/Makefile.in index 19f20fe16902..3d5400bcca32 100644 --- a/scripts/update-leap/Makefile.in +++ b/scripts/update-leap/Makefile.in @@ -364,6 +364,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ +PATH_OPENSSL = @PATH_OPENSSL@ PATH_PERL = @PATH_PERL@ PATH_RUBY = @PATH_RUBY@ PATH_SEPARATOR = @PATH_SEPARATOR@ diff --git a/scripts/update-leap/invoke-update-leap.texi b/scripts/update-leap/invoke-update-leap.texi index bc80b5a40936..9e1bdcbd7abb 100644 --- a/scripts/update-leap/invoke-update-leap.texi +++ b/scripts/update-leap/invoke-update-leap.texi @@ -6,7 +6,7 @@ # # EDIT THIS FILE WITH CAUTION (invoke-update-leap.texi) # -# It has been AutoGen-ed June 6, 2023 at 04:39:31 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:53 AM by AutoGen 5.18.16 # From the definitions update-leap-opts.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/scripts/update-leap/update-leap-opts b/scripts/update-leap/update-leap-opts index 2aab11deb6a1..1b99167b6e8f 100644 --- a/scripts/update-leap/update-leap-opts +++ b/scripts/update-leap/update-leap-opts @@ -1,6 +1,6 @@ # EDIT THIS FILE WITH CAUTION (update-leap-opts) # -# It has been AutoGen-ed June 6, 2023 at 04:39:35 AM by AutoGen 5.18.16 +# It has been AutoGen-ed May 25, 2024 at 12:05:57 AM by AutoGen 5.18.16 # From the definitions update-leap-opts.def # and the template file perlopt @@ -46,7 +46,7 @@ sub processOptions { 'help|?', 'more-help')); $usage = <<'USAGE'; -update-leap - leap-seconds file manager/updater - Ver. 4.2.8p17 +update-leap - leap-seconds file manager/updater - Ver. 4.2.8p18 USAGE: update-leap [ -<flag> [<val>] | --<name>[{=| }<val>] ]... -s, --source-url=str The URL of the master copy of the leapseconds file diff --git a/scripts/update-leap/update-leap.1update-leapman b/scripts/update-leap/update-leap.1update-leapman index 83871441e444..12e3c23d5208 100644 --- a/scripts/update-leap/update-leap.1update-leapman +++ b/scripts/update-leap/update-leap.1update-leapman @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH update-leap 1update-leapman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH update-leap 1update-leapman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:33 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:55 AM by AutoGen 5.18.16 .\" From the definitions update-leap-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/update-leap/update-leap.1update-leapmdoc b/scripts/update-leap/update-leap.1update-leapmdoc index 449a0840a946..6acbe102bc51 100644 --- a/scripts/update-leap/update-leap.1update-leapmdoc +++ b/scripts/update-leap/update-leap.1update-leapmdoc @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt UPDATE_LEAP 1update-leapmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:30 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:51 AM by AutoGen 5.18.16 .\" From the definitions update-leap-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME diff --git a/scripts/update-leap/update-leap.html b/scripts/update-leap/update-leap.html index afdc9977d604..6040b23001f9 100644 --- a/scripts/update-leap/update-leap.html +++ b/scripts/update-leap/update-leap.html @@ -49,7 +49,7 @@ Previous: <a href="dir.html#Top" accesskey="p" rel="prev">(dir)</a>, Up: <a href <p>This document describes the use of the NTP Project’s <code>update-leap</code> program. </p> -<p>This document applies to version 4.2.8p17 of <code>update-leap</code>. +<p>This document applies to version 4.2.8p18 of <code>update-leap</code>. </p> <span id="SEC_Overview"></span> <h2 class="shortcontents-heading">Short Table of Contents</h2> diff --git a/scripts/update-leap/update-leap.in b/scripts/update-leap/update-leap.in index abf1134c1ff5..defc6176b80a 100755 --- a/scripts/update-leap/update-leap.in +++ b/scripts/update-leap/update-leap.in @@ -1,4 +1,5 @@ #! @PATH_PERL@ -w +# @configure_input # Copyright (C) 2015, 2017 Network Time Foundation # Author: Harlan Stenn diff --git a/scripts/update-leap/update-leap.man.in b/scripts/update-leap/update-leap.man.in index 83871441e444..12e3c23d5208 100644 --- a/scripts/update-leap/update-leap.man.in +++ b/scripts/update-leap/update-leap.man.in @@ -10,11 +10,11 @@ .ds B-Font B .ds I-Font I .ds R-Font R -.TH update-leap 1update-leapman "06 Jun 2023" "ntp (4.2.8p17)" "User Commands" +.TH update-leap 1update-leapman "25 May 2024" "ntp (4.2.8p18)" "User Commands" .\" .\" EDIT THIS FILE WITH CAUTION (in-mem file) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:33 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:55 AM by AutoGen 5.18.16 .\" From the definitions update-leap-opts.def .\" and the template file agman-cmd.tpl .SH NAME diff --git a/scripts/update-leap/update-leap.mdoc.in b/scripts/update-leap/update-leap.mdoc.in index 449a0840a946..6acbe102bc51 100644 --- a/scripts/update-leap/update-leap.mdoc.in +++ b/scripts/update-leap/update-leap.mdoc.in @@ -1,9 +1,9 @@ -.Dd June 6 2023 +.Dd May 25 2024 .Dt UPDATE_LEAP 1update-leapmdoc User Commands .Os .\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc) .\" -.\" It has been AutoGen-ed June 6, 2023 at 04:39:30 AM by AutoGen 5.18.16 +.\" It has been AutoGen-ed May 25, 2024 at 12:05:51 AM by AutoGen 5.18.16 .\" From the definitions update-leap-opts.def .\" and the template file agmdoc-cmd.tpl .Sh NAME |