diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-05-11 18:17:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-06-01 13:28:01 +0000 |
commit | 26fd3d5616df1ccc17b6e487b1db4633dfdd555b (patch) | |
tree | 7d1c88a759cdd57ee5c53d6ec4aeede71f126961 /scripts/ntp-wait/ntp-wait-opts | |
parent | 3914721463f70500ecc1f59312b122d8788465cf (diff) |
ntp: import ntp-4.2.8p16vendor/ntp/4.2.8p16
Security: NtpBug3767, NtpBug3808, NtpBug3807 (CVE-2023-26555)
Diffstat (limited to 'scripts/ntp-wait/ntp-wait-opts')
-rw-r--r-- | scripts/ntp-wait/ntp-wait-opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ntp-wait/ntp-wait-opts b/scripts/ntp-wait/ntp-wait-opts index 125e5920349f..45418bd38d99 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 23, 2020 at 02:21:30 AM by AutoGen 5.18.5 +# It has been AutoGen-ed May 31, 2023 at 07:14:58 PM 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.8p15 +ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p16 USAGE: ntp-wait [ -<flag> [<val>] | --<name>[{=| }<val>] ]... -n, --tries=num Number of times to check ntpd |