Fix version and depend on ntpdate too
This commit is contained in:
parent
d7ea2987d6
commit
33852baf52
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
NAME = openrc
|
NAME = openrc
|
||||||
VERSION = 1.0
|
VERSION = 0.1
|
||||||
PKG = $(NAME)-$(VERSION)
|
PKG = $(NAME)-$(VERSION)
|
||||||
|
|
||||||
SUBDIR = conf.d etc init.d man net runlevels sh src
|
SUBDIR = conf.d etc init.d man net runlevels sh src
|
||||||
|
@ -34,7 +34,7 @@ name="Network Time Protocol Daemon"
|
|||||||
depend() {
|
depend() {
|
||||||
use dns
|
use dns
|
||||||
need localmount
|
need localmount
|
||||||
after bootmisc ntp-client
|
after bootmisc ntpdate ntp-client
|
||||||
}
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
|
Loading…
Reference in New Issue
Block a user