diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | init.d.misc/ntpd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/init.d.misc/ntpd b/init.d.misc/ntpd index 000bf366..e0b20a7a 100644 --- a/init.d.misc/ntpd +++ b/init.d.misc/ntpd @@ -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() { |