aboutsummaryrefslogtreecommitdiffstats
path: root/main/chrony/chronyd.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-08 13:10:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-08 13:10:53 +0000
commit580b1e991fe7b5c58be1c045379bae23e190fc7d (patch)
tree7beb31f5dced86b8c395e0c4916ca7108ab1436a /main/chrony/chronyd.initd
parente87de2d78768ba52e394739335fa69a28fed8207 (diff)
downloadaports-580b1e991fe7b5c58be1c045379bae23e190fc7d.tar.bz2
aports-580b1e991fe7b5c58be1c045379bae23e190fc7d.tar.xz
main/chrony: provide ntp-client and ntp-server
fixes #260
Diffstat (limited to 'main/chrony/chronyd.initd')
-rw-r--r--main/chrony/chronyd.initd1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/chrony/chronyd.initd b/main/chrony/chronyd.initd
index 457c1ef382..bf19f31980 100644
--- a/main/chrony/chronyd.initd
+++ b/main/chrony/chronyd.initd
@@ -6,6 +6,7 @@
depend() {
need net
after firewall
+ provide ntp-client ntp-server
use dns
}