~ubuntu-branches/ubuntu/trusty/ntp/trusty-proposed

« back to all changes in this revision

Viewing changes to html/ntp-wait.html

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-04-03 07:21:01 UTC
  • mfrom: (4.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20130403072101-v3vt8xcs18b6uhjf
Tags: 1:4.2.6.p5+dfsg-2ubuntu1
* New upstream version, fixing build failure in raring.
* Merge with Debian; remaining changes:
  + debian/ntp.conf, debian/ntpdate.default: Change default server to
    ntp.ubuntu.com.
  + debian/ntpdate.ifup: Stop ntp before running ntpdate when an interface
    comes up, then start again afterwards.
  + debian/ntp.init, debian/rules: Only stop when entering single user mode.
  + Add enforcing AppArmor profile:
    - debian/control: Add Conflicts/Replaces on apparmor-profiles.
    - debian/control: Add Suggests on apparmor.
    - debian/ntp.dirs: Add apparmor directories.
    - debian/ntp.preinst: Force complain on certain upgrades.
    - debian/ntp.postinst: Reload apparmor profile.
    - debian/ntp.postrm: Remove the force-complain file.
    - add debian/apparmor-profile*.
    - debian/rules: install apparmor-profile and apparmor-profile.tunable.
    - debian/README.Debian: Add note on AppArmor.
  + debian/{control,rules}: Add and enable hardened build for PIE.
  + debian/apparmor-profile: Adjust location of drift files.
  + debian/rules, debian/ntp.dirs, debian/source_ntp.py: Add apport hook.
  + debian/ntpdate-debian: Disregard empty ntp.conf files.
  + debian/ntp.preinst: Remove empty /etc/ntp.conf on fresh intallation.
  + debian/ntpdate.ifup: Fix interaction with openntpd.
  + debian/source_ntp.py: Add filter on AppArmor profile names to prevent
    false positives from denials originating in other packages.
  + debian/apparmor-profile: Add samba4 ntp signing socket to ntpd apparmor
    profile.
  + debian/apparmor-profile: adjust for IPv6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
        <head>
 
4
                <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
 
5
                <meta name="generator" content="HTML Tidy, see www.w3.org">
 
6
                <title>ntp-wait - waits until ntpd is in synchronized state</title>
 
7
                <link href="scripts/style.css" type="text/css" rel="stylesheet">
 
8
        </head>
 
9
        <body>
 
10
                <h3><tt>ntp-wait</tt> - waits until ntpd is in synchronized state</h3>
 
11
                <hr>
 
12
                <h4>Synopsis</h4>
 
13
                <p><tt>ntp-wait [ -v ] [ -n <i>tries</i> ] [ -s <i>seconds</i> ]</tt></p>
 
14
                <h4>Description</h4>
 
15
                <p>The <tt>ntp-wait</tt> program blocks until ntpd is in synchronized state.
 
16
                This can be useful at boot time, to delay the boot sequence
 
17
                until after "ntpd -g" has set the time.
 
18
                <h4>Command Line Options</h4>
 
19
                <dl>
 
20
                        <dt><tt>-n <i>tries</i></tt>
 
21
                        <dd>Number of tries before giving up. The default is 1000.
 
22
                        <dt><tt>-s <i>seconds</i></tt>
 
23
                        <dd>Seconds to sleep between tries. The default is 6 seconds.
 
24
                        <dt><tt>-v</tt>
 
25
                        <dd>Be verbose.
 
26
                </dl>
 
27
                <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
 
28
        </body>
 
29
 
 
30
</html>