aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-01-19 20:33:26 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-01-19 20:33:26 +0000
commit01d2d76d570aefed84dcac6459984f8968a5a3ae (patch)
treea2ca383197351fc8ac01215adc3db4afca04484f /net/Makefile
parent29040c76047a905f21d271cd70463222376f1ed6 (diff)
downloadports-01d2d76d570aefed84dcac6459984f8968a5a3ae.tar.gz
ports-01d2d76d570aefed84dcac6459984f8968a5a3ae.zip
net/chrony-lite: Slimmed down chrony without NTS support
chrony is a pair of programs which are used to maintain the accuracy of the system clock on a computer; the two programs are called chronyd and chronyc. chronyd is a daemon which runs in background on the system. It obtains measurements via the network of the system clock's offset relative to time servers on 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 provides a user interface to chronyd for monitoring its performance and configuring various settings. It can do so while running on the same computer as the chronyd instance it is controlling or a different computer. WWW: http://chrony.tuxfamily.org/ PR: 252584 Submitted by: myself
Notes
Notes: svn path=/head/; revision=562079
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index c8dac282fad9..74027e016336 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -79,6 +79,7 @@
SUBDIR += cf
SUBDIR += charm
SUBDIR += chrony
+ SUBDIR += chrony-lite
SUBDIR += citrix_ica
SUBDIR += cjdns
SUBDIR += clash