1258945Sroberto<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2258945Sroberto<html>
3258945Sroberto	<head>
4258945Sroberto		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
5258945Sroberto		<meta name="generator" content="HTML Tidy, see www.w3.org">
6258945Sroberto		<title>ntp-wait - waits until ntpd is in synchronized state</title>
7258945Sroberto		<link href="scripts/style.css" type="text/css" rel="stylesheet">
8258945Sroberto	</head>
9258945Sroberto	<body>
10258945Sroberto		<h3><tt>ntp-wait</tt> - waits until ntpd is in synchronized state</h3>
11280849Scy<p>Last update:
12280849Scy  <!-- #BeginDate format:En2m -->12-Jul-2011  22:03<!-- #EndDate -->
13280849Scy    UTC</p>
14258945Sroberto		<hr>
15258945Sroberto		<h4>Synopsis</h4>
16258945Sroberto		<p><tt>ntp-wait [ -v ] [ -n <i>tries</i> ] [ -s <i>seconds</i> ]</tt></p>
17258945Sroberto		<h4>Description</h4>
18258945Sroberto		<p>The <tt>ntp-wait</tt> program blocks until ntpd is in synchronized state.
19258945Sroberto		This can be useful at boot time, to delay the boot sequence
20258945Sroberto		until after "ntpd -g" has set the time.
21258945Sroberto		<h4>Command Line Options</h4>
22258945Sroberto		<dl>
23258945Sroberto			<dt><tt>-n <i>tries</i></tt>
24258945Sroberto			<dd>Number of tries before giving up. The default is 1000.
25258945Sroberto			<dt><tt>-s <i>seconds</i></tt>
26258945Sroberto			<dd>Seconds to sleep between tries. The default is 6 seconds.
27258945Sroberto			<dt><tt>-v</tt>
28258945Sroberto			<dd>Be verbose.
29258945Sroberto		</dl>
30258945Sroberto		<script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
31258945Sroberto	</body>
32258945Sroberto
33258945Sroberto</html>
34