summaryrefslogtreecommitdiffstats
path: root/rules/chrony.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-06-30 16:24:29 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-06-30 16:24:29 +0000
commit0c4e032d0a5eeb73f6067b6ee013cd08897c488a (patch)
tree5e8164afadd30ff1e49b660c8ee0afc618a248ee /rules/chrony.in
parent2dafcd4d8b452098cb250ffb3dfc47762c0b67c6 (diff)
downloadptxdist-0c4e032d0a5eeb73f6067b6ee013cd08897c488a.tar.gz
ptxdist-0c4e032d0a5eeb73f6067b6ee013cd08897c488a.tar.xz
added chrony
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2852 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/chrony.in')
-rw-r--r--rules/chrony.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/rules/chrony.in b/rules/chrony.in
new file mode 100644
index 000000000..9e530b3ab
--- /dev/null
+++ b/rules/chrony.in
@@ -0,0 +1,20 @@
+menu "Chrony "
+
+config CHRONY
+ bool
+ prompt "Chrony (Alternative NTP Synchronisation Daemon)"
+ default n
+ help
+ This will install the Chrony NTPD Daemon (chronyd)
+ 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 background (daemon) program, which can be
+ started at boot time, Chronyc provides a user interface
+ to chronyd for monitoring its performance and configuring
+ various settings.
+
+ See http://chrony.sunsite.dk/ for details
+
+endmenu