~ubuntu-branches/ubuntu/lucid/ntp/lucid

« back to all changes in this revision

Viewing changes to ntpd/ntpd-opts.texi

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-04-29 06:08:19 UTC
  • mfrom: (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090429060819-ejgcea6z6hy6xv1f
Tags: 1:4.2.4p6+dfsg-1ubuntu1
* Merge from Debian unstable, 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.
  - debian/man/ntpdate.8 - fix debian shipped manpage; patch by
    Josh Holland <jrh@joshh.co.uk>
* Dropped changes, merged in Debian:
  - Build against libcap2 instead of libcap1, fixing a kernel warning
    about using an old interface.
* Dropped changes, superseded upstream/in Debian:
  - debian/patches/CVE-2009-0021.patch: update ntpd/ntp_crypto.c to properly
    check the return code of EVP_VerifyFinal()
  - debian/patches/ipv6-gnu-source.patch: Define _GNU_SOURCE to make IPv6
    work.
* Fixes LP: #217699

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
@pindex ntpd
4
4
@cindex NTP daemon program
5
5
@ignore
6
 
#  -*- buffer-read-only: t -*- vi: set ro:
7
 
8
 
# DO NOT EDIT THIS FILE   (ntpd-opts.texi)
9
 
10
 
# It has been AutoGen-ed  Monday September 10, 2007 at 08:31:19 PM EDT
 
6
 
7
# EDIT THIS FILE WITH CAUTION  (ntpd-opts.texi)
 
8
 
9
# It has been AutoGen-ed  Thursday January  8, 2009 at 06:11:58 AM EST
11
10
# From the definitions    ntpd-opts.def
12
11
# and the template file   aginfo.tpl
13
12
@end ignore
61
60
 
62
61
@exampleindent 0
63
62
@example
64
 
ntpd - NTP daemon program - Ver. 4.2.5p71
 
63
ntpd - NTP daemon program - Ver. 4.2.5p134
65
64
USAGE:  ntpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
66
65
  Flg Arg Option-Name    Description
67
66
   -4 no  ipv4           Force IPv4 DNS name resolution
81
80
                                - may appear multiple times
82
81
   -f Str driftfile      frequency drift file name
83
82
   -g no  panicgate      Allow the first adjustment to be Big
84
 
   -i Str jaildir        Jail directory
85
 
   -I Str interface      Listen on interface
 
83
   -I Str interface      Listen on the specified interface or IP
86
84
                                - may appear multiple times
87
85
   -k Str keyfile        path to symmetric keys
88
86
   -l Str logfile        path to the log file
93
91
   -P Num priority       Process priority
94
92
   -q no  quit           Set the time and quit
95
93
   -r Str propagationdelay Broadcast/propagation delay
96
 
   -U Num updateinterval interval in seconds between scans for new or dropped interfaces
97
94
   -s Str statsdir       Statistics file location
98
95
   -t Str trustedkey     Trusted key number
99
96
                                - may appear multiple times
100
 
   -u Str user           Run as userid (or userid:groupid)
 
97
   -U Num updateinterval interval in seconds between scans for new or dropped interfaces
101
98
      Str var            make ARG an ntp variable (RW)
102
99
                                - may appear multiple times
103
100
      Str dvar           make ARG an ntp variable (RW|DEF)
104
101
                                - may appear multiple times
105
102
   -x no  slew           Slew up to 600 seconds
106
 
   -v opt version        Output version information and exit
 
103
      opt version        Output version information and exit
107
104
   -? no  help           Display usage information and exit
108
105
   -! no  more-help      Extended usage information passed thru pager
109
106
 
115
112
 
116
113
 
117
114
 
118
 
please send bug reports to:  http://bugs.ntp.isc.org, bugs@@ntp.org
 
115
please send bug reports to:  http://bugs.ntp.org, bugs@@ntp.org
119
116
@end example
120
117
@exampleindent 4
121
118
 
405
402
Give the time in seconds between two scans for new or dropped interfaces.
406
403
For systems with routing socket support the scans will be performed shortly after the interface change
407
404
has been detected by the system.
408
 
Use 0 to disable scanning. 60 seconds is the minimum time between scans.
 
405
Use 0 to disable scanning.
409
406
 
410
407
@node ntpd statsdir
411
408
@subsection statsdir option (-s)