Fix version and depend on ntpdate too

This commit is contained in:
Roy Marples 2007-11-23 14:25:35 +00:00
parent d7ea2987d6
commit 33852baf52
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
NAME = openrc
VERSION = 1.0
VERSION = 0.1
PKG = $(NAME)-$(VERSION)
SUBDIR = conf.d etc init.d man net runlevels sh src

View File

@ -34,7 +34,7 @@ name="Network Time Protocol Daemon"
depend() {
use dns
need localmount
after bootmisc ntp-client
after bootmisc ntpdate ntp-client
}
start_pre() {