File: control

package info (click to toggle)
chrony 1.21z-5%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,080 kB
  • ctags: 2,385
  • sloc: ansic: 14,901; yacc: 858; sh: 588; perl: 426; makefile: 148
file content (25 lines) | stat: -rw-r--r-- 1,198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: chrony
Section: admin
Priority: extra
Maintainer: John Hasler <jhasler@debian.org>
Standards-Version: 3.7.2.1
Build-Depends: debhelper (>= 4), libreadline5-dev | libreadline-dev, texinfo, bison

Package: chrony
Architecture: any
Depends: ${shlibs:Depends}, ucf
Conflicts: ntp, ntp-simple, ntp-refclock, time-daemon
Provides: time-daemon
Replaces: time-daemon
Description: Sets your computer's clock from time servers on the Net
 It consists of a pair of programs :
 `chronyd'.  This is a daemon which runs in background on the system.  It
 obtains measurements (e.g. via the network) of the system's offset
 relative to other systems, and adjusts the system time accordingly.  For
 isolated systems, the user can periodically enter the correct time by hand
 (using `chronyc').  In either case, `chronyd' determines the rate at which
 the computer gains or loses time, and compensates for this.  Chronyd
 implements the NTP protocol and can act as either a client or a server.
 `chronyc'.  This is a command-line driven control and monitoring program.
 An administrator can use this to fine-tune various parameters within the
 daemon, add or delete servers etc whilst the daemon is running.