main/openntpd: init.d script provides ntp-client

This commit is contained in:
Natanael Copa 2010-02-08 13:07:00 +00:00
parent 5048f2fd07
commit e87de2d787
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgname=openntpd
pkgver=3.9_p1
_myver=3.9p1
pkgrel=5
pkgrel=6
pkgdesc="Lightweight NTP server ported from OpenBSD"
url=http://www.openntpd.org/
install=openntpd.pre-install
@ -43,4 +43,4 @@ package() {
md5sums="afc34175f38d08867c1403d9008600b3 openntpd-3.9p1.tar.gz
ae2f708b860975b64126bb316aeb6641 openntpd-3.9p1_reconnect_on_sendto_EINVAL.diff
e3eee9eb2ea092dfdf9d887cd6df5795 openntpd.confd
5000453927b7ae9943d51194c1042355 openntpd.initd"
57a508a730359d526d3eb5afb525c0c3 openntpd.initd"

View File

@ -5,7 +5,7 @@
depend() {
need net
after ntp-client
provide ntp-client
use dns logger
}