~ubuntu-branches/debian/squeeze/ntp/squeeze-201010051545

« back to all changes in this revision

Viewing changes to debian/man/ntp-wait.8

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-01-05 21:10:03 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105211003-mh6zc3um4k1uhsj7
Tags: 1:4.2.4p4+dfsg-8
It did not properly check the return value of EVP_VerifyFinal
which results in an malformed DSA signature being treated as
a good signature rather than as an error.  (CVE-2009-0021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH NTPQ 8 "October 7, 2006" "Network Time Protocol"
 
2
.SH NAME
 
3
ntp-wait \- wait for NTP server to synchronize
 
4
.SH SYNOPSIS
 
5
.B ntp-wait
 
6
[ -f ] [ -n \fItries\fR ] [ -s \fIsleep\fR ] [ -v ]
 
7
.SH DESCRIPTION
 
8
ntp-wait waits until the locally running ntpd is in state 4 (synchronized).
 
9
This could be useful at boot time, to delay the boot sequence until after
 
10
"ntpd -g" has set the time.
 
11
.SH OPTIONS
 
12
.TP
 
13
-f
 
14
Force hard failure if state is unknown.
 
15
.TP
 
16
-n \fItries\fR
 
17
Number of tries before giving up (default 1000 = 10min+)
 
18
.TP
 
19
-s \fIsleep\fR
 
20
Seconds to sleep between tries (default 6s = 10/min)
 
21
.TP
 
22
-v
 
23
Be verbose.